BishopFox / h2csmuggler

HTTP Request Smuggling over HTTP/2 Cleartext (h2c)
MIT License
644 stars 100 forks source link

[ERROR] str, bytes or bytearray expected #3

Closed RandomRobbieBF closed 4 years ago

RandomRobbieBF commented 4 years ago

Command

python3 h2csmuggler.py --scan-list ../xxx.txt --threads 10

List has urls set like https://google.com

Response

[ERROR] str, bytes or bytearray expected, not NoneType: https://://www.something.com
the-bumble commented 4 years ago

Resolved offline. This is the expected error for invalid URLs. Fixed unrelated parsing issues, though! Thanks for the submission!