Posts

Showing posts from November, 2010

Open Vulnerability Assessment System (OpenVAS)

This came across when I in search of Nessus for Ubuntu and I found some alternative "VS" (Vulnerability Scanner) to be replace and it act as same as Nessus. It's took time in search for the alternative software because the default Ubuntu repository send dont have Nessus.But you may add the repository if you insist to install Nessus in your Ubuntu.For me,I seem less trusting unknown repository and decided to look for OpenVas. Below I show you how to install an OpenVas tools for Vulnerability Scanner. *==============* About OpenVAS *==============* The Open Vulnerability Assessment System (OpenVAS) is a framework of several services and tools offering a comprehensive and powerful vulnerability scanning and vulnerability management solution. The actual security scanner is accompanied with a daily updated feed of Network Vulnerability Tests (NVTs), over 18,000 in total (as of August 2010). All OpenVAS products are Free Software and mostly licensed under the GNU G...

MINICOM A Serial Comm. Program for Linux/Ubuntu/Mac and etc

I discover this program via net blog.Its a substitute program for hyper-terminal in linux to access CISCO Console port via USB serial port.A very simple program to be used and also easily to be installed in my Ubuntu box. Minicom have a lots of features can be used and their commons features are as belows :- => Setting up a remote serial console => Access a computer / server if the LAN is down => Connect to embedded Linux / BSD device via null modem cable => Connect to Cisco routers for configuration => Connect to dump device i.e. device w/o keyboard and mouse => Dialing directory with auto-redial => Support for UUCP-style lock files on serial devices => Separate script language interpreter => Capture to file => Multiple users with individual configurations Now let's configure Minicom inside our Linux Box... Install minicom Use apt-get under Debian / Ubuntu Linux, enter: $ sudo apt-get install minicom If you are using Red hat Linu...

VPN Tunnel via CISCO 1721 ROUTER!!

At last for nearly 2 weeks after all I put through using refurbish Cisco 3640 that causing me the router got memory problem,I completely done the VPN tunnelvia VPDN project using C1721 with IOS Version 12.2(15)T9.I am fully satisfied with it performance.Now I can tunnel via big pipe... har har har >:) Below is the config on how I done the vpdn tunnel and the output I got once connected to vpdn tunnel. ==================== Router 1721 config = ==================== Building configuration... Current configuration : 1202 bytes ! ! Last configuration change at 20:19:35 UTC Mon Jun 23 2008 ! NVRAM config last updated at 20:19:15 UTC Mon Jun 23 2008 ! version 12.2 service timestamps debug datetime msec service timestamps log datetime msec service password-encryption ! hostname VPN_PPTP ! logging queue-limit 100 logging buffered 4096 debugging ! username bard password 0 t3st ! aaa new-model ! ! aaa authentication ppp default local aaa session-id common ip subn...