We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bcb80c commit 493a88eCopy full SHA for 493a88e
Black Hat Python/chapter_03/README.md
@@ -1,6 +1,12 @@
1
### sniffer_basic.py
2
3
-```
+```bash
4
sudo python3 sniffer_basic.py
5
```
6
-If running in local machine input the ip address which can be got by running `ipconfig` on Windows and `ipconfig getifaddr en0` on macOS
+If running in local machine input the ip address which can be got by running `ipconfig` on Windows and `ipconfig getifaddr en0` on macOS
7
+
8
+Open another terminal pick a host to ping.
9
10
+ping google.com
11
+```
12
+Then you should see some garbled output
0 commit comments