├── BugBountyNotes.txt ├── BugBountySigns.txt ├── JavaScript.txt ├── Questions └── ssrf-questions.md ├── Signs ├── Account_Takeover.txt ├── Code_Injection.txt ├── HTML_Injection.txt ├── IDOR.txt ├── Information_Disclosure.txt ├── Prototype_Pollution.txt ├── RCE.txt ├── SSRF.txt └── XSS.txt ├── Synack └── methdology.md └── Vuln_Methodology.txt /BugBountyNotes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R-s0n/Bug_Bounty_Notes/HEAD/BugBountyNotes.txt -------------------------------------------------------------------------------- /BugBountySigns.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R-s0n/Bug_Bounty_Notes/HEAD/BugBountySigns.txt -------------------------------------------------------------------------------- /JavaScript.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R-s0n/Bug_Bounty_Notes/HEAD/JavaScript.txt -------------------------------------------------------------------------------- /Questions/ssrf-questions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R-s0n/Bug_Bounty_Notes/HEAD/Questions/ssrf-questions.md -------------------------------------------------------------------------------- /Signs/Account_Takeover.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R-s0n/Bug_Bounty_Notes/HEAD/Signs/Account_Takeover.txt -------------------------------------------------------------------------------- /Signs/Code_Injection.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R-s0n/Bug_Bounty_Notes/HEAD/Signs/Code_Injection.txt -------------------------------------------------------------------------------- /Signs/HTML_Injection.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R-s0n/Bug_Bounty_Notes/HEAD/Signs/HTML_Injection.txt -------------------------------------------------------------------------------- /Signs/IDOR.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R-s0n/Bug_Bounty_Notes/HEAD/Signs/IDOR.txt -------------------------------------------------------------------------------- /Signs/Information_Disclosure.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R-s0n/Bug_Bounty_Notes/HEAD/Signs/Information_Disclosure.txt -------------------------------------------------------------------------------- /Signs/Prototype_Pollution.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R-s0n/Bug_Bounty_Notes/HEAD/Signs/Prototype_Pollution.txt -------------------------------------------------------------------------------- /Signs/RCE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R-s0n/Bug_Bounty_Notes/HEAD/Signs/RCE.txt -------------------------------------------------------------------------------- /Signs/SSRF.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R-s0n/Bug_Bounty_Notes/HEAD/Signs/SSRF.txt -------------------------------------------------------------------------------- /Signs/XSS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R-s0n/Bug_Bounty_Notes/HEAD/Signs/XSS.txt -------------------------------------------------------------------------------- /Synack/methdology.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R-s0n/Bug_Bounty_Notes/HEAD/Synack/methdology.md -------------------------------------------------------------------------------- /Vuln_Methodology.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R-s0n/Bug_Bounty_Notes/HEAD/Vuln_Methodology.txt --------------------------------------------------------------------------------