๐Ÿ”“Authentication Bypass

Practice

Authentication Bypass using DELETE Method

  • Capture a Login request and send it to the burp repeater

  • In the repeater window change the request method from GET or POST to DELETE

  • If the response returns with 200 OK then you successfully bypassed the login mechanism


FOR FURTHER READING

Last updated