NEWS : Cisco MARS End of Life

Cisco have announced the End of Life for Cisco MARS.

“Cisco announces the end-of-sale and end-of life dates for the Cisco Security Monitoring, Analysis, and Response System. The last day to order the affected product(s) is June 3, 2011.”

The end of an Era, for probably the largest deployed SIEM tool out there.

I think

Continue reading NEWS : Cisco MARS End of Life

Security : Cisco Password7 Crack

The utility is the Cisco Password 7 Crack. It is able to decrypt Cisco’s encrypted “type 7″ passwords. “Type 7″ password encryption is used when “service password-encryption” has been enabled. Unfortunately, the cryptographic algorithm is not very complex or secure

CRACK HERE

Possibly Related Posts:

Kenya Google has been the victim of a cyber-attack
Chinese hackers defaced the website of the government owned Philippines News Agency (PNA)
How prepared is India for cyberwar
Sports Retailer Sues Visa for Security Breach
Google planning to kill passwords

Linux :setting up NFS shares

On server:

vi /etc/exports

add:

/home/data 192.168.170.0/255.255.255.0(rw)

# chkconfig nfsd on # service nfsd start

On Client:

#mkdir /home/data

#mount -t nfs 192.168.170.1:/home/data /home/data

Make it automount:

#vi /etc/fstab

192.168.170.1:/home /home nfs rw,bg,hard,intr 0 0

Possibly Related Posts:

Install Asterisk 1.8 from source on Ubuntu 12.04 Asterisk 11.0.0-beta1 Now Available How To Install Restricted Extras In Ubuntu 12.04 LTS
Android malware !!!!!!
HOw to disable Guest user account on ubuntu12.04 ?

Linux : How to setup Static IP Address in Ubuntu 10.10

Setup Static IP Address

If you want to setup a Static IP Address in your system , Modify the file  /etc/network/interfaces.  If your First Ethernet  Interface is eth0 ,see the following Example.  Just add the following lines in the file with the help of an Editor and Restart the network or system.

auto eth0 iface

Continue reading Linux : How to setup Static IP Address in Ubuntu 10.10

Cisco : Generate Crypto Keys via ASDM

To generate the key pair from ASDM go to Configuration, then select the Device Management tab. Expand Certificate Management and go to Identity Certificates. Click Add and select the Add a New Identity Certificate radio button.  Then click New.

In the Add Key Pair dialog box, take the defaults and  click Generate Now.

Don’t forget to go to Device Management > Management Access

Continue reading Cisco : Generate Crypto Keys via ASDM