GITBOOK-87: change request with no subject merged in GitBook

This commit is contained in:
Xalgord 2023-09-03 10:23:07 +00:00 committed by gitbook-bot
parent 2c4f349369
commit 94ba8818da
No known key found for this signature in database
GPG key ID: 07D2180C7B12D0FF

View file

@ -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:
```