├── .gitignore ├── Android └── DONT CHANGE NAME THIS FOLDER ├── LICENSE ├── Macosx └── DONT CHANGE NAME THIS FOLDER ├── Pdf-autorun-windows └── DONT CHANGE NAME THIS FOLDER ├── README.md ├── Shell-virus └── DONT CHANGE NAME THIS FOLDER ├── Windows └── DONT CHANGE NAME THIS FOLDER ├── Worm-and-Bombzip └── DONT CHANGE NAME THIS FOLDER ├── image ├── Android.jpg ├── Test └── ss.jpg ├── malicious.py └── requirements.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaulanaRyM/Malicious/HEAD/.gitignore -------------------------------------------------------------------------------- /Android/DONT CHANGE NAME THIS FOLDER: -------------------------------------------------------------------------------- 1 | WARNING 2 | Dont Change name this folder 3 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaulanaRyM/Malicious/HEAD/LICENSE -------------------------------------------------------------------------------- /Macosx/DONT CHANGE NAME THIS FOLDER: -------------------------------------------------------------------------------- 1 | WARNING 2 | Dont Change name this folder 3 | -------------------------------------------------------------------------------- /Pdf-autorun-windows/DONT CHANGE NAME THIS FOLDER: -------------------------------------------------------------------------------- 1 | WARNING 2 | Dont Change name this folder 3 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaulanaRyM/Malicious/HEAD/README.md -------------------------------------------------------------------------------- /Shell-virus/DONT CHANGE NAME THIS FOLDER: -------------------------------------------------------------------------------- 1 | WARNING 2 | Dont Change name this folder 3 | -------------------------------------------------------------------------------- /Windows/DONT CHANGE NAME THIS FOLDER: -------------------------------------------------------------------------------- 1 | WARNING 2 | Dont Change name this folder 3 | -------------------------------------------------------------------------------- /Worm-and-Bombzip/DONT CHANGE NAME THIS FOLDER: -------------------------------------------------------------------------------- 1 | WARNING 2 | Dont Change name this folder 3 | -------------------------------------------------------------------------------- /image/Android.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaulanaRyM/Malicious/HEAD/image/Android.jpg -------------------------------------------------------------------------------- /image/Test: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /image/ss.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaulanaRyM/Malicious/HEAD/image/ss.jpg -------------------------------------------------------------------------------- /malicious.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaulanaRyM/Malicious/HEAD/malicious.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | requests 2 | tqdm --------------------------------------------------------------------------------