Page cover
githubEdit

face-eyes-xmarksPort Knocking

circle-info

After finding the knock sequence in /etc/knockd.conf, send packets to each port in order to unlock the hidden service.

  • Just replace 571 290 911, key, user, and IP accordingly.

Using Nmap to SSH
for i in 571 290 911; do nmap -Pn --host-timeout 100 --max-retries 0 -p $i <IP> >/dev/null; done; ssh -i key USER@IP

Last updated