First Method: Manual
-
Manually checking if random url exist:
https://opera.com/ftp
-
Manual Inspecting the source code of site:
ctrl + u
-
Using Google Dorks:
site:microsoft.com intitle:indexof
Second Method: Sorta Automatic
- Using Burp Suit: Target Tab to check site map.
- Using Nikto Tool:
nikto -h get.opera.com
- Using Dirbusterl:
- Using Wfuzz:
- Using gobuster:
- Using nmap:
nmap --script http-enum.nse get.opera.com
References
- google dorks to check reports:
site:hackerone.com directory listing
- google dorks search engine: https://nitinyadav00.github.io/Bug-Bounty-Search-Engine/