├── README.md ├── aspxdbshell.aspx.txt ├── aspxshell.aspx.txt ├── cmdshell.txt ├── exectest.txt ├── filewrite.php ├── getpasswd.txt ├── getsource.txt ├── mysqlshell.txt ├── pdoshell.txt ├── php-reverse_shell.txt ├── phpinfo.txt ├── treeview.txt ├── unix-privesc-check ├── xss_contentstealer.php ├── xss_cookiestealer.php └── xss_loginpage.php /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strawp/web-shells/HEAD/README.md -------------------------------------------------------------------------------- /aspxdbshell.aspx.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strawp/web-shells/HEAD/aspxdbshell.aspx.txt -------------------------------------------------------------------------------- /aspxshell.aspx.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strawp/web-shells/HEAD/aspxshell.aspx.txt -------------------------------------------------------------------------------- /cmdshell.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strawp/web-shells/HEAD/cmdshell.txt -------------------------------------------------------------------------------- /exectest.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /filewrite.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strawp/web-shells/HEAD/filewrite.php -------------------------------------------------------------------------------- /getpasswd.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strawp/web-shells/HEAD/getpasswd.txt -------------------------------------------------------------------------------- /getsource.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strawp/web-shells/HEAD/getsource.txt -------------------------------------------------------------------------------- /mysqlshell.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strawp/web-shells/HEAD/mysqlshell.txt -------------------------------------------------------------------------------- /pdoshell.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strawp/web-shells/HEAD/pdoshell.txt -------------------------------------------------------------------------------- /php-reverse_shell.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strawp/web-shells/HEAD/php-reverse_shell.txt -------------------------------------------------------------------------------- /phpinfo.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /treeview.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strawp/web-shells/HEAD/treeview.txt -------------------------------------------------------------------------------- /unix-privesc-check: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strawp/web-shells/HEAD/unix-privesc-check -------------------------------------------------------------------------------- /xss_contentstealer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strawp/web-shells/HEAD/xss_contentstealer.php -------------------------------------------------------------------------------- /xss_cookiestealer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strawp/web-shells/HEAD/xss_cookiestealer.php -------------------------------------------------------------------------------- /xss_loginpage.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strawp/web-shells/HEAD/xss_loginpage.php --------------------------------------------------------------------------------