Skip to content

Commit 493a88e

Browse files
committed
fix: snif readme updates
1 parent 0bcb80c commit 493a88e

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

Black Hat Python/chapter_03/README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
### sniffer_basic.py
22

3-
```
3+
```bash
44
sudo python3 sniffer_basic.py
55
```
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
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
7+
8+
Open another terminal pick a host to ping.
9+
```bash
10+
ping google.com
11+
```
12+
Then you should see some garbled output

0 commit comments

Comments
 (0)