LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 851|回复: 2

我自己的系统,如何入侵

[复制链接]
发表于 2004-2-19 15:01:37 | 显示全部楼层 |阅读模式
apple root # netstat -atu
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address           Foreign Address         State
tcp        0      0 *:ftp                   *:*                     LISTEN
tcp        0      0 apple:32974             61.141.32.19:www        ESTABLISHED
apple root #
------------------------------------------------------------------------------------
apple root # iptables -L
Chain INPUT (policy DROP)
target     prot opt source               destination
ACCEPT     icmp --  anywhere             anywhere
ACCEPT     udp  --  anywhere             anywhere            udp spt:domain
ACCEPT     tcp  --  anywhere             anywhere            tcp spt:www
ACCEPT     all  --  apple                anywhere
ACCEPT     all  --  localhost            anywhere
ACCEPT     tcp  --  anywhere             anywhere            tcp spt:8000
ACCEPT     tcp  --  anywhere             anywhere            tcp spt:pop-3
ACCEPT     tcp  --  anywhere             anywhere            tcp spt:ftp
ACCEPT     tcp  --  anywhere             anywhere            tcp spt:ftp-data
ACCEPT     all  --  anywhere             anywhere            ctstatus SEEN_REPLY                                                                                

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination
-------------------------------------------------------------------------------------
apple root # iptables -L -t nat
Chain PREROUTING (policy ACCEPT)
target     prot opt source               destination

Chain POSTROUTING (policy ACCEPT)
target     prot opt source               destination
MASQUERADE  all  --  anywhere             anywhere

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination
 楼主| 发表于 2004-2-19 15:03:52 | 显示全部楼层
apple root # uname -a
Linux apple 2.6.3-rc2-gentoo #2 Thu Feb 12 09:49:18 Local time zone must be set--see zic manu i686 Intel(R) Celeron(R) CPU 1.70GHz GenuineIntel GNU/Linux
apple root #
 楼主| 发表于 2004-2-19 15:13:14 | 显示全部楼层
apple root # cat /etc/xinetd.conf
# Sample configuration file for xinetd

defaults
{
        only_from      = 172.16.131.200
        instances      = 60
        log_type       = SYSLOG authpriv info
        log_on_success = HOST PID
        log_on_failure = HOST
        cps            = 25 30
}

includedir /etc/xinetd.d
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表