Post Reply 
How to easily get viruses (or whatever) past anti-virus programs
Author Message
ZiNgA BuRgA
Smart Alternative

Posts: 17,024.1882
Threads: 1,174
Joined: 19th Jan 2007
Reputation: -1.71391
E-Pigs: 446.1887
Offline
Post: #1
How to easily get viruses (or whatever) past anti-virus programs
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

  1. You need a copy of Morphine (alternative link)
  2. After extracting the package, copy morphine.exe to where the EXEs and DLLs are you want to get past the A/V scanner
  3. Make a backup copy of your EXEs/DLLs!
  4. Open Notepad and copy the following:

    Code:
    morphine.exe myEXE.exe
    pause

    (replace myEXE.exe with the EXE or DLL filename)

  5. Save this file as r.bat in the same folder as morphine.exe (and your other EXEs/DLLs)
  6. Run r.bat


Your malicious EXE/DLL should now not be detected by any A/V software :P
14/03/2007 03:05 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Ge64
Former Admin ;)

Posts: 3,163.4170
Threads: 295
Joined: 3rd Feb 2007
Reputation: 0.38918
E-Pigs: 108.4795
Offline
Post: #2
RE: How to easily get viruses (or whatever) past anti-virus programs
what does morphine do?

[Image: ub1985584.jpg]
14/03/2007 03:08 AM
Find all posts by this user Quote this message in a reply
dasme
eXemplar paraDigm

Posts: 818.1976
Threads: 147
Joined: 20th Jan 2007
Reputation: -5.71592
E-Pigs: 7.6993
Offline
Post: #3
RE: How to easily get viruses (or whatever) past anti-virus programs
Ooh thanks :)

I will send u a an email shortly with an .exe file.
Please run it on ur computer
Regards:rofl:

[Image: unicef320x41thumbnail.gif]

[Image: bizsparkstartup.jpg]
14/03/2007 03:13 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Ge64
Former Admin ;)

Posts: 3,163.4170
Threads: 295
Joined: 3rd Feb 2007
Reputation: 0.38918
E-Pigs: 108.4795
Offline
Post: #4
RE: How to easily get viruses (or whatever) past anti-virus programs
wait this is interesting

pwdump2???
Double post
another question. all the school laptops have a network connection set up for the schools wifi network, which has a WEP pass. can I dump that password from a school laptop so I can connect my own?
Double post
edit: double you tee eff?

C:\Documents and Settings\Administrator\Desktop\pwdump5>pwdump5.exe -f


[ Pwdump5 ]

Copyright © 2004 AntonYo!
All rights reserved.

Syskey is enabled!
Use the second argument.

C:\Documents and Settings\Administrator\Desktop\pwdump5>pwdump5.exe -f -l -s


[ Pwdump5 ]

Copyright © 2004 AntonYo!
All rights reserved.

SecureBoot :: 0x00
Syskey is disabled.

C:\Documents and Settings\Administrator\Desktop\pwdump5>
Double post
i tried pwdump2 now, and omg it did nothing but then lsass.exe initiated a shutdown :/ so im like, double you tee eff, >shutdown -a

and it stopped :) phew
Double post
LOL so weird

i tried again from the cmd prompt
and it said it couldnt find lsass.exe
and yeah it wasn't running!1 double you tee eff i checked taskman, and it gave me this weird donkey screenie:
[Image: untitledyj5.png]
and when i go to start»shut down it gives me the log off/switch user menu

