potknocker/README.md

25 lines
628 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-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:55:33 +00:00
-ssh target ssh honeypots
-ftp target ftp honeypots
-p payload file to upload
2024-08-31 00:10:40 +00:00
-c shell command to run after uploading ssh payload
-t threads [25]
2024-09-01 01:55:33 +00:00
-s silence connection attempt verbosity
2024-08-31 00:10:40 +00:00
```