BishopFox / h2csmuggler

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

Thread Issue #2

Closed desmondlisiwei closed 4 years ago

desmondlisiwei commented 4 years ago

Program hangs after the number of threads used with the tool for example specifying --threads 10, only 10 url request will be sent and program hangs after.

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

[INFO] Failed to upgrade. [INFO] Failed to upgrade. [INFO] Failed to upgrade. [INFO] Failed to upgrade. [INFO] Failed to upgrade. [INFO] Failed to upgrade. [INFO] Failed to upgrade. [INFO] Failed to upgrade. [INFO] Failed to upgrade. [INFO] Failed to upgrade. .....

the-bumble commented 4 years ago

Hey! I saw you closed this issue. I was able to reproduce this issue and it's fixed with the latest commit. Hope that helps! Thank you :)