├── HTML ├── emsf.gif └── index.html ├── Linux ├── README.md └── emsf ├── Payloads ├── app.php ├── phpfud.php ├── powershell.ps1 ├── python.py └── ruby.rb ├── README.md ├── emsf └── termux ├── README.md └── emsf /HTML/emsf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/efxtv/EMSF/HEAD/HTML/emsf.gif -------------------------------------------------------------------------------- /HTML/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/efxtv/EMSF/HEAD/HTML/index.html -------------------------------------------------------------------------------- /Linux/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/efxtv/EMSF/HEAD/Linux/README.md -------------------------------------------------------------------------------- /Linux/emsf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/efxtv/EMSF/HEAD/Linux/emsf -------------------------------------------------------------------------------- /Payloads/app.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/efxtv/EMSF/HEAD/Payloads/app.php -------------------------------------------------------------------------------- /Payloads/phpfud.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/efxtv/EMSF/HEAD/Payloads/phpfud.php -------------------------------------------------------------------------------- /Payloads/powershell.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/efxtv/EMSF/HEAD/Payloads/powershell.ps1 -------------------------------------------------------------------------------- /Payloads/python.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/efxtv/EMSF/HEAD/Payloads/python.py -------------------------------------------------------------------------------- /Payloads/ruby.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/efxtv/EMSF/HEAD/Payloads/ruby.rb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/efxtv/EMSF/HEAD/README.md -------------------------------------------------------------------------------- /emsf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/efxtv/EMSF/HEAD/emsf -------------------------------------------------------------------------------- /termux/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/efxtv/EMSF/HEAD/termux/README.md -------------------------------------------------------------------------------- /termux/emsf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/efxtv/EMSF/HEAD/termux/emsf --------------------------------------------------------------------------------