Wifi Data Project: Difference between revisions
From charlesreid1
No edit summary |
No edit summary |
||
| Line 3: | Line 3: | ||
* [[Tcpdump]] | * [[Tcpdump]] | ||
* [[Scapy]] | * [[Scapy]] | ||
Current goal: | |||
* Tcpdump to capture pcap files at periodic intervals | |||
* Stunnel and reverse ssh to phone home to command-and-control server and offload pcap files | |||
* Scapy-SQL-pylab to analyze data offline | |||
* Scapy-pylab to directly analyze pcap files | |||
http://www.linuxjournal.com/content/wi-fi-command-line | http://www.linuxjournal.com/content/wi-fi-command-line | ||
Revision as of 20:29, 24 January 2016
Work in progress:
Current goal:
- Tcpdump to capture pcap files at periodic intervals
- Stunnel and reverse ssh to phone home to command-and-control server and offload pcap files
- Scapy-SQL-pylab to analyze data offline
- Scapy-pylab to directly analyze pcap files
http://www.linuxjournal.com/content/wi-fi-command-line
| Wireshark a Swiss-army knife for analyzing networks, network traffic, and pcap files.
Wireshark · Category:Wireshark Packet Analysis · Wireshark/Advanced Wireshark/HTTPS · Wireshark/Traffic Analysis · Wireshark/Conversation Analysis · Wireshark/Protocol Analysis Working with SSL/TLS/HTTPS: MITM Labs/Decrypting HTTPS Traffic by Obtaining Browser SSL Session Info · MITM Labs/Decrypting HTTPS Traffic with Private Key File
|
| scapy a Python library for interfacing with network devices and analyzing packets from Python.
Building Wireless Utilities: Scapy/Airodump Clone · Scapy/AP Scanner Analyzing Conversations: Scapy/Conversations Database: Scapy/Wifi Database Category:Scapy · Category:Python · Category:Networking
|