WMS Experiment-2 20BCS5931
WMS Experiment-2 20BCS5931
WMS Experiment-2 20BCS5931
20CSP-338
Submitted for the requirement of
Lab Course
ii
Akshat Chauhan
20BCS5964
Experiment 1.2
ACUNETIX: It is an automated web application security testing tool that audits your web applications by
checking for vulnerabilities like SQL Injection, Cross site scripting and other exploitable vulnerabilities. In
general, Acunetix scans any website or web application that is accessible via a web browser and uses the
HTTP/HTTPS protocol.
HTML INJECTION: HTML Injection also known as Cross Site Scripting. It is a type of injection vulnerability
that occurs when a user is able to control an input point and is able to inject arbitrary HTML code into a vulnerable
web page. This vulnerability can have many consequences, like disclosure of a user’s session cookies that could
be used to impersonate the victim, or, more generally, it can allow the attacker to modify the page content.
XSS INJECTION: Cross-Site Scripting (XSS) attacks are a type of injection, in which malicious scripts are
injected into otherwise benign and trusted websites. XSS attacks occur when an attacker uses a web application to
send malicious code, generally in the form of a browser side script, to a different end user. Flaws that allow these
attacks to succeed are quite widespread and occur anywhere a web application uses input from a user within the
output it generates without validating or encoding it.
a. HTML Injection.
i. HTML inject in OWASP Mutillidae II. Web Pwn in Mass Production (Homepage).
ii. Writing code – “<p>Param</p><marquee>exp2</marquee>”.
1
Akshat Chauhan
20BCS5931
b. XSS alert message.
i. JavaScript inject in XSS game site (Homepage).
ii. Writing code – “<script>alert(‘Hello’)</script>”
4. Result/Output/Writing
2
Akshat Chauhan
20BCS5931
Fig 1.2.2 (Writing Code)
3
Akshat Chauhan
20BCS5931
Fig 1.2.3 (JavaScript Inject)
4
Akshat Chauhan
20BCS5931
Fig 1.2.4 (Writing Code)
5
Akshat Chauhan
20BCS5931
Fig 1.2.5 (Showing alert messages)
Evaluation Grid (To be created as per the SOP and Assessment guidelines by the faculty):
6
Akshat Chauhan
20BCS5931