Skip to content

Latest commit

 

History

History
45 lines (38 loc) · 1.17 KB

File metadata and controls

45 lines (38 loc) · 1.17 KB

WIFI SNIFFER


Wifi sniffer

Wifi sniffer using a raspberry pico h and a wifi hat

Features

  • Have all the nearby Wi-Fi networks
  • Know if the Wi-Fi networks are public or private
  • Get the dBm of the Wi-Fi networks
  • Get the channels of the Wi-Fi networks

Requirements

1-Raspberry pico h
2-ESP8266 wifi hat from sb components

How to use it?

Install the main.py script on your Raspberry Pico H. 
Once this is done, you just need to connect your Raspberry Pico H to any USB power supply, and the program will start automatically. 
To exit the menu and switch to sniffing mode, you just need to press the reset button on the ESP8266 Wi-Fi hat.

Author

Github: lookthis664