1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-09-18 14:00:12 +02:00
metasploit-framework/data/armitage
HD Moore 7350c2860c Merge Armitage 12.22.10 and a front-end script into Metasploit proper
git-svn-id: file:///home/svn/framework3/trunk@11426 4d416f70-5f16-0410-b530-b9f4589650da
2010-12-28 15:50:52 +00:00
..
armitage-logo.png Merge Armitage 12.22.10 and a front-end script into Metasploit proper 2010-12-28 15:50:52 +00:00
armitage.jar Merge Armitage 12.22.10 and a front-end script into Metasploit proper 2010-12-28 15:50:52 +00:00
armitage.sh Merge Armitage 12.22.10 and a front-end script into Metasploit proper 2010-12-28 15:50:52 +00:00
readme.txt Merge Armitage 12.22.10 and a front-end script into Metasploit proper 2010-12-28 15:50:52 +00:00
whatsnew.txt Merge Armitage 12.22.10 and a front-end script into Metasploit proper 2010-12-28 15:50:52 +00:00

=============================================================================
Armitage - Cyber Attack Management for Metasploit
=============================================================================
   
                 *** http://www.fastandeasyhacking.com ***

1. What is Armitage?
   -----------------

Armitage is a graphical cyber attack management tool for Metasploit that 
visualizes your targets, recommends exploits, and exposes the advanced 
capabilities of the framework. Armitage aims to make Metasploit usable for 
security practitioners who understand hacking but don't use Metasploit every 
day. If you want to learn Metasploit and grow into the advanced features, 
Armitage can help you.

2. Documentation
   -------------

The documentation for Armitage is located on the Armitage website at:
http://www.fastandeasyhacking.com. Read the FAQ and the Manual for 
information on connecting Armitage to Metasploit and using it.

3. Install and Update
   ----------

To get started, see the manual at http://www.fastandeasyhacking.com

To update Armitage, type 'svn update .' to get the latest archive from the
subversion server. I recommend doing this regularly (once a week). 

4. Source Code
   -----------

This projected is hosted on Google Code at:
http://code.google.com/p/armitage/

5. Disclaimer
   ----------

Armitage is not affiliated with Rapid7 or the Metasploit project. Use this 
code for your development and don't hack systems that you don't have 
permission to hack. The existence of this software does not reflect the 
opinions or beliefs of my current employers, past employers, future 
employers, or any small animals I come into contact with. If you're part of
the MSF crew, I hope you take this project as a show of respect for what 
you've built and as my attempt to give something back to the community. If 
you're not, then enjoy this software with my blessing. I hope it helps you 
learn and become a better security professional.

6. Contact
   -------

Report bugs in the issue tracker at:
http://code.google.com/p/armitage/issues/list

E-mail contact@fastandeasyhacking.com with other questions/concerns. Make
sure you peruse the FAQ and Manual first. 

7. License
   -------

(c) 2010 Raphael Mudge. This project is licensed under the BSD license. 
See section 8 for more information.

lib/jgraphx.jar is used here within the terms of the BSD license offered by
JGraphX Ltd. http://www.jgraphx.com/
-
lib/jyaml-1.3.jar is used here within the terms of the BSD licensed offered
by http://jyaml.sourceforge.net/
-
Code in src/msf/* comes from msfgui by scriptjunkie. 
-
This project uses the LGPL Sleep scripting language with no modifications. 
Sleep's source is available at: http://sleep.dashnine.org/

8. The BSD License
   ---------------

Redistribution and use in source and binary forms are permitted provided 
that the above copyright notice and this paragraph are duplicated in all 
such forms and that any documentation, advertising materials, and other 
materials related to such distribution and use acknowledge that the 
software was developed by the copyright holders.  The name of the copyright
holders  may not be used to endorse or promote products derived from this 
software without specific prior written permission.

THIS SOFTWARE IS PROVIDED ''AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED 
WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF 
MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.