Tag: html injection

  • HTML Injection Reflected (POST) Level medium: Bwapp

    HTML Injection Reflected (POST) Level medium: Bwapp

    This article will guide you on how you can bypass the POST reflective HTML injection in Bwapp. This is similar to the GET request and again we don’t need burpsuite as a mandatory tool. It can be easily done with the help of a browser. I have used firefox with hackbar tool called URL encoder,…

  • HTML Injection – Reflected (POST) Level Low – BWapp

    HTML Injection – Reflected (POST) Level Low – BWapp

    This article is based on low level of Reflected (POST) HTML Injection. Bwapp is used here to demonstrate the HTML injection in POST parameters . Post parameters are different from GET Parameters. In GET parameters the information is sent via the URL but in POST, the information is sent with the body of the request.…