├── LICENSE ├── README.md ├── botshot.py ├── easywin.py ├── img ├── DISCLAIMER ├── botshot.png ├── easywin.jpg ├── letmego.png ├── letmein.jpg ├── netdork.jpg ├── poriluk.png ├── seitan.jpg ├── verbal.jpg └── websword.jpg ├── letme.go ├── letmein.ps1 ├── letmein.py ├── netdork.py ├── poriluk.py ├── seitan.py └── verbal.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xdea/tactical-exploitation/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xdea/tactical-exploitation/HEAD/README.md -------------------------------------------------------------------------------- /botshot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xdea/tactical-exploitation/HEAD/botshot.py -------------------------------------------------------------------------------- /easywin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xdea/tactical-exploitation/HEAD/easywin.py -------------------------------------------------------------------------------- /img/DISCLAIMER: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xdea/tactical-exploitation/HEAD/img/DISCLAIMER -------------------------------------------------------------------------------- /img/botshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xdea/tactical-exploitation/HEAD/img/botshot.png -------------------------------------------------------------------------------- /img/easywin.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xdea/tactical-exploitation/HEAD/img/easywin.jpg -------------------------------------------------------------------------------- /img/letmego.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xdea/tactical-exploitation/HEAD/img/letmego.png -------------------------------------------------------------------------------- /img/letmein.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xdea/tactical-exploitation/HEAD/img/letmein.jpg -------------------------------------------------------------------------------- /img/netdork.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xdea/tactical-exploitation/HEAD/img/netdork.jpg -------------------------------------------------------------------------------- /img/poriluk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xdea/tactical-exploitation/HEAD/img/poriluk.png -------------------------------------------------------------------------------- /img/seitan.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xdea/tactical-exploitation/HEAD/img/seitan.jpg -------------------------------------------------------------------------------- /img/verbal.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xdea/tactical-exploitation/HEAD/img/verbal.jpg -------------------------------------------------------------------------------- /img/websword.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xdea/tactical-exploitation/HEAD/img/websword.jpg -------------------------------------------------------------------------------- /letme.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xdea/tactical-exploitation/HEAD/letme.go -------------------------------------------------------------------------------- /letmein.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xdea/tactical-exploitation/HEAD/letmein.ps1 -------------------------------------------------------------------------------- /letmein.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xdea/tactical-exploitation/HEAD/letmein.py -------------------------------------------------------------------------------- /netdork.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xdea/tactical-exploitation/HEAD/netdork.py -------------------------------------------------------------------------------- /poriluk.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xdea/tactical-exploitation/HEAD/poriluk.py -------------------------------------------------------------------------------- /seitan.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xdea/tactical-exploitation/HEAD/seitan.py -------------------------------------------------------------------------------- /verbal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xdea/tactical-exploitation/HEAD/verbal.py --------------------------------------------------------------------------------