Skip to content

Commit

Permalink
Improve readme
Browse files Browse the repository at this point in the history
  • Loading branch information
GedorN committed Jul 19, 2022
1 parent 54c2757 commit 4faa5a0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,10 @@ As sudo:
net.ipv4.ip_forward = 1
sudo sysctl -p
```

## Packet sniffer
Sniff packages who pass through the device. The output are optimized to show when a password are inserted. Currently, only work in HTTP requests.
Usage example:
```bash
python3 packet_sniffer.py --interface wlp2s0
```

0 comments on commit 4faa5a0

Please sign in to comment.