Latest Post
Showing posts with label security testing. Show all posts
Showing posts with label security testing. Show all posts

OWASP Mantra Security Toolkit 0.92 beta Janus released

Written By Unknown on Wednesday, 23 January 2013 | 03:00

OWASP Mantra is a collection of free and open source tools integrated into a web browser, which can become handy for students, penetration testers, web application developers,security professionals etc. It is portable, ready-to-run, compact and follows the true spirit of free and open source software.

Mantra is lite, flexible, portable and user friendly with a nice graphical user interface. You can carry it in memory cards, flash drives, CD/DVDs, etc. It can be run natively on Linux, Windows and Mac platforms. It can also be installed on to your system within minutes. Mantra is absolutely free of cost and takes no time for you to set up.

Janus is built on Firefox 18 and is available for Windows, Linux 32 bit, Linux 64 bit and Macintosh operating systems. We also introduce a new installer for all platforms and all these packages support 9 languages - Arabic, English  Chinese - Simplified, Chinese - Traditional, French, Portuguese, Russian, Spanish and Turkish.

Get your Mantra from our download page.

New Features:

Firefox 18
Janus is built on Firefox 18 bringing in more improvements and stability.

DownThemAll extension
A completely functional and easy to use download manager right in the package.

A brand new installer
We have introduced a new installer for OWASP Mantra. During that installation process you can choose your preferred language for the final product.

Known issues:

Error messages:
During start-up of Mantra in Linux, authentication errors are displayed in the shell, however, the application runs smooth without any issues.

Janus and Firefox not running together :
A temporary fix is available and can be seen here.

No upgrading option:
        We strongly recommend you to use a fresh build of Mantra Janus and not to upgrade Firefox from previous versions. Many of the extensions available today are not compatible with latest versions of Firefox. Apart from that, using them as it is will result in a very cluttered menus since they make their entries into toolbar, context menus and status bar. We have applied some minor changes to those extensions to fix these issues. Upgrading those extensions automatically might break some functionality. So we strongly recommend you to keep automatic updates turned off.

Error message on Macintosh:
Portuguese, Russian, Spanish and Turkish will show an error message upon running. A possible fix is to move Mantra from normal Applications folder to any of the user folders ( Documents, Downloads, Pictures, Music or Users>Applications folders will do).


Update in Tools Include :

+Information Gathering
- Flagfox
- JSView
- PassiveRecon
- Wappalyzer
- View Dependencies
- Link Sidebar
+Editors
- JSView
- Firebug
+Network Utilities
- FireFTP
- DNS Cache
- SQLite Manager
- HTTP Fox
- FireSSH
+Miscellaneous
- Greasemonkey
- Greasefire
- CacheToggle
- URL Flipper
- Event Spy
- Stacked Inspector
- Scriptish
- Session Manager
- FireEncrypter
+Application Auditing
- Hackbar
- RESTClient
- Tamper Data
- Live HTTP Headers
- RefControl
- User Agent Switcher
- Web Developer
- DOM Inspector
- Inspect This
- Form Fox
- SQL Inject Me
- XSS Me
- Cookies Manager+
- Firecookie
- Autofill Forms
- Cookie Monster
- Fireforce
- Groundspeed
- Http Requester
- Modify Headers
- Poster
- Ref Spoof
- SeleniumExpertSeleniumIDE
- SeleniumIDE
- NoRedirect
- Websecurify
- Ra.2
+Proxy
- FoxyProxy
- Http Fox
- Proxy Tool

Download : OWASP Mantra Janus Linux 64.tar.gz (123 MB)
Windows : OWASP Mantra Janus.exe (125 MB)
Linux 32bit : OWASP Mantra Janus Linux 32.tar.gz (121 MB)
Download Other Version 

You can also always enjoy Mantra from major security distributions.















bWAPP - an extremely buggy web application !

Written By Unknown on Saturday, 12 January 2013 | 06:06

