Featured Post Today
print this page
Latest Post

Top 15 Security/Hacking Tools & Utilities


1. Nmap
I think everyone has heard of this one, recently evolved into the 4.x series.
Nmap (“Network Mapper”) is a free open source utility for network exploration or security auditing. It was designed to rapidly scan large networks, although it works fine against single hosts. Nmap uses raw IP packets in novel ways to determine what hosts are available on the network, what services (application name and version) those hosts are offering, what operating systems (and OS versions) they are running, what type of packet filters/firewalls are in use, and dozens of other characteristics. Nmap runs on most types of computers and both console and graphical versions are available. Nmap is free and open source.
Can be used by beginners (-sT) or by pros alike (–packet_trace). A very versatile tool, once you fully understand the results.
Get Nmap Here
2. Nessus Remote Security Scanner
Recently went closed source, but is still essentially free. Works with a client-server framework.
Nessus is the world’s most popular vulnerability scanner used in over 75,000 organizations world-wide. Many of the world’s largest organizations are realizing significant cost savings by using Nessus to audit business-critical enterprise devices and applications.
Get Nessus Here

3. John the Ripper
Yes, JTR 1.7 was recently released!
John the Ripper is a fast password cracker, currently available for many flavors of Unix (11 are officially supported, not counting different architectures), DOS, Win32, BeOS, and OpenVMS. Its primary purpose is to detect weak Unix passwords. Besides several crypt(3) password hash types most commonly found on various Unix flavors, supported out of the box are Kerberos AFS and Windows NT/2000/XP/2003 LM hashes, plus several more with contributed patches.
You can get JTR Here
4. Nikto
Nikto is an Open Source (GPL) web server scanner which performs comprehensive tests against web servers for multiple items, including over 3200 potentially dangerous files/CGIs, versions on over 625 servers, and version specific problems on over 230 servers. Scan items and plugins are frequently updated and can be automatically updated (if desired).
Nikto is a good CGI scanner, there are some other tools that go well with Nikto (focus on http fingerprinting or Google hacking/info gathering etc, another article for just those).
Get Nikto Here
5. SuperScan
Powerful TCP port scanner, pinger, resolver. SuperScan 4 is an update of the highly popular Windows port scanning tool, SuperScan.
If you need an alternative for nmap on Windows with a decent interface, I suggest you check this out, it’s pretty nice.
Get SuperScan Here
6. p0f
P0f v2 is a versatile passive OS fingerprinting tool. P0f can identify the operating system on:
– machines that connect to your box (SYN mode),
– machines you connect to (SYN+ACK mode),
– machine you cannot connect to (RST+ mode),
– machines whose communications you can observe.
Basically it can fingerprint anything, just by listening, it doesn’t make ANY active connections to the target machine.
Get p0f Here
7. Wireshark (Formely Ethereal)
Wireshark is a GTK+-based network protocol analyzer, or sniffer, that lets you capture and interactively browse the contents of network frames. The goal of the project is to create a commercial-quality analyzer for Unix and to give Wireshark features that are missing from closed-source sniffers.
Works great on both Linux and Windows (with a GUI), easy to use and can reconstruct TCP/IP Streams! Will do a tutorial on Wireshark later.
Get Wireshark Here
8. Yersinia
Yersinia is a network tool designed to take advantage of some weakeness in different Layer 2 protocols. It pretends to be a solid framework for analyzing and testing the deployed networks and systems. Currently, the following network protocols are implemented: Spanning Tree Protocol (STP), Cisco Discovery Protocol (CDP), Dynamic Trunking Protocol (DTP), Dynamic Host Configuration Protocol (DHCP), Hot Standby Router Protocol (HSRP), IEEE 802.1q, Inter-Switch Link Protocol (ISL), VLAN Trunking Protocol (VTP).
The best Layer 2 kit there is.
Get Yersinia Here
9. Eraser
Eraser is an advanced security tool (for Windows), which allows you to completely remove sensitive data from your hard drive by overwriting it several times with carefully selected patterns. Works with Windows 95, 98, ME, NT, 2000, XP and DOS. Eraser is Free software and its source code is released under GNU General Public License.
An excellent tool for keeping your data really safe, if you’ve deleted it..make sure it’s really gone, you don’t want it hanging around to bite you in the ass.
Get Eraser Here.
10. PuTTY
PuTTY is a free implementation of Telnet and SSH for Win32 and Unix platforms, along with an xterm terminal emulator. A must have for any h4x0r wanting to telnet or SSH from Windows without having to use the crappy default MS command line clients.
Get PuTTY Here.
11. LCP
Main purpose of LCP program is user account passwords auditing and recovery in Windows NT/2000/XP/2003. Accounts information import, Passwords recovery, Brute force session distribution, Hashes computing.
A good free alternative to L0phtcrack.
LCP was briefly mentioned in our well read Rainbow Tables and RainbowCrack article.
Get LCP Here
12. Cain and Abel
My personal favourite for password cracking of any kind.
Cain & Abel is a password recovery tool for Microsoft Operating Systems. It allows easy recovery of various kind of passwords by sniffing the network, cracking encrypted passwords using Dictionary, Brute-Force and Cryptanalysis attacks, recording VoIP conversations, decoding scrambled passwords, revealing password boxes, uncovering cached passwords and analyzing routing protocols. The program does not exploit any software vulnerabilities or bugs that could not be fixed with little effort.
Get Cain and Abel Here
13. Kismet
Kismet is an 802.11 layer2 wireless network detector, sniffer, and intrusion detection system. Kismet will work with any wireless card which supports raw monitoring (rfmon) mode, and can sniff 802.11b, 802.11a, and 802.11g traffic.
A good wireless tool as long as your card supports rfmon (look for an orinocco gold).
Get Kismet Here
14. NetStumbler
Yes a decent wireless tool for Windows! Sadly not as powerful as it’s Linux counterparts, but it’s easy to use and has a nice interface, good for the basics of war-driving.
NetStumbler is a tool for Windows that allows you to detect Wireless Local Area Networks (WLANs) using 802.11b, 802.11a and 802.11g. It has many uses:
  • Verify that your network is set up the way you intended.
  • Find locations with poor coverage in your WLAN.
  • Detect other networks that may be causing interference on your network.
  • Detect unauthorized “rogue” access points in your workplace.
  • Help aim directional antennas for long-haul WLAN links.
  • Use it recreationally for WarDriving.
