WifiZoo is a tool to gather wifi information passively. It is created to be helpful in wifi pentesting and was inspired by ‘Ferret‘ from Errata Security.
The tool is intended to get all possible info from open wifi networks (and possibly encrypted also in the future, at least with WEP) without joining any network, and covering all wifi channels.
WifiZoo does the following:
- gathers bssid->ssid information from beacons and probe responses
- gathers list of unique SSIDS found on probe requests
- gathers the list and graphs which SSIDS are being probed from what sources
- gathers bssid->clients information and outputs it in a file that you can later use with graphviz and get a graph with “802.11 bssids->clients”.
- gathers ‘useful’ information from unencrypted wifi traffic (ala Ferret,and dsniff, etc); like pop3 credentials, smtp traffic, http cookies/authinfo, msn messages,ftp credentials, telnet network traffic, nbt, etc.
You can download WifiZoo v1.3 here:
Or read more here.
Stored in: Hacking Tools, Privacy, Wireless Hacking
Related Posts:
- WifiZoo v1.2 - Gather Wifi Information Passively
- KisMAC - Free WiFi Stumbler/Scanner for Mac OS X
- FireCAT 1.3 Released - Firefox Catalog of Auditing Extensions
- mssql-hax0r v0.9 - Multi-purpose MS-SQL injection script
- Metagoofil v1.4 Released - Metadata and Information Gathering Tool
- Russia Heavy Handed Registration for Wifi
| 2,899 views |



sounds like an interesting and very useful tool. think i’ll give it a try. hope it doesn’t disappoint.
just stick with aircrack-ng suit.
Pre my linux learnings I used to use ferret for packet capturing and it was pretty good but yeah I’ll just stick with Kismet, just a “sudo kismet” away, then wireshark and aircrack to interpret the captures.