bWAPP or a buggy web application is a free and open source web application build to allow security enthusiasts, students and developers to better secure web applications. It is for educational purposes only.

bWAPP contains a lot of vulnerabilities from the OWASP Top 10 project.

It includes:
*/ injection vulnerabilities like SQL, HTML, command and mail injections
*/ Cross-Site Scripting (XSS)
*/ Cross-Site Request Forgery (CSRF)
*/ malicious file uploads
*/ authentication, authorization and session management issues
*/ directory traversal
*/ information disclosures
*/ configuration issues
*/ much more...

bWAPP is a PHP application that uses a MySQL database. It can be hosted on Linux and Windows using Apache and MySQL. It can also be installed with WAMP or XAMPP.

This project is part of the ITSEC GAMES project. ITSEC GAMES are a fun approach to IT security education. IT security, ethical hacking, training and fun... all mixed together.


bWAPP - Bug fixes and new features

Current version: bWAPP v1.01 updated on 10/01/2013

Bug fixes:

PHP session errors
connection setting issues (setting 'localhost:3306' not valid)
time period for the 'security_level' cookie has changed to 1 year.
New features:
none


bWAPP - INSTALL
///////////////
It is pretty easy to install bWAPP.
Requirements
////////////
*/ Windows, Linux, Unix, Mac OS,...
*/ a web server (Apache, IIS,...)
*/ the PHP extensions
*/ a MySQL installation
*/ (or you could install WAMP or XAMPP)

Installation steps
//////////////////

No! I will not explain how to install Apache/IIS, PHP and MySQL :)

*/ Extract the 'zip' or 'tar' file.

example on Linux:

tar -cvf bWAPP.tar

*/ Move the directory 'bWAPP' (and the entire content) to the root of your web server.

*/ Give full permission to the folders 'passwords' and 'images'.

example on Linux:

chmod 777 passwords/
chmod 777 images/

*/ Edit the file 'config.inc' with your own MySQL settings.

example:

$server = "localhost"; // your database server (IP/name), here 'localhost
$username = "root"; // your MySQL user, here 'root'
$password = ""; // your MySQL password, here 'blank'

*/ Browse to the file 'install.php' in the directory 'bWAPP'.

example: http://localhost/bWAPP/install.php

*/ Click on 'here' (Click 'here' to install bWAPP).

The database 'bWAPP' will be created.

*/ Go to the login page. If you browse the bWAPP root folder you will be redirected.

example: http://localhost/bWAPP/
example: http://localhost/bWAPP/login.php

*/ Login with the default credentials or make a new user.

default credentials: bee/bug

*/ You are ready to explore and exploit bWAPP!

Source-

Screenshot-



NOWASP (Mutillidae) 2.3.14 - Web Pen-Test Practice Application

NOWASP (Mutillidae) is a free, open source, deliberately vulnerable web-application providing a target for web-security enthusiest. NOWASP (Mutillidae) can be installed on Linux and Windows using LAMP, WAMP, and XAMMP for users who do not want to administrate a webserver. It is pre-installed on SamuraiWTF, Rapid7 Metasploitable-2, and OWASP BWA. The existing version can be updated on pre-installed platforms. With dozens of vulns and hints to help the user; this is an easy-to-use web hacking environment designed for labs, security enthusiast, classrooms, CTF, and vulnerability assessment tool targets. Mutillidae has been used in graduate security courses, corporate web sec training courses, and as an "assess the assessor" target for vulnerability assessment software.

Instructional videos using NOWASP (Mutillidae) are available on the "webpwnized" YouTube channel athttps://www.youtube.com/user/webpwnized. Project/video updates tweeted tohttps://twitter.com/webpwnized.


