Install wifi-radar, airmon-ng or aircrack, and wireshark.
Open wifi-radar and check the wifi you want to test. Here my wifi sensor.
For the wireless adapter to be monitored:
sudo ifconfig wlan0 is down
sudo iwconfig wlan0 monitor mode
sudo ifconfig wlan0 up
If you do this, you cannot connect to the hotspot. To restore as before, do the above but “sudo iwconfig wlan0 managed mode”.
I do something else because I want to use the internet, which is using airmon-ng. “sudo airmon-ng start wlan0 (channel)”. I’m channel 11. Seen to make a virtual device that is mon0. wlan0 still exists.
Open wireshark “sudo wireshark” and open the capture option on the tab.
Select mon0 or wlan0 if it is monitor and start.
Look for PROBE REQUEST packages or similar on other networks. Right-click, copy, bytes, hexstream.
Open the ostinato “sudo ostinato”. Click + on the port. Select mon0.
File > port configuration > interleaved stream (to send packets continuously). Right-click on the right screen, add stream. Select the gear for configuration (click 2x). Select advance.
Select hexdump, place it on the right screen and click the button in the middle.
Select the data protocol on the tab. To copy paste a packet from WireShark, press “Ctrl”. Add 00000 … to the size of the package as you wish.
this blog contains all my articles licensed under creative commons attribution customized sharealike (cc-by-sa) where you can sell but mention the open one here