├── LICENSE.md ├── README.md ├── requirements.txt └── windows-exploit-suggester.py /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a1ext/Windows-Exploit-Suggester/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a1ext/Windows-Exploit-Suggester/HEAD/README.md -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | xlrd 2 | chardet -------------------------------------------------------------------------------- /windows-exploit-suggester.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a1ext/Windows-Exploit-Suggester/HEAD/windows-exploit-suggester.py --------------------------------------------------------------------------------