hey there does anyone know where I can download the virus creation lab or similar software
Printable View
hey there does anyone know where I can download the virus creation lab or similar software
What is with the growing repopularty of the VCL, I mentioned it in passing in one thread (someone was asking if something like it was possable). Then an artical arrives on securityfocus about NoWhere man, and now this....
Look you don't want VCL, it was written in the early 90's, most AV's will detect anything it make, and it mostly makes boot sector stuff. I would be suprised if it wasn't still out on the web somewhere but its prety useless at this point.
The next big question is why do you want it, useing the VCL lifts you up to the hight of scriptkiddie hood (which is a sad ending as its origional intnet was to make it easier for us to deal with leaches and the precurser to script kiddies).
I just want a quick and easy way to test out my anti virus program i have made
LoL @ james526372001
You are a riot! You just don't get the point do you?!
what point don't i get
Get on Kazaa. They have lots of Fizzer you can get for free...Quote:
Originally posted here by james526372001
I just want a quick and easy way to test out my anti virus program i have made
It is very easy to test out the AV just hit kazaa for a min and you will find a virus to infect your system with.
On a side note it works better to try the obvious and bad social engineering in the first post not after the fact.
A antivirus test called eicar would be a start http://www.eicar.org/
If its testing your antivirus, why not download known viruses to see if your virus scaner you made can detect it. Keeping an updated signature database would be a chanlenge. Maybe seting up a system where if a new unkown or suspisious file is found the customer can send a report back to you and you could evaluate it and add the signature if needed.
We cannot and willnot provide links on how to get virus creation tools. We do not promote the use of such tools. We are all for defence here.
Hey buddy, I tell you what. I'll send it to ya okay. But when you double click that *.zip.exe and your anti viruse program jumps out of your box cause the code I sent you isn't the VCL you crave, don't come back here and blame me okay?
What is that smell, something burning.
yes that is all great but i would rather create my own virus to test it out on
So james526372001, which previously BANNED member are you?
Lebb
Quad2.0
Quad
cybernetic
schoolsucks779
hUNT3R_007
hUNT3R
Quick
0wnage
flaxseed****er
You seem to know enough about AP's, so you must have been here before and now your back to see how much **** you can stir up.
So come clean, who did you use to be?
Oh, never mind, your not going to last long anyway's
Cheers:
Note...trust me you cannot create a new virus with the VCL, all it will do is modify some existing ones (mostly you end up makeing stoned veriants). This was done for a reason NoWhere man was vary lasy coder, and he didn't want any one useing it to gain access to some spacifice places. So you are better off with a true AV tester.
VCL is lame. And it's signature is easily recognized by even the worst AV software. Why don't you study computer programming and by the time you learn enough about programming to actually write a virus you prob. won't want to.
Ok... If you've managed to "make" an antivirus program... why can't you make a virus without a kit?Quote:
I just want a quick and easy way to test out my anti virus program i have made
Just curious.
That's what I was about to say. James, you must have at least a little programming know-how to make a virus program that is better than Norton, MacAfee, etc. Right? Why else would you have made it?Quote:
Originally posted here by phishphreek80
Ok... If you've managed to "make" an antivirus program... why can't you make a virus without a kit?
Just curious.
if you want to test your antivirus why not just download virus source code
If you really want to test your antivirus software (which I sincerely doubt you have the knowledge to create in the first place, given your posts so far), just go do the downloads section and download some of the trojans and such listed there (BO, for instance). If your antivirus works, it should detect it. If it doesn't, you'll be able to have some fun running a BO server on your system. ;-)
AJ
Someone on the first page said "I am sure it is still on the internet somewhere" so I decided to try and find it...
Quick google search... you can look at the results and see that many of them are places to purchace a CD that contains it, but oh look... on the very first page...
gee, guess what you can dl from there.... and the search took me all of about 35 seconds.Quote:
.Virus Tools. Datei herunterladen: sic-vir.zip -- Größe (Bytes): 7755sic-vir,
7755, Virus Creation Lab . Datei herunterladen: SkamWerks ...
Souleman, I remember when Phalcon/Skism released the Virus Creation tool in the early to mid 1990's and spawned a upspur of virii in the wild. However, these tools tend to have the same signature and structure so you will not have much luck concealing or doing much with it anyway.
If you are really interested in creating a virus, do yourself a favor. Sit down with Phalcon/Skism/NuKE Virus Writing Guides... it is at least 10 volumes big and shows you every nook and cranny of creating them. Wait... even these guys say you MUST know at least some Assembly. So learn assembly THEN read the guides. I will gurantee you will become l337 in no time.
The guides are on this site along with other code. The zine distributed by this group was called none other than 40hex. Dunno if they are still around. This is really, really old school.
lmfao wtf is ur problem u know this site isnt about this kind of stuff so stop posting stupid ****.
Why isnt this thread in the tech humour section ? Its always nice to have a good laugh :p
hehehe....
Personaly though...I'd love to get my hands on some Stealth or poly-morphic code....always wonder how da hell they work...still....a Virul lab isn't gona be able to make any thing a half decent AV can't pick up....companire like McAfee and Norton pick those things apart and make sure they search for hard-coded string....thus..no matter what you pick...the Virus will still be picked up :P
hmm...
*Waits for Negative.. *
- Noia
Here is the expanation of the MtE Polymorphiuc Engine: http://www.avp.ch/avpve/poly-gen/mte.stm :Quote:
Personaly though...I'd love to get my hands on some Stealth or poly-morphic code
The engine was created by Dark Avenger, and the source code is well commented and documented for the would be virus maker. The source code is attached in plain text which in itself is totally harmless. PLEASE DO NOT COMPILE THIS SOURCE UNLESS YOU ARE IN STRICT TESTING CONDITIONS. WHILE AV WILL PICK IT UP, IT CAN STILL HARM YOUR COMPUTER IF YOU DO NOT KNOW WHAT YOU ARE DOING. YOU HAVE BEEN WARNED.Quote:
MtE (MuTation Engine) is the first known polymorphic generator. It was released in 1991 and shocked the anti-virus researches by its very difficult (for 1991) polymorphic algorithm. Into the decryption part of a virus the operations SUB, ADD, XOR, ROR, ROL can be present in any times and any order. The code which loads a key and another values of a cipher consists also from random number of assembler instructions (ADD, SUB, TEST, XOR, OR, SHR, SHL, ROR, MOV, XCHG, JNZ, PUSH, POP ... - more than 1/2 of i86 instructions) with some addressing modes.
These MtE-based viruses contain the string:
MtE 0.90
On this site, you can find Zines by 40hex that go into specific detail covering different aspects of virii. It's old school, but very interesting and educational. To this day, I wonder how AV researchers keep up with all of it....