mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-12-13 06:42:47 +00:00
Methodology - The Harvester + Checklist
This commit is contained in:
parent
3d917be066
commit
7e739b02ad
1 changed files with 23 additions and 2 deletions
|
@ -60,8 +60,9 @@ git clone https://github.com/ChrisTruncer/EyeWitness.git
|
|||
|
||||
## Passive recon
|
||||
```
|
||||
Use shodan to detect similar app
|
||||
Use the wayback machine to detect forgotten endpoint
|
||||
Using Shodan (https://www.shodan.io/) to detect similar app
|
||||
Using The Wayback Machine (https://archive.org/web/) to detect forgotten endpoint
|
||||
Using The Harvester (https://github.com/laramies/theHarvester)
|
||||
```
|
||||
|
||||
|
||||
|
@ -141,6 +142,26 @@ alias set_proxy_burp='gsettings set org.gnome.system.proxy.http host "http://loc
|
|||
then launch Burp with : java -jar burpsuite_free_v*.jar &
|
||||
```
|
||||
|
||||
* Checklist for Web vulns
|
||||
```
|
||||
[] AWS Amazon Bucket S3
|
||||
[] Git Svn insecure files
|
||||
[] CVE Shellshock Heartbleed
|
||||
[] Open redirect
|
||||
[] Traversal directory
|
||||
[] XSS injection
|
||||
[] CRLF injection
|
||||
[] CSRF injection
|
||||
[] SQL injection
|
||||
[] NoSQL injection
|
||||
[] PHP include
|
||||
[] Upload insecure files
|
||||
[] SSRF injection
|
||||
[] XXE injections
|
||||
[] CSV injection
|
||||
[] PHP serialization
|
||||
```
|
||||
|
||||
* Subscribe to the site and pay for the additional functionality to test
|
||||
|
||||
* Launch a Nikto scan in case you missed something
|
||||
|
|
Loading…
Reference in a new issue