Friday, November 25, 2011

DECRYPT MD5 HASHES


MD5 hashing is said to be a one-way hash method where it is not possible to decrypt the Hashed string to get the original Word. But, once the string to be hashed using MD5 is indexed in Google and its hash too is indexed in Google, it is possible to reveal the original Password through it. But, doing a normal Google search won’t really make it easy for you to find the Original Strings. So, I am going to tell you about some special Search engines most of them are derived from Google which help in decrypting your MD5 hashes and revealing the originally locked Passwords or Keywords.


Online decrypting
This will help you generate as well as Decrypt the MD5 hashed strings. It has a Google like interface.

This also helps in decoding the HEX coded strings which are of 32 characters.

Helps to decode as well as encode an MD5 hash.

Has a Google-like look and is powered by rednoize.com. Using SHA1 is also possible with this tool.

This helps to decrypt a maximum of 8 hashes at the same time. CAPTCHA is used to avoid use by spammers.

Decrypts Hash to clear text as well as Encrypts any String into MD5 hash.

This search about five databases for the Hash, if the Clear text is found in any of those then the appropriate result is shown.

A Chinese Search engine to decrypt MD5 hashes online.


Local software

You like to try cracking the hash on your local machine? Of course there are applications that will handle this as well, such as the top dogs “John the Ripper” and “Cain & Abel”:

Rainbow table implementation that supports multiple codes like LM, NTLM and MD5

In my opinion the most advanced password cracker for Windows available to the public

Local software (Windows) using GPU hardware

Using John the Ripper (Unix/Windows) to crack MD5 hashes locally

Sunday, November 20, 2011

SAM SPADE: A MULTIFUNCTION INFORMATION TOOLKIT


Systems and security administrators have a number of useful tools at their disposal to obtain information about computers attached to other networks on the Internet, as well as information about the Internet itself. Ping, traceroute, whois and nslookup are among the essential utilities for even rudimentary maintenance and testing. But the native Windows environment includes only a few of these tools and they are, by and large, individual command line utilities and one has to go to third parties to obtain many of the missing utilities. Sam Spade is a nice piece of software that combines many of these common tools and several more uncommon ones into a single, integrated, Windows-compatible package.

Jack of All Trades

Sam Spade runs on all versions of Windows starting with Windows 95 and makes it simple to do a lot of investigation and analysis quickly, from determining the owner of a particular IP address block to examining the contents of a Web page. It also has several features that are specific to the detection of spam and sites that relay spam. Like a real private detective, Sam Spade doesn't do anything that you couldn't do yourself if you knew how and had the right tools; this software integrates the capabilities found in ping, traceroute, time, whois, nslookup, finger, DIG, a packet sniffer, a port scanner, a scripting language, and more, all with a nice GUI to boot.
 FIGURE 1. The Sam Spade command console.

Figure 1 shows the Sam Spade command console. The various tools can be accessed via the pulldown menus, and several from the icons on the left side of the window.
 FIGURE 2. Sam Spade configuration dialog box.

Although most of Sam Spade's features will run immediately upon installation, the more interesting and useful features require some minimal configuration. The configuration dialog box (Figure 2) is accessible from the Edit, Options pulldown menu. Key features to configure are your default name server, e-mail address, and Web site on the Basics tab; the network news server on the News tab; and e-mail information for abuse e-mails on the Mail tab. Users can also configure a time server (Miscellaneous tab), log file locations (Logfiles tab), and scripting file locations (Scripting tab). Advanced users can also specify whether DNS zone transfers, port scanning, and/or e-mail relay checking is allowed (Advanced tab).

Although most of Sam Spade's features will run immediately upon installation, some functions require configuration, including your default name server, e-mail address, Web site, network news server, time server, and log file locations. Users can also specify whether DNS zone transfers, port scanning, and/or e-mail relay checking are allowed;. these may be useful features for a knowledgeable user but can be mistaken as an attack by a remote system, so their use should be limited.

All of the functions become available when the user enters a host name, domain name, or e-mail address in the address window, seen at the upper left of the main console screen. One of the advantages of this bundle of tools in one package is that once you enter a name or address, you can merely click on different tools to quickly obtain information.

