Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 705 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 705 Bytes

Remove Malware Scripts

Scripts for quick removal of Malwares from your Server OR Desktop

Ubuntu:

wget -O quick.sh https://raw.githubusercontent.com/ankeshanand1/remove-malware-scripts/main/ubuntu/quick.sh && chmod 755 quick.sh && sudo ./quick.sh

CentOS7/CentOS8:

wget -O quick.sh https://raw.githubusercontent.com/ankeshanand1/remove-malware-scripts/main/centOS/quick.sh && chmod 755 quick.sh && sudo ./quick.sh

The Script Primarily tries to resolve Network Errors and Repositery Errors caused by the Malwares and then Cleans them.
Screenshot of a terminal for Ubuntu Version
NOTE: The File Directly removes the malwares rather than quarantine them.