Ok, one problem with sending infected files to BBS's is that you never
can tell if they will be detected by SCAN. Or if you are sending bombs
the sysop might use CHK4BOMB to detect code that is data damaging.
I'm gonna tell you how to get around this, what you need is the following-
PKLITE or LZEXE
and
A good hex editor
What you do is this, compress the infected file with Pklite or Lzexe. This
will make change the files checksum and ID strings quite a bit so it can't
be detected by SCAN and damaging data will not be found by CHK4BOMB. The
problem is that now the sysop can use CHK4LITE to detect is the file is
indeed infected. So what you do is this --
Load up the hex editior -
Now look at the file, it will look something like this if you compressed it
with PKLITE.
You see the header? Well what you have to do is overwrite the header with
garbage. Don't write text cause that is to dectectable by a dump program.
Just overwrite the part that says "PKLITE corp....Reserved" with hex bytes.
Also distroy the part of the code that says "Not enough memory", dont kill
the "$" symbol.
This will make the compressed file-
A> Undetectable to virus scanners, and CHK4BOMB type programs
B> Un-Decompressable
C> CHK4LITE wont notice it as a PKLITE file
It's that easy!
Keep in mind however than any file that the virus infects will no longer
be encrypted by PKLITE, so this method is good only on getting your virus
into the front door.
See the article in issue one on making new virus strains.
Forenote
After writing this article SCAN Version 80 came out, It now has the
ability to scan into Pklite compressed files. Just to let you know that
this teqnique still works and SCAN cannot detect the file as being
compressed as PKLITE.