Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

POP3 Plugin: global name 'timeout' is not defined #1

Open
zeroSteiner opened this issue Dec 12, 2012 · 1 comment
Open

POP3 Plugin: global name 'timeout' is not defined #1

zeroSteiner opened this issue Dec 12, 2012 · 1 comment

Comments

@zeroSteiner
Copy link

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

@ragmel
Copy link

ragmel commented Jun 4, 2013

I removed the timeout parameter from the http.py and didn't give the error anymore, but you loose the timeout functionality

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants