How i got 3 bugs from the wayback urls?

2 hours ago 3
BOOK THIS SPACE FOR AD
ARTICLE AD

the waybackurls is a good way to get rich from bug bounty…

and i will show you how i got 3 bugs from the waybackurls, it’s very easy,

lets start step by step:

first let’s call the program websie as ‘target.com’

i got the waybackurls with this command:wget "https://web.archive.org/cdx/search/cdx?url=*.target.com/*&output=text&fl=original" -O way.txt

after this i created a command to help me to extract if there any leak in the urls and this the command:

cat way.txt |path=| grep -E '(email=|%40|passwd=|password=|api_key|access|token=|auth|user=|uuid=|account=|user=|)' | httpx -sc | grep "200"
Read Entire Article