mirror of
https://github.com/xalgord/My-Methodologies.git
synced 2024-11-10 06:04:20 +00:00
GITBOOK-102: change request with no subject merged in GitBook
This commit is contained in:
parent
af840220a9
commit
9f91e76bff
3 changed files with 10 additions and 0 deletions
|
@ -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
3
crlf.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
# 🛠 CRLF
|
||||
|
||||
tool: [https://github.com/dwisiswant0/crlfuzz](https://github.com/dwisiswant0/crlfuzz)
|
|
@ -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" %}
|
||||
|
|
Loading…
Reference in a new issue