Tools for Address, Domain, and Host Information

The bulk of Sam Spade's utilities allow the user to look up information about a remote host or domain, generally for the purpose of initial reconnaissance or forensic analysis:

  • Ping sends a series of packets to the indicated host to determine if that system is reachable via the network and provides an estimate of the round trip packet time.
  • Traceroute traces the route that packets take from the user's system to the specified target host address, listing all intermediate routers and showing a graph of the hop-by-hop delay times. Fast and slow traceroute differ only in the number of attempts made to learn the route.
  • Nslookup and Decode URL display the IP address and name of a specified host. This can help an investigator learn about the owner of a system from the domain name or obtain an IP address with which to further investigate the geographic location of a system.
  • Whois provides ownership and contact information for the specified host's domain. This tool is increasingly convenient as the number of domain name registrars grows. When Network Solutions was the sole registrar for .com, for example, their whois database was the only one you needed to search. With about 100 accredited registrars today, you have to do a search just to find out which registrar to lookup. Sam Spade's whois function does this for you.
  • IP Block indicates the owner of the IP address block to which the specified host belongs. By identifying the owner of an address block, you can start to narrow down where a host is geographically located and/or learn about the host's upstream Internet service provider (ISP).
  • DIG (Domain Internet Groper), like nslookup, looks up DNS information. Sam Spade's DIG function returns all DNS records associated with a specified host or domain, including the start of authority (SOA), mail exchange (MX) and name server (NS) records. This information allows the user to determine where to send e-mail to a host's domain and how to access the manager of the domain's name space.
  • Zone Transfer is used to request that a DNS server send all of the information that it has about a given domain. Properly configured DNS servers will not comply with this request as a security precaution, but it will work surprisingly often. This is a great way to test your own name servers.
  • Finger obtains host/user information from a system running the finger daemon (TCP port 79). Finger is generally (or should be) disabled at a host because it can give an attacker a lot of information about users and/or the host itself, but it isn't always turned off.

Tools for E-mail and Spam

Several of the Sam Spade utilities are targeted at e-mail, allowing an end user or security administrator to determine the validity of e-mail header information as well as to fight back against spam. The program also provides an extensive tutorial on tracking and combating spam. These tools include:

  • SMTP Verify can be used to send a Simple Mail Transfer Protocol (SMTP) VRFY command to a suspect mail server to confirm the validity of an e-mail address, such as that of the sender of a spam message (ever notice that most of the return addresses are bogus?). This function is generally (or should be) disabled at an SMTP server because it can give an attacker a lot of information about e-mail users. However, it isn't always turned off and it is worth checking out.
  • Blacklist checks to see if the specified host name/address is listed with the Mail Abuse Prevention System (MAPS) Realtime Blackhole List (RBL), Dial-up Users List (DUL) or Relay Spam Stopper (RSS). More information about this function can be found at the MAPS Web site at www.mail-abuse.org.
  • SMTP Relay Check determines if a specified e-mail server will allow SMTP relaying. Most e-mail servers are configured to prohibit relaying, but spammers look for SMTP servers that relay to help them cover their tracks. Many sites block all incoming e-mail originating from an e-mail server known to relay e-mail because of the spam potential.
 FIGURE 3. E-mail header parsing and verification.

  • Parse e-mail headers allows the user to verify a set of headers from an e-mail message. As shown in Figure 3, the mail headers can be copied directly from an e-mail message and pasted into the parse e-mail headers dialog box, where. Sam Spade will then indicate whether the mail headers appear to be valid or not. Spammers or others looking to cover their e-mail tracks will often put in false e-mail header information.
  • Abuse Lookup finds the e-mail address to where notifications of possible spam coming from the specified domain should be sent. Most ISPs maintain an address of the form abuse@<ISP.net>.
  • Check Cancels searches for USENET canceled messages. The original intent of cancel was to allow someone who sent a USENET message to cancel the message it if they wanted to, and it is now used largely to automatically cancel spam.

