jm33-m0 / emp3r0r

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

about hidden tcp connection and port and pid #54

Closed ro0tmylove closed 2 years ago

ro0tmylove commented 2 years ago

一直在关注您的这个项目。 现在Linux c2 agent最大的短板就是隐藏IP连接 隐藏进程和文件 就这3个差不多了 不然做后渗透一个命令 netstat -untp就会发现可疑进程和连接 然后结束进程 木马就掉了 权限就没了 很抱歉和您提这些 就是您的项目真的很完美 我从freebuf关注您到现在 就是我自己没有太新颖的思路隐藏(或者自己借助第三方工具隐藏等)。但我发现您的项目 也有可以隐藏的项目开发 有lkm和用户级的隐藏 我觉得隐藏是所有Linux远控的一大痛点,如果这个项目能把这个做好 之前的emp3r0r项目的agent某版本好像会本地开个端口,也很容易被运维的发现。 虽然这个项目任然很完美 但我为什么和您说 就是希望他更完美 他的功能完爆所有Linuxcc 这个只是我个人短浅之见 谢谢您您能够看到我的提交。

jm33-m0 commented 2 years ago

感谢建议,为了方便更多人阅读,我下面用英文回复

Thanks for the suggestion. Currently I am working on the functionality of emp3r0r, so host level hiding is not being developed further.

In terms of host level hiding, we are essentially deceiving the system utilities, the most effective way of doing this is take control of the kernel since all common tools run in user space, which required higher privileges.

For LKM I will weaponize it further in the future, hopefully it will solve all your concerns.

Several thoughts: