Skip to content

Commit

Permalink
update old options in help and readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
noptrix committed Apr 18, 2021
1 parent 0be9ecb commit 433cfb7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ modes
-m <opts> [-r <num>] - 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'.
Expand Down Expand Up @@ -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
```

Expand Down
6 changes: 6 additions & 0 deletions docs/TODO
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
4 changes: 2 additions & 2 deletions sshprank.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
-m <opts> [-r <num>] - 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'.
Expand Down Expand Up @@ -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
'''

Expand Down

0 comments on commit 433cfb7

Please sign in to comment.