potknocker/README.md

32 lines
845 B
Markdown
Raw Normal View History

2024-08-31 00:00:51 +00:00
<p align="center">
2024-08-30 23:51:26 +00:00
<img src="https://i.imgur.com/A6Y5Y7P.png" width="150" title="latina">
</p>
2024-08-31 00:00:51 +00:00
<p align="center">
2024-09-01 01:55:33 +00:00
"pinche blancosombreros..."
2024-08-31 00:00:51 +00:00
</p>
2024-08-31 00:10:40 +00:00
2024-09-01 01:55:33 +00:00
# potknocker
> scans for ssh/ftp honeypots and loads arbitrary payloads onto them, such as zip bombs
2024-09-06 02:54:34 +00:00
## 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```
2024-09-01 01:55:33 +00:00
2024-08-31 00:10:40 +00:00
## usage
```
2024-09-01 01:55:33 +00:00
-r target specific cidr range [0.0.0.0/0]
2024-08-31 00:10:40 +00:00
-l list of target cidr's (individual ip = /32)
2024-09-01 01:57:27 +00:00
-p payload file to upload to the pot
-c shell command to run on the pot
2024-09-01 01:55:33 +00:00
-ssh target ssh honeypots
-ftp target ftp honeypots
2024-08-31 00:10:40 +00:00
-t threads [25]
2024-09-01 01:55:33 +00:00
-s silence connection attempt verbosity
2024-08-31 00:10:40 +00:00
```