Basic Maltego Transforms
For the stopwords:
- sudo pip install nltk
- Run the Python CLI
- import nltk
- nltk.download()
You'll need Twitter API keys for the twitter transforms (duh). dev.twitter.com
For probing stuff you need:
- a monitoring interface preferably with injection drives (airmon-ng start wlan0)
- A mysql db with a probes table with MAC, SSID and time tables
- patience
There may be bugs.