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

This commit is contained in:
Xalgord 2024-02-20 16:58:22 +00:00 committed by gitbook-bot
parent af840220a9
commit 9f91e76bff
No known key found for this signature in database
GPG key ID: 07D2180C7B12D0FF
3 changed files with 10 additions and 0 deletions

View file

@ -28,6 +28,7 @@
* [🔎 How to Get Unique Subdomains on Large scope](recon-strategies-by-other-hackers/how-to-get-unique-subdomains-on-large-scope.md)
* [🔎 Static Analysis of Client-Side JavaScript for pen testers and bug bounty hunters](recon-strategies-by-other-hackers/static-analysis-of-client-side-javascript-for-pen-testers-and-bug-bounty-hunters.md)
* [🎯 subdomain-enumeration](subdomain-enumeration/README.md)
* [🛠 CRLF](crlf.md)
* [❌ xss](xss/README.md)
* [⛴ Ghetto XSS Cheatsheet](ghetto-xss-cheatsheet.md)
* [🚀 Oneliners](oneliners.md)

3
crlf.md Normal file
View file

@ -0,0 +1,3 @@
# 🛠 CRLF
tool: [https://github.com/dwisiswant0/crlfuzz](https://github.com/dwisiswant0/crlfuzz)

View file

@ -1,5 +1,7 @@
# ✍ Tips and Write-ups
###
### Bug Bounty Handbook: ([https://gowthams.gitbook.io/bughunter-handbook/](https://gowthams.gitbook.io/bughunter-handbook/))
### Bug Bounty Tips: ([https://gowsundar.gitbook.io/book-of-bugbounty-tips/](https://gowsundar.gitbook.io/book-of-bugbounty-tips/))
@ -38,3 +40,7 @@ The best terminal-based subdomain scanner tools to find subdomains
## Writeup about SQL Injection
* [https://medium.com/@a7madhacck/how-i-found-my-first-sql-injection-2-in-two-different-website-9c6c324b53c](https://medium.com/@a7madhacck/how-i-found-my-first-sql-injection-2-in-two-different-website-9c6c324b53c)
### 403 Bypass tool:
{% embed url="https://github.com/Dheerajmadhukar/4-ZERO-3" %}