@@ -44,6 +44,27 @@ Search A's account from B's account either it will
44
44
⚠️` it's not recommended using more than 5000 characters as password. `
45
45
- Here is the [ Password.txt] ( https://raw.githubusercontent.com/KathanP19/HowToHunt/master/Application_Level_DoS/Password.txt )
46
46
47
+ ## 4. Permanent DOS to victim
48
+ This is not Application Level DOS but a Permanent DOS to victim.
49
+ In some website user get blocked after trying to loging in with wrong credidentials.We will untilize this feature as bug : D .
50
+
51
+ ** How to check** .
52
+ - Go to login page of example.com.
53
+ - Now enter valid account email and wrong password .
54
+ - Try to login with these details for few times(at least 10-20 times).You can use repeater or intruder in burpsuite.
55
+ - If your account get blocked, check the blocking time period.If the blocking time period is more than 30 min .You can report it.
56
+
57
+ ** Point to Remember**
58
+ - Make sure there is no captcha during login because we cann't make any automated tool to loop the request.
59
+ - Make sure Old session are expired after being blocked.
60
+
61
+ ** What is priority of this bug?**
62
+ - If the user get permanently block after some wrong attempts this is considered as P2.
63
+ - If the user get temporarly block this is considered as P3/P4.
64
+
65
+ During report try to add impact by saying that you can permanently block user account by looping this request with some intervals.
66
+
67
+
47
68
## Reference :
48
69
\- Email Bounce Issues
49
70
* [ https://medium.com/bugbountywriteup/an-unexpected-bounty-email-bounce-issues-b9f24a35eb68 ] ( https://medium.com/bugbountywriteup/an-unexpected-bounty-email-bounce-issues-b9f24a35eb68 )
@@ -58,6 +79,10 @@ Search A's account from B's account either it will
58
79
- [ https://medium.com/@shahjerry33/long-string-dos-6ba8ceab3aa0 ] ( https://medium.com/@shahjerry33/long-string-dos-6ba8ceab3aa0 )
59
80
- https://hackerone.com/reports/764434
60
81
82
+ \- Permanent DOS to victim
83
+ - https://youtu.be/5drIMXCQuNw
84
+
61
85
## Author:
62
86
* [ Keshav Malik] ( https://twitter.com/g0t_rOoT_ )
63
87
* [ Fani Malik] ( https://twitter.com/fanimalikhack )
88
+
0 commit comments