From 4faa5a0b2551922e81011539d95a7a98170c60b8 Mon Sep 17 00:00:00 2001 From: GedorN Date: Mon, 18 Jul 2022 23:46:43 -0300 Subject: [PATCH] Improve readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 506884f..132d3b3 100644 --- a/README.md +++ b/README.md @@ -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 +```