├── LICENSE ├── README.md ├── linux ├── pwned-linux.txt └── reverse-shell-linux.txt ├── macos ├── pwned-macos.txt └── reverse-shell-macos.txt ├── reverse-shell-linux.py └── windows ├── autologon.txt ├── createshare.txt ├── gargabe-truck.txt ├── pwned-win.txt ├── reverse-shell-win.txt └── wincheck.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cbk914/flipperzero-scripts/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cbk914/flipperzero-scripts/HEAD/README.md -------------------------------------------------------------------------------- /linux/pwned-linux.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cbk914/flipperzero-scripts/HEAD/linux/pwned-linux.txt -------------------------------------------------------------------------------- /linux/reverse-shell-linux.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cbk914/flipperzero-scripts/HEAD/linux/reverse-shell-linux.txt -------------------------------------------------------------------------------- /macos/pwned-macos.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cbk914/flipperzero-scripts/HEAD/macos/pwned-macos.txt -------------------------------------------------------------------------------- /macos/reverse-shell-macos.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cbk914/flipperzero-scripts/HEAD/macos/reverse-shell-macos.txt -------------------------------------------------------------------------------- /reverse-shell-linux.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cbk914/flipperzero-scripts/HEAD/reverse-shell-linux.py -------------------------------------------------------------------------------- /windows/autologon.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cbk914/flipperzero-scripts/HEAD/windows/autologon.txt -------------------------------------------------------------------------------- /windows/createshare.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cbk914/flipperzero-scripts/HEAD/windows/createshare.txt -------------------------------------------------------------------------------- /windows/gargabe-truck.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cbk914/flipperzero-scripts/HEAD/windows/gargabe-truck.txt -------------------------------------------------------------------------------- /windows/pwned-win.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cbk914/flipperzero-scripts/HEAD/windows/pwned-win.txt -------------------------------------------------------------------------------- /windows/reverse-shell-win.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cbk914/flipperzero-scripts/HEAD/windows/reverse-shell-win.txt -------------------------------------------------------------------------------- /windows/wincheck.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cbk914/flipperzero-scripts/HEAD/windows/wincheck.txt --------------------------------------------------------------------------------