jm33-m0 / emp3r0r

Linux/Windows post-exploitation framework made by linux user
https://infosec.exchange/@jm33
MIT License
1.26k stars 232 forks source link

Agent Daemon Error #18

Closed Error996 closed 3 years ago

Error996 commented 3 years ago
[root@vultr shm]# ./emp3r0r -cdnproxy "wss://example.com/path/to/websocket/server" -daemon
emp3r0r agent has started
2021/03/07 14:23:33 Testing if agent is alive...
2021/03/07 14:23:33 Seems dead: dial unix /dev/shm/.246d895/.s6Y4tDtahIuL: connect: connection refused
2021/03/07 14:23:33 Failed to kill old emp3r0r os: process already finished
2021/03/07 14:23:33 /dev/shm/.246d895/.s6Y4tDtahIuL exists, testing connection...
2021/03/07 14:23:33 Testing if agent is alive...
2021/03/07 14:23:33 Seems dead: dial unix /dev/shm/.246d895/.s6Y4tDtahIuL: connect: connection refused

But ./emp3r0r -cdnproxy "wss://example.com/path/to/websocket/server" this is ok

20210307222732

and by the way,how to correct use libemp3r0r ????

jm33-m0 commented 3 years ago

-daemon option seems buggy, I will look into it.

and by the way,how to correct use libemp3r0r ????

libemp3r0r is experimental, it can be used independently. You will need to modify the source a little bit to meet your need.

jm33-m0 commented 3 years ago

Fixed, please git pull and rebuild the agent