├── LICENSE ├── README.md ├── github-wiki-auditor.py └── requirements.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SmeegeSec/GitHub-Wiki-Auditor/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SmeegeSec/GitHub-Wiki-Auditor/HEAD/README.md -------------------------------------------------------------------------------- /github-wiki-auditor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SmeegeSec/GitHub-Wiki-Auditor/HEAD/github-wiki-auditor.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | lxml 2 | cssselect 3 | --------------------------------------------------------------------------------