Port Knocking
1) Find the configuration file via an LFI vulnerability for example
/etc/knockd.conf/usr/share/seclists/Fuzzing/LFI/LFI-etc-files-of-all-linux-packages.txt2) According to the contents of the configuration file, activate the sequence
knockd IP PORT1 PORT2 PORT33) Verify that the port is open
nc -zv IP 22Last updated