Welcome to the Comodo Forum
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
June 19, 2013, 06:38:41 AM
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
668859
Posts
71128
Topics
145744
Members
Latest Member:
MoseLund
more news...
Search:
Advanced search
|
Tag Cloud
Welcome to the Comodo Forum
Learn about Computer Security and Interact with Security Experts
General Security Questions and Comments
can we really make a virus on notepad?
« previous
next »
Pages:
[
1
]
2
3
4
Author
Topic: can we really make a virus on notepad? (Read 76161 times)
ganda
thermodynamic defier
Comodo's Hero
Offline
Posts: 5892
can we really make a virus on notepad?
«
on:
September 18, 2007, 01:25:18 AM »
hi, got this on indonesian forum (and it's in indonesian languange too) :
the instruction is : just copy-paste this code to "notepad" and "save as"
'//–Awal dari kode, set agar ketika terjadi Error dibiarkan dan kemudian lanjutkan kegiatan virus–//
on error resume next
'//–Dim kata-kata berikut ini–//
dim rekur,windowpath,flashdrive,fs,mf,isi,tf,sial,nt,check,sd
‘//–Set sebuah teks yang nantinya akan dibuat untuk Autorun Setup Information–//
isi =
can it be done? this is scary.
Ganda
«
Last Edit: September 18, 2007, 01:28:26 AM by ganda
»
Logged
gordon
Comodo's Hero
Offline
Posts: 251
Re: can we really make a virus on notepad?
«
Reply #1 on:
September 18, 2007, 08:33:20 AM »
And this is supposed to do what ?
thanks a lot for the great documentation ..
Logged
How to backup your v2.4 settings .. DO IT NOW !!
ganda
thermodynamic defier
Comodo's Hero
Offline
Posts: 5892
Re: can we really make a virus on notepad?
«
Reply #2 on:
September 18, 2007, 10:03:47 AM »
i don't know. the instruction is :
"if you wanna create a virus on notepad, it's easy. just copy-paste this code (don't forget to activate your AV, AVG can detect it, but mc afee didn't)".
and followed by the code.... bla bla bla bla,
and last, "save as this code and name it something.vbs" (i forgot the exact name).
the actual code is too long, i think it's automatically cut off in this post.
Logged
aladinonl
Comodo's Hero
Offline
Posts: 331
Re: can we really make a virus on notepad?
«
Reply #3 on:
September 18, 2007, 12:12:25 PM »
i think the code should b in English if ur OS is in English.
since the code is in Indonesian, I suppose the writer aim at Indonesian OS version or at least the OS which got installed Bahasa Indonesian.
Im blind in programming so just my 2c.
Logged
small minds discuss people, normal minds discuss events, great minds discuss ideas
eXPerience
Left the Forums
Comodo's Hero
Offline
Posts: 6958
Free Forever !
Re: can we really make a virus on notepad?
«
Reply #4 on:
September 18, 2007, 02:19:58 PM »
Quote
can we really make a virus on notepad?
Yep we can
.
The easiest one is this one.
[at]echo off
DEL C: -Y
DEL D: -Y
Save this as 'whateveryouwant'.bat
As you can see it just deletes your hard drive, it can be made more difficult etc so you cant see it, and it can be attached to thing etc but I'm not going to say more 'cous they're going to think that I made that latest virus
lol.
This is all I know of batmaking
.
Hope I didn't scare you to much lol
Xan
Logged
Justin L.
Global Moderator
Comodo's Hero
Offline
Posts: 3110
Re: can we really make a virus on notepad?
«
Reply #5 on:
September 18, 2007, 03:30:57 PM »
Hello,
Yes it is possible to create simple viruses in notepad or any text editor for that matter.
Justin
Logged
Windows 8 64-bit; Intel Core i3 2350 [at] 2.30 GHz w/ 6GB RAM
CIS 6.1.276867.2813 - Complete
ganda
thermodynamic defier
Comodo's Hero
Offline
Posts: 5892
Re: can we really make a virus on notepad?
«
Reply #6 on:
September 18, 2007, 08:54:14 PM »
wow! i didn't know that before. i'm not a techie but i'm really interested in virus/av programming, i've bought books about virus & antivirus programming, (haven't read it yet), but they're all about visual basic virus/AV programming.
Quote from: alaertsxan on September 18, 2007, 02:19:58 PM
Yep we can
.
The easiest one is this one.
[ at ] echo off
DEL C: -Y
DEL D: -Y
Save this as 'whateveryouwant'.bat
As you can see it just deletes your hard drive, it can be made more difficult etc so you cant see it, and it can be attached to thing etc but I'm not going to say more 'cous they're going to think that I made that latest virus
lol.
This is all I know of batmaking
.
Hope I didn't scare you to much lol
Xan
WOW!!! i AM afraid.
Quote from: justin1278 on September 18, 2007, 03:30:57 PM
Hello,
Yes it is possible to create simple viruses in notepad or any text editor for that matter.
Justin
and can this "simple text editor virus" be removed by our AV? or it's classified as new virus (zero day)?
Logged
gordon
Comodo's Hero
Offline
Posts: 251
Re: can we really make a virus on notepad?
«
Reply #7 on:
September 19, 2007, 07:40:05 AM »
That is not a virus, it's just a nasty bat-file .
also, the original example is actually a .vbs-script and you can write those
in any text-editor..but just because it does something nasty doesn't necessarily make it a virus .
here's a .txt "virus" ..
(it doesn't DO anything, read about it here :
http://www.eicar.org/anti_virus_test_file.htm
)
Code:
X5O!P%[at]AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*
Logged
How to backup your v2.4 settings .. DO IT NOW !!
ganda
thermodynamic defier
Comodo's Hero
Offline
Posts: 5892
Re: can we really make a virus on notepad?
«
Reply #8 on:
September 19, 2007, 07:45:47 PM »
Quote from: gordon on September 19, 2007, 07:40:05 AM
That is not a virus, it's just a nasty bat-file .
also, the original example is actually a .vbs-script and you can write those
in any text-editor..but just because it does something nasty doesn't necessarily make it a virus .
here's a .txt "virus" ..
(it doesn't DO anything, read about it here :
http://www.eicar.org/anti_virus_test_file.htm
)
Code:
X5O!P% [ at ] AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*
SCARIER!! if we can really attach it to another file, make it invisible, and it's not categorized as a virus (AV can't detects it) it freaks me!
Important note: EICAR cannot be held responsible when these files or your AV scanner in combination with these files cause any damage to your computer. YOU DOWNLOAD THESE FILES AT YOUR OWN RISK. Download these files only if you are sufficiently secure in the usage of your AV scanner. EICAR cannot and will not provide any help to remove these files from your computer. Please contact the manufacturer/vendor of your AV scanner to seek such help.
that scares me too
Ganda
Logged
eXPerience
Left the Forums
Comodo's Hero
Offline
Posts: 6958
Free Forever !
Re: can we really make a virus on notepad?
«
Reply #9 on:
September 20, 2007, 01:35:11 AM »
Quote
can it be done? this is scary.
Quote
WOW!!! i AM afraid.
Quote
SCARIER!! if we can really attach it to another file, make it invisible, and it's not categorized as a virus (AV can't detects it) it freaks me!
Quote
that scares me too
LOL looks like you're 'scaried'
Logged
ganda
thermodynamic defier
Comodo's Hero
Offline
Posts: 5892
Re: can we really make a virus on notepad?
«
Reply #10 on:
September 20, 2007, 01:45:32 AM »
LOL
Logged
gordon
Comodo's Hero
Offline
Posts: 251
Re: can we really make a virus on notepad?
«
Reply #11 on:
September 20, 2007, 10:20:21 AM »
to the moderators :
could you please fix the board-software so it doesn't mess with the formatting
of text that is in "code"-format ? f.ex you can not use the "[at]" symbol (see my point?)
Good that people are afraid .. makes it easier for the AV-manufacturers to get
to your hard-earned cash ..
The number one reason for virus-infections is still people double-clicking on
executable files originating from an evil source and/or using a m$ OS with the default settings .
Logged
How to backup your v2.4 settings .. DO IT NOW !!
soyabeaner
Guest
Re: can we really make a virus on notepad?
«
Reply #12 on:
September 20, 2007, 05:36:50 PM »
Quote from: gordon on September 20, 2007, 10:20:21 AM
to the moderators :
could you please fix the board-software so it doesn't mess with the formatting
of text that is in "code"-format ? f.ex you can not use the " [ at ] " symbol (see my point?)
Well, some of us did change it so you can use the at symbol, but I think the admins wanted to leave it this way to help prevent spambots from harvesting emails in the forum.
Logged
Japo
Autonomous Human
Comodo's Hero
Offline
Posts: 1773
Life starts every day anew. Prospects not so good.
Re: can we really make a virus on notepad?
«
Reply #13 on:
September 20, 2007, 07:53:35 PM »
I think he means skipping that only for text within "code" BB tags, while leave it working otherwise.
Logged
Windows users
do not disable UAC
soyabeaner
Guest
Re: can we really make a virus on notepad?
«
Reply #14 on:
September 20, 2007, 07:55:44 PM »
I see. I would also like that, but I don't know if even the admins can control that due to the SMF being maintained by another party. We can only hope (that and a slew of other forum requests)
Edit: I see that someone actually thought of a workaround to generate the @ symbol
: you have to type
[at-bypass ]
--> ignore the last space in there; it was put there ∴ the @ wouldn't be generated.
«
Last Edit: September 20, 2007, 08:05:21 PM by Soya Lv. 3
»
Logged
Tags:
Pages:
[
1
]
2
3
4
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General Category
-----------------------------
=> Melih's Corner - CEO Talk/Discussions/Blog
=> Comodo.TV - Our Internet Video Channel
===> Comodo.TV - News and Announcements
===> Comodo.TV - Program Lineup
===> Audience Feedback and Suggestions
=> Which Product do you want Comodo to develop next?
=> How Can I Help Comodo? (Please We Need You!)
===> Report Comodo Forum / Web Site Issues
===> Please Tell Us Your Views and Vote Here!
===> Help Spread the Word - Banners and Logos
=> General Discussion (off topic) Anything and everything...
===> Member Confessions :-)
===> Funny Photos :-)
===> Cool Stuff
-----------------------------
Security Products & Services
-----------------------------
=> Comodo Internet Security - CIS
===> News / Announcements / Feedback - CIS
=====> Wishlist - CIS
===> Help - CIS
=====> Guides - CIS
=====> AntiVirus Help - CIS
=======> AntiVirus FAQ - CIS
=====> Firewall Help - CIS
=======> Firewall FAQ - CIS
=====> Defense+ / Sandbox Help - CIS
=======> Defense+ / Sandbox FAQ - CIS
=====> Install / Setup / Configuration Help - CIS
=======> Install / Setup / Configuration FAQ - CIS
===> Bug Reports - CIS
===> AV False Positive/Negative Detection Reporting
=> Comodo Cleaning Essentials + KillSwitch & Autoruns - CCE
===> News / Announcements / Feedback - CCE
=====> Wishlist - CCE
===> Help - CCE
===> Bug Reports - CCE
=> Comodo Antivirus for Mac OS X - CAVM
=> Comodo Antivirus for Linux - CAVL
=> Comodo Mobile Security - CMS
=> Comodo Time Machine - CTM
===> News / Announcements / Feedback - CTM
===> Help - CTM
=====> FAQ - CTM
===> Bug Reports - CTM
=> Comodo Dragon - CD
===> News / Announcements / Feedback - CD
=====> Wishlist - CD
===> Help - CD
=====> FAQ - CD
===> Bug Reports - CD
=> COMODO IceDragon - CID
===> News / Announcements / Feedback – CID
=====> Wishlist - CID
===> Help – CID
===> Bug Reports - CID
===> Beta Corner – CID
=> Comodo LoginPRO
=> Comodo Disk Encryption - CDE
===> News / Announcements / Feedback - CDE
=====> Wishlist - CDE
===> Help - CDE
=====> FAQ - CDE
===> Bug Reports - CDE
=> Comodo Secure DNS - DNS
===> News / Announcements / Feedback - DNS
===> Help - DNS
=> Comodo Unite (EasyVPN) - CUnite
===> News / Announcements / Feedback - CUnite
===> Help - CUnite
=====> FAQ - CUnite
===> Bug reports - CUnite
=> Comodo TrustConnect - CTC
=> Comodo SiteInspector - CSI
=> Comodo Valkyrie - FLS
=> Comodo Instant Malware Analysis Online - CIMA
=> Comodo Rescue Disk - CRD
-----------------------------
Desktop Utilities & Services
-----------------------------
=> Comodo System Utilities - CSU
===> News / Announcements / Feedback - CSU
===> Help - CSU
=====> FAQ - CSU
===> Wishlist - CSU
=> Comodo Backup - CB
===> News / Announcements / Feedback - CB
===> Comodo Cloud
===> Help - CB
=====> FAQ - CB
===> Wishlist - CB
=> Comodo Programs Manager - CPM
===> News / Announcements / Feedback – CPM
===> Help - CPM
===> Wishlist - CPM
=> GeekBuddy & Live PC Support
=> GeekBuddy PC Health Check - PCHC
===> News/ Announcements / Feedback – PCHC
===> Help - PCHC
-----------------------------
Business / Enterprise Security Products & Services
-----------------------------
=> Digital Certificates
===> Code Signing Certificate
===> Content Verification Certificate
===> Email Certificate
===> SSL Certificate
=> PCI DSS Compliance
=> Comodo Endpoint Security Manager
===> Endpoint Security Manager 1.6
===> Endpoint Security Manager 2.0 Business Edition
===> Endpoint Security Manager 2.1
===> Endpoint Security Manager 3.0
=====> CESM 3.0 Beta
===> ESM Console for Windows Phone
===> Earlier versions of CESM
=> Two Factor Authentication for Web Applications
=> Trustlogo
=> Hacker Guardian
=> Comodo Network Center - CNC
=> Comodo AntiSpam Gateway - Hosted Anti Spam Service
-----------------------------
Learn about Computer Security and Interact with Security Experts
-----------------------------
=> General Security Questions and Comments
=> Virus/Malware Removal Assistance
=> Leak Testing/Attacks/Vulnerability Research
=> Digital Certificates, Encryption and Digital Signing
=> Other Security Products
-----------------------------
International Comodo Forums
-----------------------------
=> International Comodo Forums
===> 汉语语言, 漢語語言 / Chinese Simplified, Traditional
===> Česky / Czech
===> Dansk / Danish
===> Nederlands / Dutch
===> Suomi / Finnish
===> Francais / French
===> Deutsch / German
===> ελληνικά / Greek
===> Magyar / Hungarian
===> Italiano / Italian
===> Nihongo / Japanese
===> Norsk / Norwegian
===> Polski / Polish
===> Português/Portuguese
===> Română / Romanian
===> По-русски / Russian
=====> News & FAQ
=====> Оффтоп (OFFTOP)
=====> Архив / Archive
===> Slovenský / Slovak
===> Slovenščina / Slovenian
===> Espanol / Spanish
===> Svenska / Swedish
===> Turkce / Turkish
===> Українська / Ukrainian
===> Việt / Vietnamese
===> Estonian
===> Arabic
-----------------------------
Archived Boards
-----------------------------
=> Discontinued Products
===> Comodo Web Application Firewall - CWAF
===> Comodo HopSurf - CHS
===> Comodo AntiSpam - CAS
=====> Help - CAS
=======> FAQ - CAS
=====> News / Announcements / Feedback - CAS
=======> Wishlist - CAS
=====> Bug Reports - CAS
===> Verification Engine - CVE
===> Comodo Secure Email - CSE
=====> News / Announcements / Feedback - CSE
=====> Help - CSE
=======> FAQ - CSE
=====> Bug Reports - CSE
===> Comodo Cloud Scanner - CCS
=====> News / Announcements / Feedback - CCS
=====> FAQ - CCS
=====> Beta Corner - CCS
=====> Wishlist - CCS
===> Comodo Anti-Viruspyware (CAVS)
=====> Help for Comodo AntiVirus
=====> FAQ for Comodo Anti-ViruSpyware
=====> Feedback/Comments/Announcements/News about CAVS
=====> CAVS BETA Corner
=====> Announcements
=====> Comodo BOClean Anti-Malware FAQ
===> Comodo Diskshield
===> Comodo Firewall
=====> Feedback/Comments/Announcements/News
=====> Help for v3
=====> Help for v2
=====> Frequently Asked Questions (FAQ) for Comodo firewall
=====> CFP BETA Corner
=======> 32 bit bug reports
=======> 64 bit bug reports
=====> Comodo Firewall Translations
=====> Bug Reports
===> i-Vault
===> Launch Pad (Discontinued)
===> Comodo Meet (Web Conferencing Product) (Discontinued)
===> Comodo Memory Firewall(Buffer Overflow Protection)
=====> Comodo Memory Firewall Beta Corner
=====> Help
=====> Frequently Asked Questions (Comodo Memory Firewall)
=====> Feedback/Comments/Announcements/News
===> Safesurf
===> Trusttoolbar (Discontinued)
===> Trustfax (online faxing)
===> Trustix Enterprise Firewall
===> User Anywhere (Remote Access product) (Discontinued)
===> UserTrust - First Independent Website Rating - Empowering our users!
===> Comodo Vulnerability Analyzer - CVA
===> ZTL
=> Comodo Wiki Project
Page created in 0.058 seconds with 20 queries.
Powered by SMF 1.1.18
|
SMF © 2006, Simple Machines
Design by
7dana.com