File tree Expand file tree Collapse file tree 6 files changed +26
-3
lines changed
Expand file tree Collapse file tree 6 files changed +26
-3
lines changed Original file line number Diff line number Diff line change 11The MIT License (MIT)
22
3- Copyright (c) 2012-2020 noptrix
3+ Copyright (c) 2012-2021 noptrix
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 99 [ ] sandbox detection
1010 [ ] no ssh saves to another files ( it's good for user as SOCKS 4 )
1111 [ ] anti dupe system ( no double )
12+
13+
14+ ===> 1.5.0
15+
1216 [ ] randomize ipfile (sort as random ips.txt)
1317 [ ] random brute (take random ip from ips and random user:pass from user
1418 files ) and brute it
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ admin:admin
33demo:demo
44demos:demos
55dev:dev
6+ developer:developer
67ftp:ftp
78fwadmin:fwadmin
89guest01:guest01
@@ -23,6 +24,7 @@ operator:operator
2324op:op
2425oracle:oracle
2526postgres:postgres
27+ power:power
2628readonly:readonly
2729root:root
2830setup:setup
Original file line number Diff line number Diff line change @@ -167,6 +167,11 @@ pink123
167167pink123!
168168postgres
169169postgres123
170+ power
171+ power1
172+ power1!
173+ power123
174+ power123!
170175p@ssw0rd
171176P@ssw0rd
172177p@ssword
@@ -183,6 +188,12 @@ PW123!
183188pw1234
184189PW1234
185190PW1234!
191+ pwd
192+ pwd1
193+ pwd1!
194+ Pwd1!
195+ pwd123
196+ pwd123!
186197pwer1234!
187198qwerty
188199qwerty123
@@ -254,6 +265,10 @@ test123
254265test123!
255266test1234
256267tester
268+ tester1
269+ tester1!
270+ tester123
271+ tester1234
257272testtest
258273TestTest
259274tomcat
Original file line number Diff line number Diff line change 33demo
44demos
55dev
6+ developer
67ftp
78fwadmin
89guest
2324operator
2425oracle
2526postgres
27+ power
2628readonly
2729root
2830setup
Original file line number Diff line number Diff line change 3838
3939
4040__author__ = 'noptrix'
41- __version__ = '1.4.1 '
41+ __version__ = '1.4.2 '
4242__copyright = 'santa clause'
4343__license__ = 'MIT'
4444
@@ -672,7 +672,7 @@ def main(cmdline):
672672 if not opts ['targetlist' ] and opts ['targets' ]:
673673 log ('cracking single target' , 'info' )
674674 crack_single ()
675- elif len (opts ['targetlist' ]) > 0 :
675+ elif len (opts ['targetlist' ]) > 0 and '-b' not in cmdline :
676676 with ThreadPoolExecutor (1 ) as e :
677677 future = e .submit (crack_multi )
678678 status (future , 'cracking multiple targets\r ' )
You can’t perform that action at this time.
0 commit comments