Showing posts with label web hacking tools. Show all posts
Showing posts with label web hacking tools. Show all posts

ARPwner – ARP & DNS Poisoning Attack Tool

ARPwner – ARP & DNS Poisoning Attack Tool
ARPwner is a tool to do ARP poisoning and DNS poisoning attacks, with a simple GUI and
a plugin system to do filtering of the information gathered, also has a implementation of SSLstrip and is coded in python.


PhotobucketDownload                                                                                                           
Read more 

winAUTOPWN v3.0

winAUTOPWN v3.0 Released - System vulnerability exploitation
Framework


WINAUTOPWN ACTIVE SYSTEMS TRANSGRESSOR GUI [ C4 - WAST ] is a Systems and Network Exploitation Framework built on the famous winAUTOPWN as a backend. 
C4 - WAST gives users the freedom to select individual exploits and use them.

BSDAUTOPWN has been compiled, like always for various flavours and has been upgraded to version 1.8 alongwith all applicable exploits
WINAUTOPWN requires PERL,PHP,PYTHON,RUBY and its dependencies alongwith a few others' too for smooth working of exploits included in it.

PhotobucketDownload 

Web Hacking Tools,web hacking tricks

Tools

If you do Web application security assessments, this page is for you. We've gathered all of the tools and techniques discussed inHacking Exposed: Web Applications (that we use every day as consultants) and cataloged them here. This is an abbreviated recitation of Appendix B in the 2nd Edition, with live hyperlinks for easy access. Keep your eyes on this space as we post custom scripts and tools from the authors!
Nish Bhalla's secret.dll and secret.htm are provided here as examples to help interested readers follow along with the 2nd Edition section "An Example of Binary Analysis" starting on page 416.
SQL Injection
SQL Power Injector by Francois Larouche
Bobcat (based on "Data Thief" by Application Security, Inc.).
Absinthe - free blind SQL injection tool
SQLInjector by David Litchfield
NGS Software database tools
Cross-Site Scripting (XSS)
RSnake's XSS Cheat Sheet
XSS-Proxy
Firefox Extensions for HTTP Analysis
LiveHTTP Headers
Tamper Data
Modify Headers
Command-line HTTP/S Tools
cURL
Netcat 
Sslproxy
Openssl 
Stunnel 
Web Site Crawling/Mirroring Tools
Lynx
Wget
Teleport Pro
Black Widow
Offline Explorer Pro
Profiling
HTTPrint for fingerprinting web servers
Jad, the Java Dissasembler
Google search using "+www.victim.+com"
Google search using “parent directory” robots.txt

web hacking


Web Hacking Survival Kit (Pentesting Tools)

Web Hacking Survival Kit
When doing a manual security assessment of a web application you generally only require a web browser and a local proxy server that allows you to trap and modify requests. Aside from those basic tools, there are a few others that come in handy. This page is dedicated to the tools I use, or that I find useful.

The Starting Team

  • Mozilla FireFox- If your not using this browser for your normal browsing activity… you should. There are enough security problems with IE to encourage such a choice, and if you want to do any security hacking/auditing this will become an invaluable tool. One of the major benefits of FireFox comes in the form of the great number of extensions available. Here are some useful ones
    • Web Developer - This plugin adds a toolbar full of useful tools for both web developers and web hackers alike.
    • SwitchProxy - Quickly and easily switch between your local proxy server and direct connections.
    • LiveHTTP Headers - This allows you to quickly view the header traffic to and from your browser without the need for connecting to a local proxy server
    • User Agent Switcher - This plugin allows you to quickly and easily change the User Agent string sent to the webserver. Sometimes apps are designed to generate different output based on the browser type and this could result in the execution of a different chunk of code.
    • My full FireFox extensions list - There are additional extensions I use, but they don’t really belong in this list.
  • Burp Proxy - Burp Proxy is my primary manual attacking tool and is actually designed specifically for web app hacking. Note: Requires a working Java environment.
  • ntoinsight and ntoweb - ntoinsight is a great crawler that will inventory the site and generate a cool report of the attackable locations on the site. Adding ntoweb allows it to execute the nikto checks and add the findings to the report.
  • Cross Site Scripting cheatsheet - This appears to be the definitive list of ways to accomplish XSS and work around various input validation or complicated ways to make sure the resulting injection accomplishes what you want.
  • MD5 Hash Lookup - When you discover an MD5 has, this is the fastest solution for finding its unencrypted value. If is not “decrypting”, but instead they are building up a huge database of common strings/passwords and generating the MD5 hashes and then allowing you to search the pre-generated hashes to find a possible match.
  • Google - Need I explain what an awesome resource this is?

Often Benchwarmers, but good to have around

  • Paros Proxy - This is another local proxy server that allows you to have your own man in the middle to use for recoding the full traffic between your browser and the web server. Paros allows you to “trap” the requests and responses in a way that you have to approve each and are able to modify any of the traffic before it gets to its intended destination. Note: Requires a working Java environment.
  • DSniff (for Windows) – Old school spoofing, intercept and monitoring communication tools.
  • Ettercap (for Windows) – Similar to DSniff, but more user-friendly.
  • LibWhisker - Perl library that provides functions for manipulating HTTP and HTML. Can be used to create your own hacking scripts.
  • Nikto - Known vuln web server and application scanner (uses LibWhisker).
  • Stunnel - Allows you to use any normal hacking script that works over HTTP but not HTTPS. Stunnel can handle the encryption layer and tunnel the traffic.
  • NetCat (for Windows) – Known as “The TCP/IP swiss army knife”. This is just a generally useful networking tool.

Other lists of tools

Automated Tools that Cost

The previous entries are available and free for all. The following are professional tools that you will have to pay for.