├── .gitignore ├── LICENSE ├── README.md └── sl.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mossmann/stealthlock/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mossmann/stealthlock/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # stealthlock 2 | stuff from my ToorCon 2015 talk 3 | -------------------------------------------------------------------------------- /sl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mossmann/stealthlock/HEAD/sl.py --------------------------------------------------------------------------------