potknocker/README.md

32 lines
845 B
Markdown

<p align="center">
<img src="https://i.imgur.com/A6Y5Y7P.png" width="150" title="latina">
</p>
<p align="center">
"pinche blancosombreros..."
</p>
# potknocker
> scans for ssh/ftp honeypots and loads arbitrary payloads onto them, such as zip bombs
## installation
grab a binary your architecture from **Releases**
*or*
```git clone https://git.supernets.org/delorean/potknocker.git && cd potknocker/cmd/potknocker && go build -o potknocker main.go && ./potknocker```
## usage
```
-r target specific cidr range [0.0.0.0/0]
-l list of target cidr's (individual ip = /32)
-p payload file to upload to the pot
-c shell command to run on the pot
-ssh target ssh honeypots
-ftp target ftp honeypots
-t threads [25]
-s silence connection attempt verbosity
```