Features
  • Mutillidae can be installed on Linux, Windows XP, and Windows 7 using XAMMP making it easy for users who do not want to install or administrate their own webserver. Mutillidae is confirmed to work on XAMPP, WAMP, and LAMP. XAMPP is the "default" deployment.
  • Installs easily by dropping project files into the "htdocs" folder of XAMPP.
  • Will attempt to detect if the MySQL database is available for the user
  • Preinstalled on Rapid7 Metasploitable 2, Samurai Web Testing Framework (WTF), and OWASP Broken Web Apps (BWA)
  • Contains 2 levels of hints to help users get started
  • Has dozen of vulnerablities and challenges. Contains at least one vulnearbility for each of the OWASP Top Ten 2007 and 2010
  • Includes bubble-hints to help point out vulnerable locations
  • System can be restored to default with single-click of "Setup" button
  • Switches between secure and insecure mode
  • Secure and insecure source code for each page stored in the same PHP file for easy comparison
  • Used in graduate security courses, in corporate web sec training courses, and as an "assess the assessor" target for vulnerability software
  • Mutillidae has been tested/attacked with Cenzic Hailstorm ARC, W3AF, SQLMAP, Samurai WTF, Backtrack, HP Web Inspect, Burp-Suite, NetSparker Community Edition, and other tools
  • Instructional Videos: http://www.youtube.com/user/webpwnized
  • Updates tweeted to @webpwnized


Source-

WebSurgery - suite of tools for security testing of web applications

Written By Unknown on Sunday, 6 January 2013 | 04:40

WebSurgery is a suite of tools for security testing of web applications. It was designed for security auditors to help them with the web application planning and exploitation. Currently, it uses an efficient, fast and stable Web Crawler, File/Dir Brute forcer, Fuzzer for advanced exploitation of known and unusual vulnerabilities such as SQL Injections, Cross site scripting (XSS), Brute force for login forms, identification of firewall-filtered rules, DOS Attacks and WEB Proxy to analyze, intercept and manipulate the traffic between your browser and the target web application.

WEB Crawler

WEB Crawler was designed to be fast, accurate, stable, completely parametrable and the use of advanced techniques to extract links from Javascript and HTML Tags. It works with parametrable timing settings (Timeout, Threading, Max Data Size, Retries) and a number of rules parameters to prevent infinitive loops and pointless scanning (Case Sensitive, Dir Depth, Process Above/Below, Submit Forms, Fetch Indexes/Sitemaps, Max Requests per File/Script Parameters). It is also possible to apply custom headers (user agent, cookies etc) and Include/Exclude Filters. WEB Crawler come with an embedded File/Dir Brute Forcer which helps to directly brute force for files/dirs in the directories found from crawling.

WEB Bruteforcer

WEB Bruteforcer is a brute forcer for files and directories within the web application which helps to identify the hidden structure. It is also multi-threaded and completely parametrable for timing settings (Timeout, Threading, Max Data Size, Retries) and rules (Headers, Base Dir, Brute force Dirs/Files, Recursive, File’s Extension, Send GET/HEAD, Follow Redirects, Process Cookies and List generator configuration).
By default, it will brute force from root / base dir recursively for both files and directories. It sends both HEAD and GET requests when it needs it (HEAD to identify if the file/dir exists and then GET to retrieve the full response).

WEB Fuzzer

WEB Fuzzer is a more advanced tool to create a number of requests based on one initial request. Fuzzer has no limits and can be used to exploit known vulnerabilities such (blind) SQL Inections and more unsual ways such identifing improper input handling, firewall/filtering rules, DOS Attacks.

WEB Editor

A simple WEB Editor to send individual requests. It also contains a HEX Editor for more advanced requests.

WEB Proxy

WEB Proxy is a proxy server running locally and will allow you to analyze, intercept and manipulate HTTP/HTTPS requests coming from your browser or other application which support proxies.

Download Setup
Download Portable
Documentation
Changes

Source-
 
Support : Creating Website | Johny Template | Mas Template
Copyright © 2011. Turorial Grapich Design and Blog Design - All Rights Reserved
Template Created by Creating Website Published by Mas Template
Proudly powered by Blogger