MichaelStott / CRLF-Injection-Scanner

Command line tool for testing CRLF injection on a list of domains.
159 stars 66 forks source link

Exception being thrown #1

Closed random-robbie closed 6 years ago

random-robbie commented 6 years ago

hey dude,

was just testing this against my site that is protected by cloudflare.

Seeing it throwing this exception.

root@550958ca128c:/Sublist3r# python crlf_scan.py -i xsses.rocks.txt -o output.txt
Starting scan of domain www.xsses.rocks
Scanning http://www.xsses.rocks/.
Exception AttributeError: "'_SocketDuckForFd' object has no attribute '_closed'" in <bound method _SocketDuckForFd.__del__ of _SocketDuckForFd:8> ignored
Exception AttributeError: "'_SocketDuckForFd' object has no attribute '_closed'" in <bound method _SocketDuckForFd.__del__ of _SocketDuckForFd:9> ignored
Error occured when scanning with http protocol.
Scanning https://www.xsses.rocks/.
Exception AttributeError: "'_SocketDuckForFd' object has no attribute '_closed'" in <bound method _SocketDuckForFd.__del__ of _SocketDuckForFd:10> ignored
Exception AttributeError: "'_SocketDuckForFd' object has no attribute '_closed'" in <bound method _SocketDuckForFd.__del__ of _SocketDuckForFd:12> ignored
Error occured when scanning with https protocol.
random-robbie commented 6 years ago

never mind was using python 2.7 and not python 3.4