t3l3machus/hoaxshell

No shell ?

SmailDH opened this issue · 4 comments

Hi Team,
Could anyone advise why i am receiving the connection back when try with netcat but nothing happening when i start the listener ?
image

@SmailDH it looks like the cmd payload you used with cme is using https, but the hoaxshell server was not started with -c and -p, used to provide certificate and private key files to start the listener via https. Maybe if you change protocol=https to protocol=http in the payload, it will actually work.

Another suggestion is to use Villain, which has the hoaxshell listener built-in and can also generate payloads (like the cmd-curl you are using) quickly, among other things.

hope it helps!

Thank you @t3l3machus , Yes it did work with "http" but doesn't look it handle the display very well, i will try to use the Villain as suggested :) , possibly python stuff

image

@SmailDH please let me know if you had the same issue with villain.

@SmailDH please let me know if you had the same issue with villain.

I will do , thank you!