-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpoc1.html
23 lines (19 loc) · 866 Bytes
/
poc1.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Spoof Wappalyzer Poc1</title>
</head>
<body>
<h1>Spoof Wappalyzer Poc1: jQuery 99.99.99</h1>
<p>Demo <a href="https://wappalyzer.demo.xlab.app">https://wappalyzer.demo.xlab.app</a></p>
<p>GitHub <a href="https://github.com/ttttmr/spoof-wappalyzer">https://github.com/ttttmr/spoof-wappalyzer</a></p>
<p>Blog <a href="https://blog.xlab.app/p/63a5b7e6/">https://blog.xlab.app/p/63a5b7e6/</a></p>
<p>Fix xss in 6.10.21 <a href="https://github.com/wappalyzer/wappalyzer/issues/6013">https://github.com/wappalyzer/wappalyzer/issues/6013</a></p>
<br>
<p>poc1 <a href="/poc1.html">jQuery 99.99.99</a></p>
<p>poc2 <a href="/poc2.html">1000+ technology</a></p>
<p>poc3 <a href="/xss.html">self xss</a></p>
<script src="/poc1.js"></script>
</body>
</html>