Техническая информация
- /etc/init.d/rcS_bak
- /etc/init.d/rcS
- /etc/rc.local
- sh -c /bin/busybox cp <SAMPLE_FULL_PATH> /var/tmp/
- /bin/busybox cp <SAMPLE_FULL_PATH> /var/tmp/
- sh -c /bin/busybox cp <SAMPLE_FULL_PATH> /tmp/
- /bin/busybox cp <SAMPLE_FULL_PATH> /tmp/
- sh -c /bin/busybox cp <SAMPLE_FULL_PATH> /bin/
- /bin/busybox cp <SAMPLE_FULL_PATH> /bin/
- sh -c cp ~/.bash_profile ~/.bash_bak
- cp /root/.bash_profile /root/.bash_bak
- sh -c echo 'cd /tmp;<SAMPLE_FULL_PATH> self.load;cd' >> ~/.bash_profile
- sh -c echo 'cd /var/tmp/;<SAMPLE_FULL_PATH> self.load;cd' >> ~/.bash_profile
- sh -c echo 'cd /bin/;<SAMPLE_FULL_PATH> self.load;cd' >> ~/.bash_profile
- 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 /tmp/;<SAMPLE_FULL_PATH> self.load;cd' >> /etc/init.d/rcS
- /bin/busybox echo cd /tmp/;<SAMPLE_FULL_PATH> self.load;cd
- sh -c /bin/busybox echo 'cd /var/tmp/;<SAMPLE_FULL_PATH> self.load;cd' >> /etc/init.d/rcS
- /bin/busybox echo cd /var/tmp/;<SAMPLE_FULL_PATH> self.load;cd
- sh -c /bin/busybox echo 'cd /bin/;<SAMPLE_FULL_PATH> self.load;cd' >> /etc/init.d/rcS
- /bin/busybox echo cd /bin/;<SAMPLE_FULL_PATH> self.load;cd
- sh -c echo 'cd /tmp/;<SAMPLE_FULL_PATH> self.load;cd' >> /etc/rc.local
- sh -c echo 'cd /var/tmp/;<SAMPLE_FULL_PATH> self.load;cd' >> /etc/rc.local
- sh -c echo 'cd /bin/;<SAMPLE_FULL_PATH> self.load;cd' >> /etc/rc.local
- /var/tmp/<SAMPLE>
- /tmp/<SAMPLE>
- /bin/<SAMPLE>
- /root/.bash_profile
- 8.#.8.8:53