From 433cfb79d7fd9d4827a8217ee1221354b3354604 Mon Sep 17 00:00:00 2001 From: Levon Kayan Date: Sun, 18 Apr 2021 23:57:29 +0200 Subject: [PATCH] update old options in help and readme. --- README.md | 4 ++-- docs/TODO | 6 ++++++ sshprank.py | 4 ++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0096405..d280d74 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ modes -m [-r ] - pass arbitrary masscan opts, portscan given hosts and crack for logins. found sshd services will be saved to - 'sshds.txt' in supported format for '-l' option and + 'sshds.txt' in supported format for '-h' option and even for '-b'. use '-r' for generating random ipv4 addresses rather than scanning given hosts. these options are always on: '-sS -oX - --open'. @@ -92,7 +92,7 @@ examples # found sshds $ sshprank -s 'SSH;1;50' - # grab banners and output to file with format supported for '-l' option + # grab banners and output to file with format supported for '-h' option $ sshprank -b hosts.txt > sshds2.txt ``` diff --git a/docs/TODO b/docs/TODO index f5adc2f..ce6278c 100644 --- a/docs/TODO +++ b/docs/TODO @@ -14,8 +14,14 @@ files ) and brute it +===> 1.4.1 + + [x] updated help() and README.md (old options were present) + + ===> 1.4.0 + [x] updated lists/* (added more default passwords and usernames) [x] add 'exclude host after first login was found' option (-e) [x] add 'exit sshprank after first login was found' option (-E) [x] swap options: '-C' -> '-c' diff --git a/sshprank.py b/sshprank.py index 9575951..15edd97 100755 --- a/sshprank.py +++ b/sshprank.py @@ -75,7 +75,7 @@ -m [-r ] - pass arbitrary masscan opts, portscan given hosts and crack for logins. found sshd services will be saved to - 'sshds.txt' in supported format for '-l' option and + 'sshds.txt' in supported format for '-h' option and even for '-b'. use '-r' for generating random ipv4 addresses rather than scanning given hosts. these options are always on: '-sS -oX - --open'. @@ -139,7 +139,7 @@ # found sshds $ sshprank -s 'SSH;1;50' - # grab banners and output to file with format supported for '-l' option + # grab banners and output to file with format supported for '-h' option $ sshprank -b hosts.txt > sshds2.txt '''