blacklanternsecurity / bbot

A recursive internet scanner for hackers.
https://www.blacklanternsecurity.com/bbot/
GNU General Public License v3.0
4.19k stars 381 forks source link

URL Excavation Bug #1307

Closed TheTechromancer closed 3 months ago

TheTechromancer commented 3 months ago

Running into URLs that have a stray parenthesis on the end like this:

[URL]                   https://evilcorp.com/2K19/flags/4x3/bs.svg)      httpx->excavate->httpx  (cdn-cloudflare, endpoint, extension-svg, http-title-301-moved-permanently, in-scope, 
ip-104-18-8-12, status-301)
[URL]                   https://evilcorp.com/2K19/flags/1x1/bl.svg)      httpx->excavate->httpx  (cdn-cloudflare, endpoint, extension-svg, http-title-301-moved-permanently, in-scope, 
ip-104-18-8-12, status-301)
[URL]                   https://evilcorp.com/2K19/flags/4x3/at.svg)      httpx->excavate->httpx  (cdn-cloudflare, endpoint, extension-svg, http-title-301-moved-permanently, in-scope, 
ip-104-18-8-12, status-301)
TheTechromancer commented 3 months ago

Fixed in https://github.com/blacklanternsecurity/bbot/pull/1308.