-
Notifications
You must be signed in to change notification settings - Fork 2
Fakeroute and wireshark
Marc-Olivier Buob edited this page Oct 20, 2021
·
4 revisions
To observe packets handled and returned by fakeroute
:
- Install
wireshark
.
- Debian: run as root:
apt update
apt safe-upgrade
apt install wireshark
- Run
wireshark
with required grants:
- either by running
wireshark
viagksudo
orpkexec
;
pkexec wireshark &
- or either by adding your user to the
wireshark
group:
usermod -aG wireshark my_login
wireshark &
- Sniff the
lo
interface. You may add some filters (for instance related to the target IP).