hakluke / hakrawler

Simple, fast web crawler designed for easy, quick discovery of endpoints and assets within a web application
https://hakluke.com
GNU General Public License v3.0
4.42k stars 483 forks source link

Deprecated JS #105

Closed wellencamass closed 2 years ago

wellencamass commented 3 years ago

Hello, Luke!

Could I know why you deprecated the JS crawling functional? In my opinion it was a very usefull feature

Also, "these features are written into separate tools that can be piped to from hakrawler" - could you recommend tools which do JS crawling functional?

Thanks :)

hakluke commented 3 years ago

hey @wellencamass! Check out https://github.com/GerbenJavado/LinkFinder. The regex used to parse paths out of JS files in the original hakrawler was actually taken from that tool.