Small refactoring

This commit is contained in:
derv82
2018-03-17 04:41:44 -04:00
parent d63f43016d
commit 9ff7404d53
4 changed files with 8 additions and 8 deletions

View File

@@ -121,13 +121,13 @@ Not "/py":
* `tshark.py` <- process
* `cowpatty.py` <- process
* `pyrit.py` <- process
* `handshake.py` <- tshark, cowpatty, pyrit, aircrack
* `output.py` (color/printing) <- config
* `process.py` <- config
* `scan.py` (airodump output to target) <- config, target, airodump
* **target/**
* `target.py` (ssid, pcap file) <- airodump, tshark
* `result.py` (PIN/PSK/KEY)
* `handshake.py` <- tshark, cowpatty, pyrit, aircrack
------------------------------------------------------