so ima hard reset it now be right back :D
Double post
still the same spoon happens :( nowwhat
Double post
by the way, pwdump2 doesn't output anything
Double post
huh strange, i was watching taskman for a few secs and i swear i just saw attrib.exe popping up and closing again for a split sec.. :/ ill let it run

[Image: ub1985584.jpg]
14/03/2007 03:17 AM
Find all posts by this user Quote this message in a reply
ZiNgA BuRgA
Smart Alternative

Posts: 17,024.1882
Threads: 1,174
Joined: 19th Jan 2007
Reputation: -1.71391
E-Pigs: 446.1887
Offline
Post: #5
RE: How to easily get viruses (or whatever) past anti-virus programs
^ Lol.
Ge64 Wrote:what does morphine do?
Rewrites the PE header and a whole load of other stuff.  Basically stuffs up the sigcheck or hash check (or however virus scanners work) of the EXE/DLL.


As for pwdump, try the various versions.  I used to use v2, then newer ones came out - note that they may not necessarily be better.  I believe v6 is the latest.
What it does is dump the Win2000/XP password hashes.  However, If I recall correctly, Power User or above access is required.
It does this by injecting code into lsass.exe, which explains a few things.
Anyways, try just running pwdump2 - if it works correctly, it'll display a whole load of "junk".  Or you can try pwdump6.

This "junk" needs to be decrypted - so just upload it to http://loginrecovery.com/ and it'll do it for you in 2 days.

This only works for the local machine, however, I think there were some variants which allowed network dumping.
14/03/2007 04:26 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Ge64
Former Admin ;)

Posts: 3,163.4170
Threads: 295
Joined: 3rd Feb 2007
Reputation: 0.38918
E-Pigs: 108.4795
Offline
Post: #6
RE: How to easily get viruses (or whatever) past anti-virus programs
yeah that's what i did, first i tried pwdump5 which didnt work then i tried pwdump2 which crashed lsass. im logged in as admin on winxp
Double post
fark, pwdump4 does the same, just cxrashes lsass.
Double post
fudge, i started firefox after lsass had crashed and it reset all my settings

[Image: ub1985584.jpg]
14/03/2007 04:57 AM
Find all posts by this user Quote this message in a reply
ZiNgA BuRgA
Smart Alternative

Posts: 17,024.1882
Threads: 1,174
Joined: 19th Jan 2007
Reputation: -1.71391
E-Pigs: 446.1887
Offline
Post: #7
RE: How to easily get viruses (or whatever) past anti-virus programs
Lol.

Something's stuffed on your computer...  lol.

Try these (attatched).

You should be getting something like this:
[Image: clipboard01ny0.jpg]


Attached File(s)
.rar  pwdump.rar (Size: 85.17 KB / Downloads: 351)
14/03/2007 05:20 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Ge64
Former Admin ;)

Posts: 3,163.4170
Threads: 295
Joined: 3rd Feb 2007
Reputation: 0.38918
E-Pigs: 108.4795
Offline
Post: #8
RE: How to easily get viruses (or whatever) past anti-virus programs
pwdump3:


C:\Documents and Settings\Administrator\Desktop\pwdump3>pwdump3 localhost

pwdump3 (rev 2) by Phil Staubs, e-business technology, 23 Feb 2001
Copyright 2001 e-business technology, Inc.

This program is free software based on pwpump2 by Todd Sabin under the GNU
General Public License Version 2 (GNU GPL), you can redistribute it and/or
modify it under the terms of the GNU GPL, as published by the Free Software
Foundation.  NO WARRANTY, EXPRESSED OR IMPLIED, IS GRANTED WITH THIS
PROGRAM.  Please see the COPYING file included with this program (also
available at http://www.ebiz-tech.com/pwdump3) and the GNU GPL for further details.

Logon to \\localhost\ADMIN$ failed: code 53

meh nevermind my pc is just too 1337 for this :P

[Image: ub1985584.jpg]
14/03/2007 05:41 AM
Find all posts by this user Quote this message in a reply
juan2320
Paradoxical Absurdity

Posts: 598.2501
Threads: 120
Joined: 28th Mar 2007
Reputation: 3.37413
E-Pigs: 6.4657
Offline
Post: #9
RE: How to easily get viruses (or whatever) past anti-virus programs
I need to try some of this.

..._...|..____________________, ,
....../ `---___________----_____|] = = = D
...../_==o;;;;;;;;_______.:/
.....), ---.(_(__) /
....// (..) ), ----"
...//___//
[Image: leecherbared9.gif]
[Image: pspforcebarbv0.png]
10/04/2007 01:13 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)

 Quick Theme: