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

Content-length error #5

Open
justpentest opened this issue Jan 24, 2018 · 1 comment
Open

Content-length error #5

justpentest opened this issue Jan 24, 2018 · 1 comment

Comments

@justpentest
Copy link

C:\Python27\enumXFF-master\enumXFF-master>python enumXFF.py -t https://bitdefender.com/ -badcl 234 -r 192.168.0.0-192.168.255.255
usage: enumXFF.py [-h] -t TARGET -cl BADCL -r RANGE [-w WORKERS] [-o OUTPUT]
enumXFF.py: error: argument -cl/--badcl is required

C:\Python27\enumXFF-master\enumXFF-master>python enumXFF.py -t https://bitdefender.com/ --badcl 234 -r 192.168.0.0-192.168.255.255
0%| | 0/65536 [00:00<?, ?it/s]
Traceback (most recent call last):
File "enumXFF.py", line 37, in
if response.headers['content-length'] > args.badcl:
File "C:\Python27\lib\site-packages\requests\structures.py", line 54, in getitem
return self._store[key.lower()][1]
KeyError: 'content-length'

@defrindr
Copy link

#6

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