This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
KronixGames's profile picture

[1.4] CraftEye Antivirus - by Rednet Works

Started by KronixGames, 10 October 2012 - 02:57 AM
KronixGames #1
Posted 10 October 2012 - 04:57 AM


Hello guys, i'm back, and today i am here to show to you the CraftEye 1.0 the Antivirus of Rednet Works.


works too in servers, if one hacker entered in your computer, the CraftEye will detect and delete the malicious file. It too have the option of edit the file and manually see if the script of the file is malicious, and if you give the answer of "n"(no) for the ask "The Script is correct?(Y/N)" the program automatically will move the startup file to a folder, for your security.




Download: http://pastebin.com/edit.php?i=zstpFbCD





Thank for view this post - by Rednet Works

Any bug, contact-me

Email: mts.sou.matheus@gmail.com

MSN: mts_sou_matheus@hotmail.com

or add into the: www.computercraft.com

user: Rednet Works or Matheuscat12
PixelToast #2
Posted 10 October 2012 - 05:05 AM
your pastebin link is the one you copied directly from your url bar, your supposed to copy the public link
it sould be like http://pastebin.com/zstpFbCD and not http://pastebin.com/....php?i=zstpFbCD

:| and my virus fakes the fs commands, pretty much making this thing useless
Fashter #3
Posted 11 October 2012 - 01:21 AM
your pastebin link is the one you copied directly from your url bar, your supposed to copy the public link
it sould be like http://pastebin.com/zstpFbCD and not http://pastebin.com/....php?i=zstpFbCD

:| and my virus fakes the fs commands, pretty much making this thing useless
Why can't everyone play nice on here? Instead of just making a mockery out of other's programs, how 'bout you post something called "constructive criticism". Let me ask you something, when you make a program, do you spend your time making it so you can post it on the forums, and have people degrade it, or do you want to post it and have people give you nice feedback and maybe some problems they find and maybe how to fix it? You're just dickwaving, pathetic.
KronixGames #4
Posted 11 October 2012 - 10:12 PM
fashter, you entered this little text to me or to PixelToast?
PixelToast #5
Posted 12 October 2012 - 01:19 AM
your pastebin link is the one you copied directly from your url bar, your supposed to copy the public link
it sould be like http://pastebin.com/zstpFbCD and not http://pastebin.com/....php?i=zstpFbCD

:| and my virus fakes the fs commands, pretty much making this thing useless
Why can't everyone play nice on here? Instead of just making a mockery out of other's programs, how 'bout you post something called "constructive criticism". Let me ask you something, when you make a program, do you spend your time making it so you can post it on the forums, and have people degrade it, or do you want to post it and have people give you nice feedback and maybe some problems they find and maybe how to fix it? You're just dickwaving, pathetic.
sorry, its just that the only thing this does is delete the startup

and the only way to permanently delete my virus is to use a startup disk to purge the entire computer, or just filter out every instance of the virus, but i added a ton of new reinfection routines and i am currently working on encrypting the files, making it suuuuuuper hard to decrypt without running the virus again
Sammich Lord #6
Posted 12 October 2012 - 01:29 AM
your pastebin link is the one you copied directly from your url bar, your supposed to copy the public link
it sould be like http://pastebin.com/zstpFbCD and not http://pastebin.com/....php?i=zstpFbCD

:| and my virus fakes the fs commands, pretty much making this thing useless
Why can't everyone play nice on here? Instead of just making a mockery out of other's programs, how 'bout you post something called "constructive criticism". Let me ask you something, when you make a program, do you spend your time making it so you can post it on the forums, and have people degrade it, or do you want to post it and have people give you nice feedback and maybe some problems they find and maybe how to fix it? You're just dickwaving, pathetic.
Well when you make a program you NEED to think about exploits!
If you do not expect to get yelled at.
KronixGames #7
Posted 12 October 2012 - 08:50 AM
Marumaru tell me more about how I can make a "database" for the antivirus.
or add me on your friends
Mads #8
Posted 13 October 2012 - 08:29 PM
An antivirus is not just a script, which deletes a startup file… See if you can look at the source of a real antivirus application, and see what it does.

But, I know one thing: It involves checking, if the application is overwriting or allocating memory, which it should not be. And mostly, these viruses are also found by finding the source of a mass slowdown. If you wanted to bring the system to a halt, you would just put something really slow in every function, which is used a lot. Like, a 1000 cosine calculations, or something.
billysback #9
Posted 13 October 2012 - 08:37 PM
PixelToast, antiviruses made on CC Typically follow this set of rules:
  • Has a virus string database
  • Antivirus loads this database
  • Antivirus scans files
  • Scan checks if file has any of the strings that are in the database
  • if yes: Then virus
  • if no: Then not a virus…
My point is, the virus database requires knowing what viruses there are…
and Rednet Works: Check out all my viruses at http://pastebin.com/u/mk352
There are some pretty mean ones there xD

for this paste: http://pastebin.com/aR97vq7x
just so you know, adding ksb_d to the beginning of all of your variables and naming your functions ksb_d® is not obfuscating your code
(I may by wrong and this may not be what you were trying to do, but it certainly looks like it…)

//off topic
D3matt #10
Posted 15 October 2012 - 05:48 PM
The fact is that there's really no way to make a functional antivirus on computercraft. With Windows, you're letting Windows and everything on it run. With CC, you're basically making your own windows. It's the equivalent of doing battle with a hacker while you both sit in front of the computer putting in boot disks of your choice. Whatever's in Windows doesn't matter because it never loads. Same thing with CC.

It's generally accepted in the tech world that if you can touch it, you own it. Pretty much every hack or virus is spread in CC by people touching the computer.
PixelToast #11
Posted 15 October 2012 - 06:10 PM
disk drive with a boot disk in it that is covered up so nobody can hack it
win? :3
Sebra #12
Posted 15 October 2012 - 08:05 PM
loose
"nobody can touch" is the only condition. Or your comp will be detached and started from other disk.
PixelToast #13
Posted 15 October 2012 - 08:57 PM
loose
"nobody can touch" is the only condition. Or your comp will be detached and started from other disk.
i hate brute forcers FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
Mandrake Fernflower #14
Posted 09 November 2012 - 06:48 AM
your pastebin link is the one you copied directly from your url bar, your supposed to copy the public link
it sould be like http://pastebin.com/zstpFbCD and not http://pastebin.com/....php?i=zstpFbCD

:| and my virus fakes the fs commands, pretty much making this thing useless
Why can't everyone play nice on here? Instead of just making a mockery out of other's programs, how 'bout you post something called "constructive criticism". Let me ask you something, when you make a program, do you spend your time making it so you can post it on the forums, and have people degrade it, or do you want to post it and have people give you nice feedback and maybe some problems they find and maybe how to fix it? You're just dickwaving, pathetic.

What is "dickwaving" it sounds painful. and also this "av" can be done in a few lines


read()
if fs.exist("startup") then
fs.delete("startup")
os.reboot()
end

I dont get why this thread was even created. It is a improperly working program. with tons of typos.
PixelToast #15
Posted 09 November 2012 - 07:05 AM
your massive sig… is so win but too big…
just put it in a spoiler pl0x

loose
"nobody can touch" is the only condition. Or your comp will be detached and started from other disk.
good thing my disk is encrypted :P/>/>