An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# SSN project: BlueBorne Impact Analysis
## Introduction

In 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.

```