Skip to content

Commit

Permalink
Merge branch 'master' into jonatanhal-patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanhal authored Apr 27, 2018
2 parents d059b74 + e95ed5f commit 1f63b90
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions owasp-whhb.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,19 @@ filetype:tar OR filetype:rar OR filetype:tgz OR filetype:gz
* [ ] https://netcraft.com/


## Discover Hidden Content (use burp)
## Discover Hidden Content

id: 1.3

* [ ] Review comments and other client side code to find hidden content
* [ ] Sample files, known files
- dirb https://www.address.blab -f -l -R -z 10 -o address.blab.txt
* [ ] Use snallygaster to find sensitive files, https://github.com/hannob/snallygaster

## Discover DNS

* [ ] Reverse DNS lookup
`dig -x 10.10.10.10`
* [ ] Brute force DNS (recon-ng, recon/domain-hosts/brute-hosts, set source, show hosts)
* [ ] python sublist3r.py -d example.com
* [ ] Zone-transfer test (fierce -dns target.com)
Expand Down Expand Up @@ -279,6 +281,7 @@ http://rextester.com/l/sql_server_online_compiler
* [ ] Test for Reflected XSS (OTG-INPVAL-001)
* [ ] Check for parameters. Burp/Analyze target/parameters
* [ ] Test for HTTP Header Injection
* [ ] Test for HOST-header manipulation (att two host headers, add X-Forwarded-Host) If you can, see: https://www.skeletonscribe.net/2013/05/practical-http-host-header-attacks.html
* [ ] Test for Open Redirection
* [ ] Test for Stored Attacks
* [ ] Test for OS Command Injection
Expand Down Expand Up @@ -370,7 +373,8 @@ id 8.0
* [ ] Test for LDAP Injection
* [ ] Test for XPath Injection
* [ ] Test for Back-End Request Injection
* [ ] Test for XXE Injection
* [ ] Test for XXE Injection (https://blog.netspi.com/playing-content-type-xxe-json-endpoints/)
* [ ] If JSON, change the content type to application/xml, and change the body to xml format, and follow the link above.

----------------------------------------------------------------------------

Expand Down Expand Up @@ -441,4 +445,8 @@ https://github.com/Hack-with-Github/Awesome-Hacking/blob/master/README.md

https://html5sec.org/

Various Cloud service SSRF endpoints https://gist.github.com/BuffaloWill/fa96693af67e3a3dd3fb

https://github.com/bl4de/security_whitepapers

## Notes

0 comments on commit 1f63b90

Please sign in to comment.