Skip to content

Latest commit

 

History

History
86 lines (58 loc) · 3.19 KB

README.rst

File metadata and controls

86 lines (58 loc) · 3.19 KB

image

Airodump Scan Visualizer

Airodump Scan Visualizer is a tool to present the Airodump-ng WiFi scan results in better organized, searchable, sortable manner with visualization support.

Airodump-ng provides the results in text format on CLI (Command Line Interface). But, there are following shortcomings to this approach:

  • Difficult to interpret results in case of a dense WiFi environment with large number of devices/networks
  • Not possible to search for a specific network or device
  • Not possible to sort the result data
  • Needs extra efforts/tools to derive summerised report or visualizations
  • Not scalable for scans done for long durations

Airodump Scan Visualizer takes the CSV result file generated by Airodump-ng and present the data to solve the above listed shortcomings.

Author

Vivek Ramachandran, CEO and Chief Trainer, Pentester Academy, Hacker Arsenal and SecurityTube (@SecurityTube)

Contributors

Ashish Bhangale, Sr. Technical Engineer, Pentester Academy (@Hax0rGuy)

Installation

Copy the contents of the repo to web server directory and run the web server.

Video course

The videos for Airodump Scan Visualizer can be found at http://www.pentesteracademy.com/course?id=18

Screenshots

Uploading the Airodump-ng CSV

image

Scanned networks

image

Scanned clients

image

Plotting the detected SSIDs

image

Plotting the relationship graphs

image

Raw data

image

License

Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.