https://github.com/sofianehamlaoui/ssn
SSN project: BlueBorne Impact Analysis
https://github.com/sofianehamlaoui/ssn
Last synced: 7 months ago
JSON representation
SSN project: BlueBorne Impact Analysis
- Host: GitHub
- URL: https://github.com/sofianehamlaoui/ssn
- Owner: SofianeHamlaoui
- Created: 2020-02-15T05:18:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-15T05:37:44.000Z (over 5 years ago)
- Last Synced: 2025-01-18T23:44:14.224Z (9 months ago)
- Language: Python
- Size: 458 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SSN project: BlueBorne Impact Analysis
## IntroductionIn this repository you will find all relevant files for a research project into BlueBorne Impact Analysis, done by Kees de Jong, Adrien Raulot, Shahrukh Zaidi and Kotaiba Alachkar in October 2017, for [Security of Systems and Networks](https://www.os3.nl/2017-2018/courses/ssn/start) course.
## Features
- MAC lookup (both online and offline via the EUI info in the csv Python module).
- Merge and process data from multiple csv files (with a MAC address column and a column with the BlueBorne vulnerability state, the file name of the csv should be the date of the scan).
- Output vulnerability state either numeral or in string format, for easier parsing.## Usage
```
Usage: mac_lookup.py [-v] [mac mac mac ...]
-v: verbose mode (print errors for lines without MAC addresses)
With no MAC arguments, reads lines from stdin and try to find MAC addresses.```