Tools to Examine a Server or Web Site

Several Sam Spade tools allow a user to more closely examine the services available from another host, with particular attention to obtaining information about Web servers:

  • Scan Addresses is a minimal port-scanning utility that allows a user to scan a specified set of IP address to detect open ports (which indicates what Internet services are available).
 FIGURE 4. Web page display from Sam Spade.

  • Browse Web is actually a bare-bones Web browser. Rather than displaying the rendered Hypertext Markup Language (HTML) page, however, this function displays the raw Hypertext Transfer Protocol (HTTP) code (Figure 4), providing such details about the Web server as the operating system, Web server software, and HTTP extensions. It is also very useful for debugging CGI scripts or when looking at potentially malicious Web sites.
  • Crawl Web site allows you to specify a URL and download all accessible pages from a Web site.

 

Wednesday, November 16, 2011

BEST OS FOR HACKERS: BACKTRACK



There are a couple of things that are essential to any hacker’s walk of life. To name a few, there’s the ubiquitous flash drive for data transfer. You have the crossover cable for even faster data transfer. There’s the Wi-Fi antenna for high gain and strong amplification. Possibly, you might find a video capture card in the computer. Of course, there’s the ubiquitous laptop and desktop computer. But what software is on these computers? Undoubtedly, you will find at least two operating systems, most often Windows and Linux. But with Linux, there are several different distributions. Is there a specific one? It is called Backtrack.

Back Track is a Linux-based penetration testing arsenal that aids security professionals in the ability to perform assessments in a purely native environment dedicated to hacking. Regardless if you are making Back Track your primary operating system, booting from a Live DVD, or using your thumb drive, Back Track has been customized down to every package, kernel configuration, script and patch solely for the purpose of the penetration tester.

Back Track is intended for all audiences from the most savvy security professionals to early new comers to the information security field. Back Track promotes a quick and easy way to find and update the largest database of security tool collection to-date.

Back Track is quite possibly the most comprehensive Linux distribution of security tools. Both hackers and crackers can appreciate the features of this distribution. For black hat hackers, it is an easy access to software that facilitates exploitations of secure system. For white hat hackers, it is a penetration tester that finds holes in a security scheme. So, everybody wins!

Major Features OF BACK TRACK

Back Track features the latest in security penetration software. The current Linux kernel is patched so that special driver installation is unnecessary for attacks. For an example, an Atheros based wireless networking adapter will not enter monitor mode or inject packets without the MadWiFi driver patch but, with Back Track, you don’t need to worry about that. It’s just plug-and-play.

What’s great is that this Linux distribution come Live-on-CD. So, no installation is needed. However, what you experience Back Track, you will realize that it is a must to download this operating system and install it on your Laptop. At the very least, download the VMware Virtual Appliance for Backtrack. Make sure you also install the VMware Tools for Linux as well. Many features will still work in VMware mode.

    * Based on: Debian, Ubuntu
    * Origin: Switzerland
    * Architecture: i386
    * Desktop: Fluxbox, KDE
    * Category: Forensics, Rescue, Live Medium
    * Cost: Free

Tools

Back Track provides users with easy access to a comprehensive and large collection of security related tools ranging from port scanners to password crackers. Support for Live CD and Live USB functionality allows users to boot Back Track directly from portable media without requiring installation, though permanent installation to hard disk is also an option.

Back Track includes many well known security tools including:

    * Metasploit integration
    * RFMON Injection capable wireless drivers
    * Kismet
    * Nmap
    * Ettercap
    * Wireshark (formerly known as Ethereal)
    * BeEF (Browser Exploitation Framework)

Back Track arranges tools into 11 major categories:

    * Information Gathering
    * Network Mapping
    * Vulnerability Identification
    * Web Application Analysis
    * Radio Network Analysis (802.11, Bluetooth, RFID)
    * Penetration (Exploit & Social Engineering Toolkit)
    * Privilege Escalation
    * Maintaining Access
    * Digital Forensics
    * Reverse Engineering
    * Voice over IP

Download
Home Page                
User Forums               
Documentation           
Download Mirrors