blacklanternsecurity / bbot

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

Web Spider: Resolve Relative HTTP Links #391

Closed TheTechromancer closed 1 year ago

TheTechromancer commented 1 year ago

When scanning pages like https://dsu.edu/academics/colleges/college-of-arts-and-sciences/index.html, relative links are produced such as https://dsu.edu/../../../programs/physics-minor.html. In most cases, these relative links end up being broken because they need to be resolved against the originating URL before being raised as new events by BBOT.

TheTechromancer commented 1 year ago

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