├── .gitignore ├── EvilAPDefender.py ├── LICENSE ├── README.TXT └── README.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moha99sa/EvilAP_Defender/HEAD/.gitignore -------------------------------------------------------------------------------- /EvilAPDefender.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moha99sa/EvilAP_Defender/HEAD/EvilAPDefender.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moha99sa/EvilAP_Defender/HEAD/LICENSE -------------------------------------------------------------------------------- /README.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moha99sa/EvilAP_Defender/HEAD/README.TXT -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moha99sa/EvilAP_Defender/HEAD/README.md --------------------------------------------------------------------------------