Archive

Archive for July, 2009

Freeware TACACS+ Server for Win32

July 3rd, 2009 No comments

Cisco’s original TACACS+ server compiled to run under Windows! This is the original 4.0.4 version of tac_plus.

NOTE: None of the TACACS code available here comes with any warranty or support:

http://www.xpresslearn.com/tools/software-tools/cisco-tacacs-server-for-windows

Configuration file assistance:

http://www.stben.net/tacacs/users_guide.html

Categories: CISCO, Security Tags:

Recovering Hidden PIX Pre-Shared Keys / Passwords

July 3rd, 2009 No comments

The latest Cisco TAC Newsletter had an interesting tip on recovering hidden pre-shared keys (which I’ve needed to do many times). So simple, it’s brilliant :) here’s the reprint: Read more…

Categories: CISCO, Security Tags: ,

Hacking APC Masterswitch Admin Password

July 3rd, 2009 No comments

Ever bought one of those APC Masterswitch PDU’s from eBay, then tried to login to the admin interface with the usual default “apc” / “apc” but found that the password had been changed?

Manuals:

The usual password recovery procedures (well documented) are quite tedious, requiring emails and serial numbers. What a pain!

  • If you use one in your home lab this vulnerability will help you if you happen to buy one from eBay with the password set.
  • If you use them on a production network – this could become an attack vector,  so replace them or upgrade!

Here’s how to hack the password: Read more…

Categories: Uncategorized Tags:

IOS Configuration Lock

July 3rd, 2009 No comments

How to avoid two people making changes to the configuration at the same time

The only command you need to use is the configuration mode exclusive {auto | manual} from global configuration mode.

  • The auto keyword automatically locks the configuration session whenever the configure terminal command is used and this is the default option.
  • The inverse manual keyword allows you to choose to lock the configuration session manually or simply leave it unlocked.

Here is how to do it: Read more…

Categories: CISCO Tags:

Annotating Troubleshooting Sessions

July 3rd, 2009 No comments

When capturing log sessions during an outage or debug session it’s crucial to keep a history of what was done when and in what order. This helps in post mortem analysis after the event or session is over. There are a couple of standard things to do to help this such as:

  • NTP time sync all devices in the network to get them on a single time source
  • Enable syslog for all devices in the network
  • Allocate some local log space on each local device based on a percentage of free memory available on the device
  • Always have trend graphs from some polling mechanism for CPU levels, memory usage, traffic rates, etc.

In addition to these here are a few other tips that really help TAC analyse log and debug sessions that are collected: Read more…

Categories: CISCO Tags:

Configuring Remote SPAN

July 3rd, 2009 No comments

Remote SPAN Configuration

Remote SPAN allows source ports and destination ports to be located on different switches. It uses a SPAN VLAN to transmit a copy of span data from source across the network to destination. You have to define and allow the SPAN VLAN in all network devices in the path.
Here’s how to do it: Read more…

Categories: CISCO Tags: ,

Configure Replace

July 2nd, 2009 No comments

The group over at NIL have written an nice article on the configure replace command.. It allows you to replace the running configuration with a copy of the startup configuration (or some other config you have on a TFTP server).

Previously, this was only possible by rebooting the router or using a ton of “no” commands to back all your configuration out. The router can even list what commands will be negated as it replaces the running configuration!

The command to pull it off is this:

Router#configure replace nvram:startup-config list

The “list” command on the end will list the syntax the router is adding or removing as it goes…very nice! The entire write-up on this can be found here.

Categories: CISCO Tags:

Decrypting Type 7 Passwords – within the IOS!

July 2nd, 2009 No comments

Decrypting Type 7 Password on Cisco Router

You know those type 7 (non-MD5) so-called “encryption”  strings that appear when service password-encryption is used?  A lot of people copy the string and go to websites (google cisco password cracker) and use a java applet or something to decrypt them.

However, you can actually do this on any cisco router.  This is how you do it. Read more…

Categories: CISCO, Security Tags: ,

Welcome!

July 2nd, 2009 No comments

I use this WordPress installation as a way to post snippets of information and aides memoir, which I use in my work. Sometimes I may add a short piece of information which may be useful to a casual visitor. Hit Ctrl-D to bookmark me or subscribe to my Site RSS Feed – Daren.

Creative Commons License
This work is licensed under:
Creative Commons Attribution-NonCommercial 2.0 Generic License 

Find posts with capture files..

 

Categories: Diary of Events Tags: , ,