potknocker/README.md

25 lines
622 B
Markdown
Raw Normal View History

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