Login Bypass
Last updated
Was this helpful?
Last updated
Was this helpful?
If you find a login page, here you can find some techniques to try to bypass it:
Check for comments inside the page (scroll down and to the right?)
Check if you can directly access the restricted pages
Check to not send the parameters (do not send any or only 1)
Check the PHP comparisons error: user[]=a&pwd=b , user=a&pwd[]=b , user[]=a&pwd[]=b
Check credentials:
Default credentials **of the technology/platform used
Common combinations (root, admin, password, name of the tech, default user with one of these passwords).
Create a dictionary using Cewl, add the default username and password (if there is) and try to brute-force it using all the words as usernames and password
Brute-force using a bigger dictionary (Brute force)
Here you can find several tricks to bypass the login via SQL injections.
In the following page you can find a custom list to try to bypass login via SQL Injections:
Here you can find several tricks to bypass the login via No SQL Injections.****
As the NoSQL Injections requires to change the parameters value, you will need to test them manually.
Here you can find several tricks to bypass the login via XPath Injection.****
Here you can find several tricks to bypass the login via LDAP Injection.****
If the page has "Remember Me" functionality check how is it implemented and see if you can abuse it to takeover other accounts.
Pages usually redirects users after login, check if you can alter that redirect to cause an Open Redirect. Maybe you can steal some information (codes, cookies...) if you redirect the user to your web.
Check if you can enumerate usernames abusing the login functionality.
Check if auto-complete is active in the password/sensitive information forms input: <input autocomplete="false"