├── BoringHeaders.txt ├── HeadersAnalyzer.py ├── LICENSE ├── Python.gitignore ├── README.md └── Screenshots ├── 1.jpg └── 2.jpg /BoringHeaders.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dionach/HeadersAnalyzer/HEAD/BoringHeaders.txt -------------------------------------------------------------------------------- /HeadersAnalyzer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dionach/HeadersAnalyzer/HEAD/HeadersAnalyzer.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dionach/HeadersAnalyzer/HEAD/LICENSE -------------------------------------------------------------------------------- /Python.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dionach/HeadersAnalyzer/HEAD/Python.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dionach/HeadersAnalyzer/HEAD/README.md -------------------------------------------------------------------------------- /Screenshots/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dionach/HeadersAnalyzer/HEAD/Screenshots/1.jpg -------------------------------------------------------------------------------- /Screenshots/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dionach/HeadersAnalyzer/HEAD/Screenshots/2.jpg --------------------------------------------------------------------------------