Wifi Data Project: Difference between revisions
From charlesreid1
No edit summary |
No edit summary |
||
| Line 5: | Line 5: | ||
Current goal: | Current goal: | ||
* Tcpdump to capture pcap files at periodic intervals | * <s>Tcpdump to capture pcap files at periodic intervals</s> see [[Tcpdump]] | ||
* Stunnel and reverse ssh to phone home to command-and-control server and offload pcap files | * Stunnel and reverse ssh to phone home to command-and-control server and offload pcap files | ||
* Scapy-SQL-pylab to analyze data offline | * Startup scripts for ssh and scp | ||
* Scapy-SQL-pylab to analyze data offline (in progress, see [[Scapy/Conversations]]) | |||
* Scapy-pylab to directly analyze pcap files | * Scapy-pylab to directly analyze pcap files | ||
Revision as of 02:53, 27 January 2016
Work in progress:
Current goal:
Tcpdump to capture pcap files at periodic intervalssee Tcpdump- Stunnel and reverse ssh to phone home to command-and-control server and offload pcap files
- Startup scripts for ssh and scp
- Scapy-SQL-pylab to analyze data offline (in progress, see Scapy/Conversations)
- 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
|