You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MIN: 0 MAX: 10000 Giving it with: 9975
MIN: 0 MAX: 10000 Giving it with: 10000
[!] PASS fuzzing ...
MIN: 0 MAX: 10000 Giving it with: 0
Traceback (most recent call last):
File "backfuzz.py", line 144, in
startFuzzer(listadoPlugins.plugins)
File "backfuzz.py", line 34, in startFuzzer
fuzzmaster.fuzzer()
File "./plugins/pop/pop.py", line 16, in fuzzer
fuzzPass(username,"USER","PASS")
File "/opt/backfuzz/functions.py", line 55, in fuzzPass
sendCredential(sock,user,username,timeout)
NameError: global name 'timeout' is not defined
The text was updated successfully, but these errors were encountered:
python backfuzz.py -h 192.168.90.128 -p 110 -min 0 -max 10000 -s 25 -pl POP3
...
MIN: 0 MAX: 10000 Giving it with: 9975
MIN: 0 MAX: 10000 Giving it with: 10000
[!] PASS fuzzing ...
MIN: 0 MAX: 10000 Giving it with: 0
Traceback (most recent call last):
File "backfuzz.py", line 144, in
startFuzzer(listadoPlugins.plugins)
File "backfuzz.py", line 34, in startFuzzer
fuzzmaster.fuzzer()
File "./plugins/pop/pop.py", line 16, in fuzzer
fuzzPass(username,"USER","PASS")
File "/opt/backfuzz/functions.py", line 55, in fuzzPass
sendCredential(sock,user,username,timeout)
NameError: global name 'timeout' is not defined
The text was updated successfully, but these errors were encountered: