LWN.net Logo

Metis 1.4 released

From:  "Sacha Faust" <sacha@severus.org>
To:  <webappsec@securityfocus.com>, <sectools@securityfocus.com>
Subject:  Metis 1.4 released
Date:  Fri, 23 Aug 2002 18:36:41 -0400

Metis 1.4 is now available from : http://www.severus.org/sacha/metis

Information
-----------
This is a tool I wrote to collect information from web servers.
This was written for the Open Source Security Testing Methodology (OSSTM)
located on http://www.ideahamster.org/osstmm-description.htm.

If you get OutOfMemory errors, it means that the site you are scanning is
quite big and you need to
grow the heap size by using the -Xms<size> option. By default, the metis.bat
will set it to 150.

Please read the user documentation in the doc directory.


Changes
--------

[ Changes in version 1.4.0 - 08-23-2002 ]

- support for multiple spider in parallel (see: -l option )
- support for adding files or folders in elements to spider (see: -F option)
- adding support to look for emails in specific domains (see: -E option)
- detection of domain users found in the site
- support for redirects inside the same domain.
- added mor bugfix and error handling.

Upcomming features
-------------------------
- Distributed Spidering across multiple systems
- Starting support for Flash content (this was suppose to be in 1.3 but got
delayed)
- Better support for Javascript


If you wish to contribute to this project, e-mail me at sacha@severus.org.


Requirements for compiling
--------------------------

- HttpClient : http://jakarta.apache.org/commons/httpclient/
	You need to replace the org.apache.commons.httpclient.methods.GetMethod
class
	with the one supplided with the source of this program.
- Sun JDK 1.4.0 or higher: http://java.sun.com



-----------
Sacha Faust
sacha@severus.org



(Log in to post comments)

Copyright © 2002, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds