Skip to content

Commit

Permalink
Update SUMMARY.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KathanP19 authored Jan 8, 2021
1 parent cd85370 commit 3604d44
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,15 @@
## Account Takeover Methodology

* [Chaining Low Impact Bugs with Xss](./Account_Takeovers_Methodologies/Chaining_low_impact_bugs_with_xss.md)
* [No Rate Limit On Login with Weak Password Policy](./Account_Takeovers_Methodologies/No_rate_limit_on_login_with_weak_password_policy.md)
* [Password Reset Poisoning Leads To Token Theft](./Account_Takeovers_Methodologies/Password_reset_poisoning_leads_to_token_theft.md)
* [Using Auth Bypass](./Account_Takeovers_Methodologies/Using_Auth_Bypass.md)
* [Using CSRF](./Account_Takeovers_Methodologies/Using_CSRF.md)
* [Using Sensitive Data Exposure](./Account_Takeovers_Methodologies/Using_sensitive_data_exposure.md)
* [Token Leaks In Response](./Account_Takeovers_Methodologies/token_leaks_in_response.md)

## Application Level DoS

* [Email Bounce Issues](./Application_Level_DoS/Email_Bounce_Issues.md)
* [Long Password DoS](./Application_Level_DoS/Long_Password_DoS.md)
* [Long String DOS](./Application_Level_DoS/Long_String_DOS.md)

0 comments on commit 3604d44

Please sign in to comment.