14/03/2007, 03:05 AM
This guide is intended for educational purposes. All the methods presented here a perfectly legal, however, it is possible to use these techniques to perform illegal actions. I am not responsible for your actions, so if you can't control your own actions, not to use this info for illegal purposes, stop reading now.
Okay, basically, this shows you how simple it is to get a "virus" (PE file - eg EXEs or DLLs) past a virus scanner. I've used this to get pwdump2 past the library's Norton A/V many times XD
- You need a copy of Morphine (alternative link)
- After extracting the package, copy morphine.exe to where the EXEs and DLLs are you want to get past the A/V scanner
- Make a backup copy of your EXEs/DLLs!
- Open Notepad and copy the following:
Code:morphine.exe myEXE.exe pause
(replace myEXE.exe with the EXE or DLL filename)
- Save this file as r.bat in the same folder as morphine.exe (and your other EXEs/DLLs)
- Run r.bat
Your malicious EXE/DLL should now not be detected by any A/V software :P