ArthurHydr / PortKnocking

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PortKnocking (not a portscan)

  • Use ROOT, This is not a portscan


## Changelog

### [v0.1] - 2024-02-24
- Initial implementation of a simple script to perform port knocking on a range of IP addresses.

### [v0.2] - 2024-02-25
- Refactored code to improve organization and readability.
- Fixed bugs related to IP address handling.

### [v1.0] - 2024-02-26
- Initial release of the port knocking tool.
- Removed interactive menu, replaced with command line options.
- Options to specify host and ports via command line.

### [v1.1] - 2024-02-27
- Added support for SYN or FIN flags.
- Improved command line argument handling.

### [v1.2] - 2024-02-28
- Refactored code to improve organization and readability.
- Fixed bugs related to TCP flag handling.

**Note:** These are the changelogs from the previous repository.

About

License:MIT License


Languages

Language:Python 100.0%