pwn0sec / PwnXSS

PwnXSS: Vulnerability (XSS) scanner exploit
MIT License
713 stars 136 forks source link

Fixing additional issues with non http links while crawling #23

Closed chasepd closed 3 years ago

chasepd commented 3 years ago

Crawler still occasionally hit situations where it would be fed a non-http link, causing a crash. Added a check to verify that the url is an http link