Abstract for methodology
parent
54661cbd70
commit
8209d32baf
|
@ -1,6 +1,34 @@
|
||||||
# Bug Hunting Methodology and Enumeration
|
# Bug Hunting Methodology and Enumeration
|
||||||
![exploitation](https://img.shields.io/badge/WIP-70%25-green.svg)
|
![exploitation](https://img.shields.io/badge/WIP-70%25-green.svg)
|
||||||
|
|
||||||
|
**Summary**
|
||||||
|
1. [Enumerate all subdomains](#enumerate-all-subdomains-only-if-the-scope-is-domainext)
|
||||||
|
* Subbrute
|
||||||
|
* KnockPy
|
||||||
|
* GoogleDorks
|
||||||
|
* EyeWitness
|
||||||
|
* Sublist3r
|
||||||
|
* Aquatone
|
||||||
|
2. [Passive Recon](#passive-recon)
|
||||||
|
* Shodan
|
||||||
|
* Wayback Machine
|
||||||
|
* The Harvester
|
||||||
|
3. [Active Recon](#active-recon)
|
||||||
|
* Nmap
|
||||||
|
* Nmap Script
|
||||||
|
* RPCClient
|
||||||
|
* Enum4all
|
||||||
|
4. [List all the subdirectories and files](#list-all-the-subdirectories-and-files)
|
||||||
|
* Gobuster
|
||||||
|
* Backup File Artifacts Checker
|
||||||
|
5. [Web Vulnerabilities](#looking-for-web-vulnerabilities)
|
||||||
|
* Repository Github
|
||||||
|
* Burp
|
||||||
|
* Web Checklist
|
||||||
|
* Nikto
|
||||||
|
* Payment functionality
|
||||||
|
|
||||||
|
|
||||||
## Enumerate all subdomains (only if the scope is *.domain.ext)
|
## Enumerate all subdomains (only if the scope is *.domain.ext)
|
||||||
|
|
||||||
* Using Subbrute
|
* Using Subbrute
|
||||||
|
|
Loading…
Reference in New Issue