These Two Tools Helped Me Earn $40K in Bounties

4 days ago 20
BOOK THIS SPACE FOR AD
ARTICLE AD

Awa

Hey!! 👋

GoLang
Golang

I 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@latest

You 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@latest

Here’s the repo for juicyurls: https://github.com/alwalxed/juicyurls.

Read Entire Article