one stop shop for hassling honeypot operators
Go to file
delorean dc91758118 yeah yeah 2024-09-05 21:54:34 -05:00
cmd/potknocker initial 2024-08-30 18:51:26 -05:00
common argument changes, readme, etc 2024-08-31 20:55:33 -05:00
.gitignore yeah yeah 2024-09-05 21:54:34 -05:00
README.md yeah yeah 2024-09-05 21:54:34 -05:00
go.mod yeah yeah 2024-09-05 21:54:34 -05:00
go.sum yeah yeah 2024-09-05 21:54:34 -05:00

README.md

"pinche blancosombreros..."

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