HACKING WEB APPLICATIONS

WHAT ARE HACKING WEB APPLICATIONS?

Web application provides an interface between the web server and the client to communicate. Web pages are generated at the server, and browsers present them at the client side. The data is passed between client and server in the form of HTML pages through HTTP protocol.
There are client-side vulnerabilities and server-side vulnerabilities which lead to a web application attack.


ATTACKS:

* Parameter Tampering

* Unvalidated input

* Directory Traversal Attack


No comments:

Post a Comment