├── .github └── FUNDING.yml ├── Disable_Functions Bypass ├── .htaccess └── php.ini ├── LICENSE ├── README.md ├── capture ├── capture-2.png ├── capture-3.png └── capture.png ├── config.ini ├── phpfm.php ├── requirements.txt └── shell.py /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tegal1337/Shelly/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /Disable_Functions Bypass/.htaccess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tegal1337/Shelly/HEAD/Disable_Functions Bypass/.htaccess -------------------------------------------------------------------------------- /Disable_Functions Bypass/php.ini: -------------------------------------------------------------------------------- 1 | safe_mode = OFF 2 | disable_functions = NONE -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tegal1337/Shelly/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tegal1337/Shelly/HEAD/README.md -------------------------------------------------------------------------------- /capture/capture-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tegal1337/Shelly/HEAD/capture/capture-2.png -------------------------------------------------------------------------------- /capture/capture-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tegal1337/Shelly/HEAD/capture/capture-3.png -------------------------------------------------------------------------------- /capture/capture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tegal1337/Shelly/HEAD/capture/capture.png -------------------------------------------------------------------------------- /config.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tegal1337/Shelly/HEAD/config.ini -------------------------------------------------------------------------------- /phpfm.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tegal1337/Shelly/HEAD/phpfm.php -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tegal1337/Shelly/HEAD/requirements.txt -------------------------------------------------------------------------------- /shell.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tegal1337/Shelly/HEAD/shell.py --------------------------------------------------------------------------------