HexHive / FirmFuzz

Automated IoT firmware fuzzing framework.
76 stars 7 forks source link

Can not run successfully, url_list is None after url_obj.scrape_url(webPage). #5

Open liuliqaz opened 3 years ago

liuliqaz commented 3 years ago

Hello, I follow all the instruction and nothing goes wrong, but every time stop as: 12-01 21:05-fuzzer.util-INFO-[CHECK_AND_ROLL] Sending request to url:http://0.0.0.0:8080 12-01 21:05-fuzzer.util-INFO-[CHECK_AND_ROLL] Code returned 200 12-01 21:05-fuzzer.attack-INFO-[CI] Command Injection Module activated 12-01 21:05-fuzzer.attack-INFO-[CI] Populating CI payloads I checked every method called, I found 'url_list' is 'None' after 'url_obj.scrape_url(webPage)' is called in fuzzer.py. Need help, Thanks a lot!!

liuliqaz commented 3 years ago

By the way,where can I find the data set used in paper, Thank you so much!!!