Fix typo v2

This commit is contained in:
swisskyrepo 2016-11-06 16:52:40 +07:00
parent dad0a4c4c2
commit 472432cefb

View File

@ -2,6 +2,7 @@
## Bug Hunting Methodology ## Bug Hunting Methodology
* Enumerate all subdomains (only if the scope is *.domain.ext) * Enumerate all subdomains (only if the scope is *.domain.ext)
Using KnockPy with Daniel Miesslers SecLists for subdomain "/Discover/DNS" Using KnockPy with Daniel Miesslers SecLists for subdomain "/Discover/DNS"
``` ```
git clone https://github.com/guelfoweb/knock git clone https://github.com/guelfoweb/knock
@ -80,7 +81,8 @@ More subdomain :
* Look for private information in GitHub repos with GitRob * Look for private information in GitHub repos with GitRob
``` ```
gitrob commd git clone https://github.com/michenriksen/gitrob.git
gitrob analyze johndoe --site=https://github.acme.com --endpoint=https://github.acme.com/api/v3 --access-tokens=token1,token2
``` ```
* Subscribe to the site and pay for the additional functionality to test * Subscribe to the site and pay for the additional functionality to test