├── flash.ino ├── listener.txt └── shell.PS1 /flash.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exploitechx/windows-reverse-shell/HEAD/flash.ino -------------------------------------------------------------------------------- /listener.txt: -------------------------------------------------------------------------------- 1 | nc -v -n -l -p 5678 2 | -------------------------------------------------------------------------------- /shell.PS1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exploitechx/windows-reverse-shell/HEAD/shell.PS1 --------------------------------------------------------------------------------