and you better read the readme

This commit is contained in:
delorean 2024-08-30 19:10:40 -05:00
parent abe68f3142
commit ae0ecacec0
1 changed files with 14 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# potknocker
> scans for honeypots and loads arbitrary payloads onto them, like zip bombs
> scans for ssh/ftp honeypots and loads arbitrary payloads onto them, like zip bombs
<p align="center">
<img src="https://i.imgur.com/A6Y5Y7P.png" width="150" title="latina">
@ -8,3 +8,16 @@
<p align="center">
"pinche sombreros blancos..."
</p>
## usage
```
! -r target specific cidr range [0.0.0.0/0]
-l list of target cidr's (individual ip = /32)
! -ssh target ssh honeypots
! -ftp target ftp honeypots
! -p payload file to upload
-c shell command to run after uploading ssh payload
-t threads [25]
-s silence connection attempt logs
```