Сканирую nmap'om открыты только 80 и 514 (shell)
Код: Выделить всё
Starting Nmap 4.20 ( http://insecure.org ) at 2008-11-04 21:14 EET
Interesting ports on 10.0.3.10:
Not shown: 1695 closed ports
PORT STATE SERVICE
80/tcp open http
514/tcp open shell
Код: Выделить всё
Building configuration...
Current configuration : 2253 bytes
!
version 12.1
no service pad
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname cisco
!
aaa new-model
aaa authentication login default local
aaa authorization exec default local
enable secret 5 *******
!
username admin privilege 15 secret 5 *******
ip subnet-zero
no ip rcmd domain-lookup
ip rcmd rsh-enable
ip rcmd remote-host ciscouser 10.0.3.190 skeletor enable
!
!
!
spanning-tree mode pvst
no spanning-tree optimize bpdu transmission
spanning-tree extend system-id
no spanning-tree vlan 617,619,771
!
!
!
!
interface Port-channel1
description po1
!
interface FastEthernet0/1
switchport access vlan 619
!
interface FastEthernet0/5
channel-group 1 mode active
spanning-tree portfast
!
interface FastEthernet0/6
!
interface FastEthernet0/24
switchport access vlan 771
switchport trunk allowed vlan 617-619,771
switchport mode trunk
!
interface Vlan1
ip address 10.0.3.10 255.255.255.0
no ip route-cache
!
ip default-gateway 10.0.3.100
ip http server
!
line con 0
stopbits 1
line vty 0 4
access-class 1 in
exec-timeout 14400 0
transport input telnet
escape-character 3
line vty 5 15
access-class 1 in
exec-timeout 14400 0
transport input telnet
escape-character 3
!
end