mirror of
https://github.com/xalgord/My-Methodologies.git
synced 2024-11-21 19:23:08 +00:00
GITBOOK-87: change request with no subject merged in GitBook
This commit is contained in:
parent
2c4f349369
commit
94ba8818da
1 changed files with 6 additions and 40 deletions
46
README.md
46
README.md
|
@ -4,46 +4,6 @@ description: 'description: For Personal Reference'
|
|||
|
||||
# 🧑🏫 My Methodologies
|
||||
|
||||
* https://github.com/maurosoria/dirsearch
|
||||
* https://github.com/MobSF/Mobile-Security-Framework-MobSF
|
||||
* https://github.com/DanMcInerney/xsscrapy
|
||||
* Burp Suite
|
||||
* SecLists
|
||||
* whatcms
|
||||
* Striker
|
||||
* OWASP ZAP
|
||||
* Dirb
|
||||
* Scrapy
|
||||
* Dirbuster
|
||||
* Gobuster
|
||||
* Wfuzz
|
||||
* CyberChef
|
||||
* Sublist3r
|
||||
* Massdns
|
||||
* Dnsenum
|
||||
* Knockpy
|
||||
* nmap
|
||||
* Masscan
|
||||
* Sn1per
|
||||
* XSStrike
|
||||
* Sqlmap
|
||||
* Wpscan
|
||||
* Joomscan
|
||||
* CMSmap
|
||||
* Builtwith
|
||||
* Wappalyzer
|
||||
* wafw00f
|
||||
* passive hunter
|
||||
* a-mass
|
||||
* subfinder
|
||||
* httpx
|
||||
* aquatone
|
||||
* dalfox
|
||||
* nuclei
|
||||
* open redirect x
|
||||
* massdns
|
||||
* paramspider
|
||||
|
||||
#### Gathering Breached Credentials
|
||||
|
||||
* [https://github.com/hmaverickadams/breach-parse](https://github.com/hmaverickadams/breach-parse)
|
||||
|
@ -170,6 +130,12 @@ sqlmap -r sql.txt --force-ssl --level 5 --risk 3 --dbs -p parameter
|
|||
|
||||
and you have a valid SQL INJ 😎😎
|
||||
|
||||
**SQL Injection Auth Bypass:**
|
||||
|
||||
```
|
||||
' || 1=1 # /2
|
||||
```
|
||||
|
||||
#### Blind SQL Injection payload:
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue