Skip to content

Commit

Permalink
fix: snif readme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
DhanushNehru committed Jun 20, 2024
1 parent 0bcb80c commit 493a88e
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions Black Hat Python/chapter_03/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
### sniffer_basic.py

```
```bash
sudo python3 sniffer_basic.py
```
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

Open another terminal pick a host to ping.
```bash
ping google.com
```
Then you should see some garbled output

0 comments on commit 493a88e

Please sign in to comment.