Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomiwa-ot/windows-port-knocker
Enable/Disable ports on windows using sequences of SYN packets sent to defined ports
https://github.com/tomiwa-ot/windows-port-knocker
port-knock port-knocker port-knocking powershell powershell-script windows-powershell
Last synced: about 1 month ago
JSON representation
Enable/Disable ports on windows using sequences of SYN packets sent to defined ports
- Host: GitHub
- URL: https://github.com/tomiwa-ot/windows-port-knocker
- Owner: Tomiwa-Ot
- License: mit
- Created: 2022-09-13T20:42:27.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-17T20:21:47.000Z (about 2 years ago)
- Last Synced: 2024-11-15T11:08:04.500Z (about 1 month ago)
- Topics: port-knock, port-knocker, port-knocking, powershell, powershell-script, windows-powershell
- Language: PowerShell
- Homepage:
- Size: 54.7 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Windows Port-Knocker
![Screenshot](/screenshots/knockd.png)
Enable/Disable ports by sending a sequence of SYN packets
to pre-defined ports. The Knockd service checks the windows
firewall logs to see if SYN packets were sequentially sent
to the defined ports within a space of x (default = 10) seconds
from the same IP address and then, enable/disable a port.## Usage
- Open Windows Powershell as an Administrator and execute the following command
```powershell
.\port-knocker-ps1
```## N.B.
- Starting the Knockd service fails https://github.com/Tomiwa-Ot/windows-port-knocker/issues/2
- This program hasn't been fully tested because of https://github.com/Tomiwa-Ot/windows-port-knocker/issues/2