به نقل از djromty :
دوست عزيز
روش كار من با اين چيزي كه يو ميگي فرق داره و
دليلي نميبينم كه بگه از چي استفاده ميكنم و روش كار من چيه ولي يه قسمتيش مربوط ميشه به snmp و ios روتر
كه اونم بحثش جداگونست
:lol:
جناب آقاي پروفسور توي treath قبلی هم جواب من را ندادی
من Config یک router را برات فرستادم که هم IOS مشخص هست و هم SNMP خواندنی نوشتنی توش داره ولی اولا روی SNMP یک Access list گذاشته شده که غیر از یک IP هیچ کس دیگه اجازه استفاده از SNMP را نداره و روی Source IP های ورودی خروجی هم Access-group وجود داره که IP با Source اشتباه نتونه از جایی بیاد
روی telnet port هم access-class گذاشته شده که کسی نتونه به این روتر telnet کنه
البته این config یک config خیلی خیلی بچه گانه و ساده هست که البته من مطمئن هستم که همین را هم تا همین جاش نمی فهمی ولی میخوام بدونم چطوری میخوای به این روتر Attack کنی ؟
version 12.2
no parser cache
no service single-slot-reload-enable
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname Router
!
logging rate-limit console 10 except errors
enable secret 5 $1$I2oO$AKjB/8.K6iv4hN5vRsI1K.
enable password 7 1506030517233821292A67261604041A1142
!
resource-pool disable
!
no ip source-route
no ip domain-lookup
ip name-server 192.9.9.3
!
ip ssh time-out 120
ip ssh authentication-retries 3
no ip dhcp-client network-discovery
!
!
!
!
!
!
!
!
fax interface-type modem
mta receive maximum-recipients 0
!
crypto mib ipsec flowmib history tunnel size 200
crypto mib ipsec flowmib history failure size 200
!
!
controller E1 0
framing NO-CRC4
line-termination 75-ohm
ds0-group 0 timeslots 1-15,17-31 type r2-digital
cas-custom 0
!
controller E1 1
framing NO-CRC4
line-termination 75-ohm
ds0-group 0 timeslots 1-15,17-31 type r2-digital
cas-custom 0
!
controller E1 2
framing NO-CRC4
line-termination 75-ohm
ds0-group 0 timeslots 1-15,17-31 type r2-digital
cas-custom 0
!
controller E1 3
framing NO-CRC4
line-termination 75-ohm
ds0-group 0 timeslots 1-15,17-31 type r2-digital
cas-custom 0
!
!
interface FastEthernet0/0
ip address 192.168.0.1 255.255.255.0
no ip unreachables
ip directed-broadcast
no ip mroute-cache
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 192.168.1.1 255.255.255.252
ip access-group RouterOnly in
ip access-group RouterOnly out
no ip mroute-cache
duplex auto
speed auto
!
interface Group-Async0
ip unnumbered FastEthernet0/0
no ip unreachables
encapsulation ppp
ip tcp header-compression
no ip mroute-cache
ip policy route-map cache
load-interval 60
autodetect encapsulation ppp
async mode interactive
peer default ip address pool dial-in
no fair-queue
ppp authentication pap none
ppp authorization none
ppp accounting none
group-range 1 120
!
ip local pool dial-in 192.168.0.10 192.168.0.137
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.0.2
no ip http server
!
!
ip access-list extended RouterOnly
permit ip host 192.168.1.1 host 192.168.1.2
permit ip host 192.168.1.2 host 192.168.1.1
access-list 15 permit 192.168.1.2
!
!
snmp-server community public RW 15
!
!
!
!
line con 0
line aux 0
line vty 0 4
access-class 15 in
access-class 15 out
line 1 120
no flush-at-activation
modem Dialin
modem autoconfigure discovery
autocommand ppp
transport input all
transport output none
autoselect during-login
autoselect ppp
!
end