├── .gitignore ├── Chrome └── smart-lock-subdomain-credential-stealer.js ├── LICENSE ├── Other └── ssh │ └── libssh.py ├── README.md ├── Samba └── CVE-2010-0926.c └── Windows └── ms08-067.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarkBuffalo/exploits/HEAD/.gitignore -------------------------------------------------------------------------------- /Chrome/smart-lock-subdomain-credential-stealer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarkBuffalo/exploits/HEAD/Chrome/smart-lock-subdomain-credential-stealer.js -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarkBuffalo/exploits/HEAD/LICENSE -------------------------------------------------------------------------------- /Other/ssh/libssh.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarkBuffalo/exploits/HEAD/Other/ssh/libssh.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarkBuffalo/exploits/HEAD/README.md -------------------------------------------------------------------------------- /Samba/CVE-2010-0926.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarkBuffalo/exploits/HEAD/Samba/CVE-2010-0926.c -------------------------------------------------------------------------------- /Windows/ms08-067.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarkBuffalo/exploits/HEAD/Windows/ms08-067.py --------------------------------------------------------------------------------