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

[BUG] emp3r0r wrapper #47

Closed xxlimit closed 2 years ago

xxlimit commented 2 years ago

Im am currently running Ubuntu 20.04.3 LTS. This is what happens when I try to run em3r0r.

no server running on /tmp/tmux-1000/default
[exited]
jm33-m0 commented 2 years ago

Did you run ./emp3r0r in a tmux session? Try manually execute tmux new -s emp3r0r to make sure tmux works

xxlimit commented 2 years ago

Did you run ./emp3r0r in a tmux session? Try manually execute tmux new -s emp3r0r to make sure tmux works I have no clue how this works. image

jm33-m0 commented 2 years ago

The emp3r0r script tries to set up tmux session and then execute the CC server in it. From your screenshot you can see the tmux session has been configured successfully.

The reason you got "no server running" error from tmux is unclear, try appending || echo blah to each tmux command to find out which command went wrong

xxlimit commented 2 years ago

The reason you got "no server running" error from tmux is unclear, try appending || echo blah to each tmux command to find out which command went wrong

I tried tmux -f emp3r0r and I got this result. image Also do you have discord or something, so we can go back and forth about this?

jm33-m0 commented 2 years ago

https://github.com/jm33-m0/emp3r0r/blob/c7ded6efb79a0bfb584f1063b3d56ebceed91240/core/emp3r0r#L27

-f parameter must be put before new-session command since it applies to tmux base instead of sub-command