mrgoolie, on Jan 5 2006, 02:47 PM, said:
alright, i tried with the port 1234 incoming port and then my internal port 8080
and it works, so i think maybe my provider blocks the port 8080, i dont know
so when a friend of me go to
http://xxx.xxx.xxx.xxx:1234/test.wmf
it works, but his norton finds it:( and when he disables his norton, calc.exe doenst start up.
Well , i think ur problem here is you 're using Internal IP Address behind a router , when you use NAT to translate address and forward port from external IP to your computer .. you a complete at the first part of this exploit .. but the second part is ...error ^.^
The first part : Metasploit framework listen at it's port ( default is 8080 ) and waiting for victim connect to receive WMF exploit .
- When the victim connect to your external IP , the NAT at your router translate address to your computer and excuted download WMF file at victim computer .
The secondpart : The WMF file redirect user to your server again to excuted exploit payload at
http://xxx.xxx.xxx.x...om_string).tiff , but the problem here is the xxx.xxx.xxx.xxx IP is local Internal IP :P so that victim cannot receive this file throught NAT . If you are using external IP as your LHOST , it can't be done because you are stay in Internal Local Area Network ^^
Solution : you can using dedicated server as ur metasploit server . or you can define a litte in metasploit exploit file , i don't say here because some security reason ... you can private email me at : zhaowei_hn@yahoo.com for answer ...
Best regard ... :rolleyes:
Now i have small question , i can't done when using special character like \ , > with win32_exec payload CMD , when i using some command like "echo asdad > C:/test.txt" , or "mkdir C:\\AAAAA" , i am using double slash because shell special character rule , but still doesn't work .... Did I do wrong smt ???