Get NetStumbler Here
15. hping
To finish off, something a little more advanced if you want to test your TCP/IP packet monkey skills.
hping is a command-line oriented TCP/IP packet assembler/analyzer. The interface is inspired to the ping unix command, but hping isn’t only able to send ICMP echo requests. It supports TCP, UDP, ICMP and RAW-IP protocols, has a traceroute mode, the ability to send files between a covered channel, and many other features.
Get hping Here
Yah I’ve stayed away from commercial products in this article, perhaps I’ll cover those another day.
Digg This Article
You can also check out the Top 10 Security Live CDs for Pen-Testing, Forensics and Recovery Here.

source from darknet
0 comments
Posted by: Jaime
blognizend, Updated at: 5:05 AM

THC-Hydra – The Fast and Flexible Network Login Hacking Tool Want to Learn Penetration Testing

THC-Hydra rocks, it’s pretty much the most up to date and currently developed password brute forcing tool around at the moment.

It supports a LOT of services and protocols too.

Number one of the biggest security holes are passwords, as every password security study shows. Hydra is a parallelized login cracker which supports numerous protocols to attack. New modules are easy to add, beside that, it is flexible and very fast.
THC-Hydra

There are already several login hacker tools available, however none does either support more than one protocol to attack or support parallelized connects.

Currently this tool supports:

TELNET, FTP, HTTP-GET, HTTP-HEAD, HTTPS-GET, HTTP-HEAD, HTTP-PROXY, LDAP2,
LADP3, SMB, SMBNT, MS-SQL, MYSQL, POSTGRES, REXEC, SOCKS5, VNC, POP3, IMAP,
NNTP, PCNFS, ICQ, SAP/R3, Cisco auth, Cisco enable, SMTP-AUTH, SSH2, SNMP,
CVS, Cisco AAA.

THC-Hydra – The Fast and Flexible Network Login Hacking Tool
Want to Learn Penetration Testing


However the module engine for new services is very easy so it won’t take a long time until even more services are supported. Planned are: SSH v1, Oracle and more…

This tool is a proof of concept code, to give researchers and security consultants the possibility to show how easy it would be to gain unauthorized access from remote to a system.

More info and Download click Here
2 comments
Posted by: Jaime
blognizend, Updated at: 5:02 AM

wwwhack 1.9

WWWhack is a brute force utility that will try to crack web sites guarded by an web access password. This utility can use a word file or try all possible combinations, and by trial-and-error, will attempt to find a combination of username/password that is accepted by the web server.
This shows the weakness in securing sensitive areas of your web site by the web authentication method alone.
To use wwwhack 1.9 you need to set your system clock to the year 2000 or before as it expires in ’2001′.
Once again this is an oldskool tool but a lot of people are still seeking it, for learning purposes I presume as there are better alternatives now like

You can download wwwhack 1.9 here.

Password darknet123
0 comments
Posted by: Jaime
blognizend, Updated at: 4:54 AM

wep0ff-wireless-wep-key-cracker-tool

 Wep0ff is new tool to crack WEP-key without access to AP by mount fake access point attack against WEP-based wireless clients.

It uses combination of fragmentation and evil twin attacks to generate
traffic which can be used for KoreK-style WEP-key recovery.

This tool can be used to mount fake access point attack against WEP-based wireless clients.

This code tested patched madwifi-old drivers with athraw support, but also works with madwifi-ng. With madwifi-ng you need to create two virtual interfaces: one in master mode (for fake AP) and second in monitor mode (to listen on).

How to Use:
1. Setup fake AP with KARMA tools or iwconfig

iwpriv ath0 mode 2
iwconfig ath0 mode master essid foo enc 1122334455 channel 7
echo 1 > /proc/sys/dev/ath0/rawdev
echo 1 > /proc/sys/dev/ath0/rawdev_type
ifconfig ath0
up ifconfig ath0raw up

2. Start this program (./wep0ff ath0raw 00:01:02:03:04:05)
3. Wait until client connect to fake access point
4. Launch airodump-ng to collect packets
5. Launch aircrack-ng to recover WEP key

NOTE:
Wep0ff runs on the Linux OS, and does not run on the Windows Vista OS
As such U need to either,
a) install linux on your comp/lappy
b)use a live CD (Backtrack is recommended by most L337 h@xors)
c)Create a virtual drive using a tool like wubi (for ubuntu) on your system and install and run Linux off it
Using these steps you can , as you put it, “get this baby working”

You can download it here:
Wep0ff
2 comments
Posted by: Jaime
blognizend, Updated at: 4:19 AM

zed-attack-proxy-zaproxy-v1-3-0-released-integrated-penetration-testing-tool




ZAP is an easy to use integrated penetration testing tool for finding vulnerabilities in web applications. It is designed to be used by people with a wide range of security experience and as such is ideal for developers and functional testers who are new to penetration testing.

ZAP provides automated scanners as well as a set of tools that allow you to find security vulnerabilities manually.

Main Features

    * Intercepting Proxy
    * Automated scanner
    * Passive scanner
    * Brute Force scanner
    * Spider
    * Fuzzer
    * Port scanner
    * Dynamic SSL certificates
    * API
    * Beanshell integration
A new version has been released, v1.3.0, the release adds the following main features:

    * Fuzzing, using the JBroFuzz library
    * Dynamic SSL Certificates
    * Daemon mode and API
    * BeanShell integration
    * Full internationalization
    * Out of the box support for 10 languages

You can download ZAP v1.3.0 here:
Windows Installer – ZAP_1.3.0_Windows.exe
Linux Installer – ZAP_1.3.0_Linux.tar.gz
Mac OSX Installer – ZAP_1.3.0_Mac_OS_X.zip
1 comments
Posted by: Jaime
blognizend, Updated at: 3:56 AM

Angry Birds v1.6.2 cracked READ NFO-THETA Download

Angry Birds v1.6.2 cracked READ NFO-THETA
Here’s another build for Angry Birds, again brought to us by p2p group THETA. This updated include

* 15 new levels for the Mine and Dine episode!
    * Find more collectible jewels!
    * Problems with loading times when starting Angry Birds? We fixed ’em!
    * Mighty Eagle still in business: Buy once, unlimited use!

The survival of the Angry Birds is at stake. Dish out revenge on the green pigs who stole the Birds’ eggs. Use the unique destructive powers of the Angry Birds to lay waste to the pigs’ fortifications. Angry Birds features hours and hours of challenging physics-based demolition gameplay, with lots of replay value. Each level requires a mixture of logic, skill, and brute force to crush the enemy. Features 195 levels and lots and lots of Angry Birds! Protect wildlife and save Angry Birds!

  
Angry.Birds.v1.6.2.cracked.READ.NFO-THETA


Download Angry Birds v1.6.2 Mac OSX-P2P


Download Angry Birds EUR READNFO PSN PSP-ABSTRAKT


Angry Birds EUR READNFO PSN PSP-ABSTRAKT
Angry Birds finally available for the PSP (not the PSN version, this is the retail disc). Kudos goes to group ABSTRAKT for this one. Be sure to read nfo before try anything.The survival of the Angry Birds is at stake. Dish out revenge on the green pigs who stole the Birds’ eggs. Use the unique destructive powers of the Angry Birds to lay waste to the pigs’ fortifications. Angry Birds features hours and hours of challenging physics-based demolition gameplay, with lots of replay value. Each level requires a mixture of logic, skill, and brute force to crush the enemy. Features 195 levels and lots and lots of Angry Birds! Protect wildlife and save Angry Birds!
Release name: Angry_Birds_EUR_READNFO_PSN_PSP-ABSTRAKT
Size: 13MB in 1F

Download
Rovio Mobile Angry Birds v1.5.1 MACOSX GAME-Lz0
If you’ve got a MAC, you have to get this. Here’s group Lz0 with this well know game named “Angry Birds”. Enjoy!The survival of the Angry Birds is at stake. Dish out revenge on the green pigs who stole the Birds’ eggs. Use the unique destructive powers of the Angry Birds to lay waste to the pigs’ fortifications. Angry Birds features hours and hours of challenging physics-based demolition gameplay, with lots of replay value. Each level requires a mixture of logic, skill, and brute force to crush the enemy. Features 195 levels and lots and lots of Angry Birds! Protect wildlife and save Angry Birds!

Download Rovio Mobile Angry Birds v1.0.2 MACOSX GAME-Lz0
Release name: Rovio.Mobile.Angry.Birds.v1.0.2.MACOSX.GAME-Lz0
Size: 39MB 

Angry Birds Seasons v1.5.1 Cracked GAME-ErES
ErES bring us updated version of Angry Birds Seasons game. The survival of the Angry Birds is at stake – it doesn’t matter that everyone should be relaxing at the beach! Teach those pesky porks to leave the eggs alone. Use the unique destructive powers of the Angry Birds to lay waste to the pigs’ hideouts and earn some time to enjoy the season’s offerings.

Release Name: Angry.Birds.Seasons.v1.5.1.Cracked.GAME-ErES
Size: 26.72 MB

Install Notes
1. Install
2. Copy cracked exe to install directory Register with any key

Download
OR
OR
filesonic
If you have Open GL error

Or get the following error "Texture is too large 2048 x 2048, maximum supported is 1024 x 1024".
ATIdriver  
or
Nvidia Driver
 If have trouble installing Angry Bird click Here


5 comments
Posted by: Jaime
blognizend, Updated at: 3:11 AM
 
Support : Creating Website | Johny Template | Mas Template
Copyright © 2011. blognizend - All Rights Reserved
Template Created by Creating Website Published by Mas Template
Proudly powered by Blogger
Google+ Jaime Lacson