DanAtkinson

Example of Windows command prompt 'hacking'

Jan 25th, 2017
586
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.01 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3. <head>
  4.   <title>Windows code sample 'hack'</title>
  5. </head>
  6. <body>
  7.   <h1>Code sample</h1>
  8.   <p>Copy and paste the below code sample into your command prompt to see your directory paged... And other stuff...</p>
  9.   <p>Inspiration taken from <a href="http://lifepluslinux.blogspot.com.au/2017/01/look-before-you-paste-from-website-to.html">Suresh Alse</a>. For a little more information, see my <a href="https://danatkinson.github.io/2017/01/26/How-to-hack-a-trusting-developer-s-machine/" title="How to hack a trusting Windows developer's machine">blog post</a> at danatkinson.github.io.</p>
  10.   <code style="background-color:#eeeeee;padding:10px;">
  11.     <span>dir</span>
  12.     <!-- Here it is -->
  13.     <span style="color:#F3F5F6;position:absolute;left:-100px;top:-100px;height:0px;z-index:-100;display:inline-block;">&amp;
  14.       cls &amp; echo Haha! You gave me access to your computer! &amp;
  15.       ping 127.0.0.1 -n 2 &gt; nul &amp;
  16.       cls &amp; echo h4cking ##                        (10%) &amp;
  17.       ping 127.0.0.1 -n 2 &gt; nul &amp;
  18.       cls &amp; echo h4cking ###                       (20%) &amp;
  19.       ping 127.0.0.1 -n 2 &gt; nul &amp;
  20.       cls &amp; echo h4cking #####                     (33%) &amp;
  21.       ping 127.0.0.1 -n 2 &gt; nul &amp;
  22.       cls &amp; echo h4cking #######                   (40%) &amp;
  23.       ping 127.0.0.1 -n 2 &gt; nul &amp;
  24.       cls &amp; echo h4cking ##########                (50%) &amp;
  25.       ping 127.0.0.1 -n 2 &gt; nul &amp;
  26.       cls &amp; echo h4cking #############             (66%) &amp;
  27.       ping 127.0.0.1 -n 2 &gt; nul &amp;
  28.       cls &amp; echo h4cking #####################     (99%) &amp;
  29.       ping 127.0.0.1 -n 2 &gt; nul &amp;
  30.       cls &amp; echo h4cking #######################   (100%) &amp;
  31.       cls &amp; echo Hacking complete. &amp;
  32.       echo Use GUI interface using visual basic to track my IP &amp;
  33.       ping 127.0.0.1 -n 5 &gt; nul &amp;
  34.       cls
  35.       <br>dir
  36.     </span>
  37.     <span>/w /p<br>
  38.     </span>
  39.   </code>
  40. </body>
  41. </html>
Add Comment
Please, Sign In to add comment