Monday, 1 April 2013

Install Nessus in Kali Linux

nessus

 Click Here to Download Nessus


In computer security, Nessus is a proprietary comprehensive vulnerability scanning program. It is free of charge for personal use in a non-enterprise environment. Its goal is to detect potential vulnerabilities on the tested systems.

According to surveys done by sectools.org, Nessus is the world's most popular vulnerability scanner, taking first place in the 2000, 2003, and 2006 security tools survey.Tenable estimates that it is used by over 75,000 organizations worldwide.

History :


The "Nessus" Project was started by Renaud Deraison in 1998 to provide to the Internet community a free remote security scanner. On October 5, 2005, Tenable Network Security, the company Renaud Deraison co-founded, changed Nessus 3 to a proprietary (closed source) license. The earlier versions appear to have been removed from the official website since then. The Nessus 3 engine is still free of charge, though Tenable charges $100/month per scanner for the ability to perform configuration audits for PCI, CIS, FDCC and other configuration standards, technical support, SCADA vulnerability audits, the latest network checks and patch audits, the ability to audit anti-virus configurations and the ability for Nessus to perform sensitive data searches to look for credit card, social security number and many other types of corporate data.

In July of 2008, Tenable sent out a revision of the feed license which will allow home users full access to plugin feeds.A professional license is available for commercial use.

The Nessus 2 engine and a minority of the plugins are still GPL, leading to forked open source projects based on Nessus like OpenVAS and Porz-Wahn.Tenable Network Security has still maintained the Nessus 2 engine and has updated it several times since the release of Nessus 3.

Nessus 3 is available for many different Unix-like and Windows systems, offers patch auditing of UNIX and Windows hosts without the need for an agent and is 2-5 times faster than Nessus 2.

On April 9, 2009, Tenable released Nessus 4.0.0. On February 15, 2012, Tenable released Nessus 5.0.

VIDEO : Install Nessus in Kali Linux





Sunday, 31 March 2013

Install Indicator Reminder for Ubuntu/Linux Mint

reminder-0

indicator reminder for ubuntu :

Indicator Reminder is an indicator app specially designed for Ubuntu to set schedule reminders. It is build using the development tool Quickly and written in Python using GTK+. Indicator Reminder is licensed under the GNU General Public License version 3. These reminders can be configured to play a sound, show a notification, and/or run a command. Want to wake up in the morning? Schedule a reminder every day with music to wake you up.
Indicator Reminder has a powerful date/time selection feature that allows you to express recurring dates/times in plain English. For example: "every day", "every Monday , "every other", "every weekday", "every 30 minutes", and more!. They can also be set to repeat minutely or hourly.

To install indicater reminder in Ubuntu/Linux Mint


  • sudo add-apt-repository ppa:bhdouglass/indicator-remindor

  • sudo apt-get update

  • sudo apt-get install indicator-remindor



or install Reminder-qt via this command:


  • sudo add-apt-repository ppa:bhdouglass/indicator-remindor

  • sudo apt-get update

  • sudo apt-get install remindor-qt


 

VIDEO


Saturday, 30 March 2013

How to Recover Deleted Files From Pendrive

fatback


Introduction




  • fatback is a tool in Backtrack 5 which is used to recover the deleted files from FAT(file Allocation Table ) file system.

  • Here fatback first read the FAT image file system then it will recovered all deleted file .

  • This tool was developed in  year 2000-2001 at DoD (Department of Defence ) Computer Forensic Lab by SrA Nicholas Harbour.

  • fatback  is also  useful  for investigation windows filesystem .



VIDEO :




Friday, 29 March 2013

Create wordlist in crunch



Crunch is a wordlist generator where you can specify a standard character set or a character set you specify. crunch can generate all possible combinations and permutations.



Features



  • crunch generates wordlists in both combination and permutation ways

  • it can breakup output by number of lines or file size

  • now has resume support

  • pattern now supports number and symbols

  • pattern now supports upper and lower case characters separately

  • adds a status report when generating multiple files

  • new -l option for literal support of @,%^

  • new -d option to limit duplicate characters see man file for details

  • now has unicode support

Download Link - http://sourceforge.net/projects/crunch-wordlist/

VIDEO :