+ Reply to Thread
Results 1 to 4 of 4

Thread: Web Hacking Toolkit--punter Share/Save - My123World.Com!

  1. #1
    Security Analyst prashant_uniyal has a spectacular aura aboutprashant_uniyal has a spectacular aura about prashant_uniyal's Avatar
    Join Date
    Jul 2010
    Location
    localhost
    Posts
    498
    Blog Entries
    8
    Thanks
    248
    Thanked 104 Times in 55 Posts

    Web Hacking Toolkit--punter



    Web Hacking Toolkit

    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
    o Web Developer - This plugin adds a toolbar full of useful tools for both web developers and web hackers alike.
    o SwitchProxy - Quickly and easily switch between your local proxy server and direct connections.
    o 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
    o 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.

    *
    o My full FireFox extensions list - There are additional extensions I use, but they don’t really belong in this list.
    * Paros Proxy - This is a 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.
    * 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.


    Often Benchwarmers, but good to have around

    * Burp Proxy - While I prefer Paros for my own use, Burp Proxy is a great tool and is actually designed more specifically for web app hacking. Note: Requires a working Java environment.
    * Burp Suite - The Burp Suite, which includes the Burp Proxy is a complete set of tools for doing attacks. It includes the following Burp tools: proxy, spider, intruder and repeater. 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

    * Top 75 Security Tools by Insecure.org - A great list of web app sec and general network sec tools.

  2. #2
    Super Commando Dhruv abhaythehero has a spectacular aura aboutabhaythehero has a spectacular aura aboutabhaythehero has a spectacular aura about abhaythehero's Avatar
    Join Date
    Sep 2010
    Location
    Lucknow/Pune,India
    Posts
    469
    Blog Entries
    2
    Thanks
    169
    Thanked 144 Times in 83 Posts

    Turning your Chrome to a Pentest Machine

    List of extensions for Chrome that can be useful during web application penetration testing
    http://www.firecat.fr/kromcat/
    Last edited by abhaythehero; 08-09-2012 at 12:50 PM. Reason: Update link. Old one was broken
    In the world of 0s and 1s, are you a zero or The One !

  3. #3
    Garage Newcomer Musa_bala is on a distinguished road
    Join Date
    Jul 2012
    Location
    Malaysia
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts
    hi,
    i need a penetration tester to examine a web application for online book store for vulnerabilities such as Xss and SQL injection.
    can anyone assists me in this regards.

    thanks

  4. #4
    Super Commando Dhruv abhaythehero has a spectacular aura aboutabhaythehero has a spectacular aura aboutabhaythehero has a spectacular aura about abhaythehero's Avatar
    Join Date
    Sep 2010
    Location
    Lucknow/Pune,India
    Posts
    469
    Blog Entries
    2
    Thanks
    169
    Thanked 144 Times in 83 Posts
    Quote Originally Posted by Musa_bala View Post
    hi,
    i need a penetration tester to examine a web application for online book store for vulnerabilities such as Xss and SQL injection.
    can anyone assists me in this regards.

    thanks

    Warning
    : Identical posts are not allowed in multiple threads. Also post in relevant thread under relevant sub-forum.
    In the world of 0s and 1s, are you a zero or The One !

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts