diff --git a/docs/index.html b/docs/index.html index 258cf004..8c8832f8 100644 --- a/docs/index.html +++ b/docs/index.html @@ -3978,7 +3978,7 @@ class: in-person - Sniff network traffic and display all packets containing "HTTP": ```bash - docker run --net host jpetazzo/netshoot ngrep -tpd eth0 HTTP + docker run --net host nicolaka/netshoot ngrep -tpd eth0 HTTP ``` ]