Skip to main content
Privilege/Authorization Security Test: Ruby rails Application
- Authorization based scenarios.
- First Scenario:
- check how urls work each time and try editing them.
- Second Scenario:
- Check urls next or inside levels.
- Third Scenario:
- Sometimes application shows the sensitive details but in hidden format. We can try load the same webpage with other format like .php , .json or .jsp
- Fourth Scenario:
- Application on ruby sends credentials where mass vulnerability exists. If you add admin condition in same format like username and password then it will let you login with admin user.
- user[admin]=1
- user[admin]=True
- user[organisation_id]=True or 1
Comments
Post a Comment