BOOK THIS SPACE FOR AD
ARTICLE ADHey!! 👋
GolangI wanted to share two tools I built that helped me earn around $40K in bounties over the past two months. Both are open-source, easy to use, and work really well together (though they can be used independently too).
This tool is inspired by TomNomNom’s waybackurls, but I’ve made it faster and more reliable. It’s written in Go, and installation is as simple as:
go install github.com/alwalxed/wayurls@latestYou can find the repo here: https://github.com/alwalxed/wayurls.
After gathering URLs with wayurls, I use juicyurls to filter them and find the interesting ones. It’s also written in Go and works great for narrowing down your targets. To install it, run:
go install github.com/alwalxed/juicyurls@latestHere’s the repo for juicyurls: https://github.com/alwalxed/juicyurls.