Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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