From ae0ecacec0bd84d2198ff16e2e09ed0e71612de5 Mon Sep 17 00:00:00 2001 From: delorean Date: Fri, 30 Aug 2024 19:10:40 -0500 Subject: [PATCH] and you better read the readme --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1eca093..075fe7d 100644 --- a/README.md +++ b/README.md @@ -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

@@ -8,3 +8,16 @@

"pinche sombreros blancos..."

+ +## 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 +```