Filename | Clean your infected Pendrives manually |
Permission | rw-r--r-- |
Author | Unknown |
Date and Time | 3/03/2013 |
Label | Penetration |
Action |
Ethical Hacking Institute in Pune
./Arizona Team
Is your usb drives infected with suspicious files like
Autorun.inf
Ravmon.exe
New Folder.exe
svchost.exe
Heap4a
or any other exe file which may be suspicious.
If yes then this can effect your pc and virus can be spread.
so question is how to remove such suspicious files and
make your usb clean?
So here we go follow my steps:
just open a command prompt with admin priv
and Change your directory to USB drive
and type the following command
Code:
dir /w/a
this will show you files like I mentioned above..
if you find such files , then you usb is infected
okay now run the following command
Code:
attrib -r -a -s -h filename.extension
This will remove the Read Only, Archive, System and hidden file attribute from all the files. Now just delete the files using the command
Code:
del filename.extension
example is
Code:
del arizona.exe
now its is not infected anymore
now remove the usb and plug in again
and verify if the files are removed
Soooo Simple... (-_-)
www.arizonainfotech.com
CEH CHFI ECSA ENSA CCNA CCNA SECURITY MCITP RHCE CLOUD ANDROID IPHONE NETWORKING HARDWARE TRAINING INSTITUTE IN PUNE
./Arizona Team
Is your usb drives infected with suspicious files like
Autorun.inf
Ravmon.exe
New Folder.exe
svchost.exe
Heap4a
or any other exe file which may be suspicious.
If yes then this can effect your pc and virus can be spread.
so question is how to remove such suspicious files and
make your usb clean?
So here we go follow my steps:
just open a command prompt with admin priv
and Change your directory to USB drive
and type the following command
Code:
dir /w/a
this will show you files like I mentioned above..
if you find such files , then you usb is infected
okay now run the following command
Code:
attrib -r -a -s -h filename.extension
This will remove the Read Only, Archive, System and hidden file attribute from all the files. Now just delete the files using the command
Code:
del filename.extension
example is
Code:
del arizona.exe
now its is not infected anymore
now remove the usb and plug in again
and verify if the files are removed
Soooo Simple... (-_-)
www.arizonainfotech.com
CEH CHFI ECSA ENSA CCNA CCNA SECURITY MCITP RHCE CLOUD ANDROID IPHONE NETWORKING HARDWARE TRAINING INSTITUTE IN PUNE