Jump to content
Sign in to follow this  
conz

buang virus linux pakai script

Recommended Posts

!/bin/sh
#fail utk delete virus secara manual

clear
echo ........................
echo . Manual Virus Removal .
echo ........................
echo
echo by CERT NS t3am
echo
echo Killing .inf ...
rm -r *.inf
sleep 3
echo Killing .vbs ...
rm -r *.vbs
sleep 3
echo Killing .pif ...
rm -r *.pif
sleep 3
echo Killing .exe ...
rm -r *.exe
sleep 3
Done!

selamat mencuba..

Share this post


Link to post
Share on other sites
FryShadow wrote:aku rasa kalau hard disk dari windows n mount kat linux, boleh guna cara ni OR

install clamav

#clamscan -R / --remove

kl cam tu btol la
sbb sume2 file yg die remove kt atas tu mmg xleh infect linux pn

Share this post


Link to post
Share on other sites
yup, .exe file mmg tak boleh execute dalam linux/*nix ::icon_smile::

tapi script tu akan remove semua .exe (cnth dlm Program Files) mungkin tak berapa sesuai, unless specify path yang nak di scan ::icon_smile::

Share this post


Link to post
Share on other sites
FryShadow wrote:yup, .exe file mmg tak boleh execute dalam linux/*nix ::icon_smile::

tapi script tu akan remove semua .exe (cnth dlm Program Files) mungkin tak berapa sesuai, unless specify path yang nak di scan ::icon_smile::

x specify path tu satu hal, lg satu tajuk topic misleading
unless ko bleh tnjuk atau bg cnth cmne file inf,vbs, pif, atau exe bleh infect linux, i think this script is pointless

Share this post


Link to post
Share on other sites
ScareCreW wrote:exe boleh jalan dalam linux menggunakan w.i.n.e
inf/sys digunakan oleh ndiswrapper

aku xckap exe xbleh jln dlm linux, aku tnye cmne virus dlm frmt exe bleh infect linux
sila baca btol2 ape aku tulis kt atas tu
i'm fully aware of wine, in fact i'm using it quite lots of the time when i can't find linux base equivalent for software that i wanna use. ::icon_smile::
mngenai file frmt inf,vbs, dan pif plak, aku tau penggunaan tiap2 jenis file tu. tu sbb aku tnye cmne file2 tu bleh infect linux dan tu sbb aku ckp script kt atas tu pointless. ::icon_cheers::

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...