Building my own Port-Knocker. To knock on ports in CTF challenges.
- Python3
Knocker.py implements a CLI interface (using argparse):
python3 Knocker.py [-h] [-d] targetHost targetPorts
Where
-
targetHost - the target IP address
-
targetPorts - the target ports
-
-d - the delay between each port knock
Feel free to contribute.
- Moritz Nentwig -- Initial idea and work
This project is licensed under the MIT Licensee -- see the LICENSE for details.