It looks like you're new here. If you want to get involved, click one of these buttons!
Hm it could be a number of things. Here is what I usually do when something goes wrong with networking//exploits.
Fire up wireshark and start capturing and check out what happens when you try to send the payload // receive.
It might be worthwhile you demonstrating exactly what you're doing when using metasploit.
Hm it could be a number of things. Here is what I usually do when something goes wrong with networking//exploits.
Fire up wireshark and start capturing and check out what happens when you try to send the payload // receive.
Wireshark is great, but completely useless to someone who doesn't know what they're looking at/for. With people insisting on the use of packet analysis tools I'll try and churn out a tutorial on it's use as it does need a tutorial.
1. I select Reverse_perl
http://img17.imageshack.us/img17/6568/step1kh.png
2. In LHOST = my ip adress .. in RHOST = the servers ip adress in RPORT=the port that is sung the server for Exim LPORT= the port that i will listen with Netcat .
http://img840.imageshack.us/i/step2c.png/
I am getting this error and the TimeOut error .. also i have tried a Mocrosoft Terminal Service exploit and i got the same TimeOut error...
http://img855.imageshack.us/i/step3.png/
use exploit/thexploityou'reusing
set RHOST 91.91.91.92
set LHOST 192.168.1.9
set RPORT 9191
exploit
http://www.offensive-security.com/metasploit-unleashed/Metasploit_Unleashed_Information_Security_Training
Thanks . i will try it .. i hope this will help .