-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (26 loc) · 940 Bytes
/
index.html
File metadata and controls
26 lines (26 loc) · 940 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<html>
<head>
<title>TicWebTools</title>
</head>
<body>
<div id="intro">
<h1>Welcome to TicWebTools!</h1>
<span>
#########################################<br />
This is a set of resources for webapp pentesting.<br />
Author: @ticarpi<br />
Homepage: <a href="https://github.com/ticarpi/ticwebtools">https://github.com/ticarpi/ticwebtools</a><br />
#########################################<br />
</span>
</div>
<div id="menu">
<h3>Contents</h3>
<ul>
<li><a href="responser.php">responser.php</a> - a PHP tool for serving content based on URI parameter input</li>
<li><a href="cspreflect.php">cspreflect.php</a> - a PHP tool for serving arbitrary CSP policies</li>
<li><a href="xss.js">xss.js</a> - a basic XSS POC payload</li>
<li><a href="libChex.js">libChex.js</a> - a toolkit for identifying outdated JavaScript libraries on a webpage</li>
</ul>
</div>
</body>
</html>