[ad] In the story we recently covered where Terry Childs had locked San Fransisco officials out of their own network, there is a new development. He’s handed over the passcode to the Mayor, Gavin Newsom. It seems he came to his senses and he also seems to have VERY little faith in the IT administration […]
cisco
CDPSnarf – CDP Packet Sniffer
[ad] CDPSnarf if a network sniffer exclusively written to extract information from CDP packets. It provides all the information a “show cdp neighbors detail” command would return on a Cisco router and even more. The application is written in C using the popular PCAP library. Sample Output Cisco AIR-AP1231G-E-K9 Access Point:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
$ sudo ./cdpsnarf eth2 Waiting for a CDP packet... [#0] Sniffed CDP advertisement with a size of 367 bytes. ------------------------------------------------------- CDP Version: 2 TTL: 180 ms Checksum: 0x7282 Device ID: cisco-ap.mydomain.net Software version: Cisco IOS Software, C1200 Software (C1200-K9W7-M), Version 12.3(8)JEA, RELEASE SOFTWARE (fc2) Technical Support: http://www.cisco.com/techsupport Copyright (c) 1986-2006 by Cisco Systems, Inc. Compiled Wed 23-Aug-06 16:42 by kellythw Platform: cisco AIR-AP1231G-E-K9 Addresses: 1 Address #: 1 Protocol type: [1] NLPID format Protocol: [0xCC] IP IP Address: 157.228.87.1 Port ID: Dot11Radio0 Capabilities: [0x02] Transparent bridge |
You can download […]
Cisco IOS FTP Backdoor Ripe for Hackers
[ad] Another flaw in Cisco’s IOS, this time a problem with FTP, the mechanism used to update the firmware on Cisco devices (routers & switches mostly). You really don’t want someone playing around with your configuration files on your router do you? IOS FTP, which comes disabled by default in IOS, is used to upload […]
Using the capture command in a Cisco Systems PIX firewall.
This is an excellent article you might find useful covering the use of the capture command in Cisco PIX firewalls. A vital tool to use when troubleshooting computer networking problems and monitoring computer networks is a packet sniffer. That being said, one of the best methods to use when troubleshooting connection problems or monitoring suspicious […]