├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── certs ├── server.crt └── server.key ├── layout.sh ├── lib ├── core.rb ├── menu.rb └── server.rb ├── main.rb └── templates ├── rapid_shell-azerty.template └── rapid_shell-qwerty.template /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NassimBentarka/Digispark-Meterpreter-Framework/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NassimBentarka/Digispark-Meterpreter-Framework/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NassimBentarka/Digispark-Meterpreter-Framework/HEAD/README.md -------------------------------------------------------------------------------- /certs/server.crt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NassimBentarka/Digispark-Meterpreter-Framework/HEAD/certs/server.crt -------------------------------------------------------------------------------- /certs/server.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NassimBentarka/Digispark-Meterpreter-Framework/HEAD/certs/server.key -------------------------------------------------------------------------------- /layout.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NassimBentarka/Digispark-Meterpreter-Framework/HEAD/layout.sh -------------------------------------------------------------------------------- /lib/core.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NassimBentarka/Digispark-Meterpreter-Framework/HEAD/lib/core.rb -------------------------------------------------------------------------------- /lib/menu.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NassimBentarka/Digispark-Meterpreter-Framework/HEAD/lib/menu.rb -------------------------------------------------------------------------------- /lib/server.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NassimBentarka/Digispark-Meterpreter-Framework/HEAD/lib/server.rb -------------------------------------------------------------------------------- /main.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NassimBentarka/Digispark-Meterpreter-Framework/HEAD/main.rb -------------------------------------------------------------------------------- /templates/rapid_shell-azerty.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NassimBentarka/Digispark-Meterpreter-Framework/HEAD/templates/rapid_shell-azerty.template -------------------------------------------------------------------------------- /templates/rapid_shell-qwerty.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NassimBentarka/Digispark-Meterpreter-Framework/HEAD/templates/rapid_shell-qwerty.template --------------------------------------------------------------------------------