Tools for penetration testing
Information Gathering
- Nmap
Nmap ("Network Mapper") is a free and open source (license)
utility for network discovery and security auditing. Many systems and network
administrators also find it useful for tasks such as network inventory,
managing service upgrade schedules, and monitoring host or service uptime. 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. It was
designed to rapidly scan large networks, but works fine against single hosts.
- Maltego
Maltego is a unique platform developed to deliver a clear threat picture to
the environment that an organization owns and operates. Maltego’s unique
advantage is to demonstrate the complexity and severity of single points of
failure as well as trust relationships that exist currently within the scope of
your infrastructure.
- CMS-explorer
CMS Explorer is designed to reveal the the specific modules, plugins,
components and themes that various CMS driven web sites are running.
Additionally, CMS Explorer can be used to aid in security testing. While it
performs no direct security checks, the "explore" option can be used
to reveal hidden/library files which are not typically accessed by web clients
but are nonetheless accessible. This is done by retrieving the module's current
source tree and then requesting those file names from the target system. These
requests can be sent through a distinct proxy to help "bootstrap"
security testing tools like Burp, Paros, Webinspect, etc.
- Autoscan-Network
AutoScan-Network is a network scanner (discovering and managing
application). No configuration is required to scan your network. The main goal
is to print the list of connected equipments in your network.
- Windump
WinDump is the Windows version of tcpdump, the command line network
analyzer for UNIX. WinDump is fully compatible with tcpdump and can be used to
watch, diagnose and save to disk network traffic according to various complex
rules. It can run under Windows 95, 98, ME, NT, 2000, XP, 2003 and Vista.
WinDump captures using theWinPcap library and drivers, which are freely
downloadable from the WinPcap.org website. WinDump supports 802.11b/g wireless
capture and troubleshooting through the Riverbed AirPcap adapter.
WinDump is free and is released under a BSD-style license.
- Vulnerability Assesstment
- Acunetix
Acunetix Web Vulnerability Scanner (WVS) is an automated web application
security testing tool that audits your web applications by checking for
exploitable hacking vulnerabilities. Automated scans may be supplemented and
cross-checked with the variety of manual tools to allow for comprehensive web
site and web application penetration testing.
- WebCruiser
WebCruiser - Web Vulnerability Scanner, an effective and powerful web
penetration testing tool that will aid you in auditing your website! It has a
Vulnerability Scanner and a series of security tools.
It can support scanning website as well as POC (Proof of concept) for web
vulnerabilities: SQL Injection, Cross Site Scripting, XPath Injection etc. So,
WebCruiser is also an automatic SQL injection tool, an XPath injection tool,
and a Cross Site Scripting tool.
- Kerinci
Kerinci is web vulnerability scanner made by ketek from indonesia. kerinci
is easy to use and accurate to find vulnerability in a website.
- Nikto (perl)
Nikto is an Open Source (GPL) web server scanner which performs
comprehensive tests against web servers for multiple items, including over 6500
potentially dangerous files/CGIs, checks for outdated versions of over 1250
servers, and version specific problems on over 270 servers. It also checks for
server configuration items such as the presence of multiple index files, HTTP
server options, and will attempt to identify installed web servers and
software. Scan items and plugins are frequently updated and can be
automatically updated.
- w3af
w3af, is a Web Application Attack and Audit Framework. The w3af core and
it's plugins are fully written in python. The project has more than 130
plugins, which check for SQL injection, cross site scripting (xss), local and
remote file inclusion and much more.
- Uniscan
Uniscan is a simple SQLI, XSS, Remote File Include, Local File Include and
Remote Command Execution vulnerability scanner.
- Exploitation Tools
- Metasploit
The Metasploit Project is a computer security project which provides
information about security vulnerabilities and aids in penetration testing and
IDS signature development.
- Sqlmap
sqlmap is an open source penetration testing tool that automates the
process of detecting and exploiting SQL injection flaws and taking over of
database servers. It comes with a powerful detection engine, many niche
features for the ultimate penetration tester and a broad range of switches
lasting from database fingerprinting, over data fetching from the database, to
accessing the underlying file system and executing commands on the operating
system via out-of-band connections.
- Havij
Havij is an automated SQL Injection tool that helps penetration testers to
find and exploit SQL Injection vulnerabilities on a web page.
It can take advantage of a vulnerable web application. By using this
software user can perform back-end database fingerprint, retrieve DBMS users
and password hashes, dump tables and
columns, fetching data from the database, running SQL statements and even accessing the underlying
file system and executing commands on the
operating system.
- SQL Power Injector
SQL Power Injector is an application created in .Net 1.1 that helps the
penetration tester to find and exploit SQL injections on a web page.
- BSQL Hacker
BSQL Hacker is an automated SQL Injection Framework / Tool designed to
exploit SQL injection vulnerabilities in virtually any database.
- Fimap
fimap is a little python tool which can find, prepare, audit, exploit and
even google automaticly for local and remote file inclusion bugs in webapps.
fimap should be something like sqlmap just for LFI/RFI bugs instead of sql
injection. It's currently under heavy development but it's usable.
- XSSer
Cross Site "Scripter" (aka XSSer) is an automatic -framework- to
detect, exploit and report XSS vulnerabilities in web-based applications.
It contains several options to try to bypass certain filters, and various
special techniques of code injection.Cross Site "Scripter" (aka
XSSer) is an automatic -framework- to detect, exploit and report XSS
vulnerabilities in web-based applications.
It contains several options to try to bypass certain filters, and various
special techniques of code injection.
- Hash Cracker
- md5decrypter.co.uk
this is online hash cracker
- John The Ripper (JTR)
John the Ripper is a fast password cracker, currently available for many
flavors of Unix, Windows, DOS, 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 systems, supported out of the box are Windows LM
hashes, plus lots of other hashes and ciphers in the community-enhanced version.
- Hashcat
Hashcat is a multi-threaded cracker, so if your CPU can run several
threads, it will use them. But the real speed comes into play when using the
horsepower of a GPU. If your GPU can run hundreds of threads, all of this power
is used to break passwords.
Comments
Post a Comment