t3l3machus / hoaxshell

A Windows reverse shell payload generator and handler that abuses the http(s) protocol to establish a beacon-like reverse shell.
BSD 2-Clause "Simplified" License
3.03k stars 480 forks source link

Error: Unable to connect to remote server #21

Closed EndCod3r closed 2 years ago

EndCod3r commented 2 years ago

Whenever I try to run the command I get an error saying Unable to connect to remote server and Cannot bind argument to parameter 'Command' because it is null

VirtualBoxVM_rF5q23OybT

t3l3machus commented 2 years ago

Hi, this is probably a networking issue. Are you sure the machines you are testing this against can reach one another? check out this issue as well.

EndCod3r commented 2 years ago

Hi, this is probably a networking issue. Are you sure the machines you are testing this against can reach one another? check out this issue as well.

I'm using 2 Virtualbox machines on the same computer they should be able to reach each other.

t3l3machus commented 2 years ago

@Endlord15 you should run a test to verify if they are communicating, e.g., run a simple python http server on the attacker machine and try to curl something from the victim.