Guest User

a_index.php

a guest
Jan 27th, 2022
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.19 KB | None | 0 0
  1. <?php
  2. // /sc/r.pl чекни
  3. include "../inc/cr.php";
  4. header("content-type: text/plain; charset=utf-8");
  5. $c = new Crypter("192.168.43.22", 80, getPubKeys());
  6. $st = $c->getStatus();
  7. echo $st;
Advertisement
Add Comment
Please, Sign In to add comment