335bbcf33c
This release exports more data and fixes several bugs.
91 lines
3.4 KiB
Plaintext
Executable File
91 lines
3.4 KiB
Plaintext
Executable File
=============================================================================
|
|
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.
|
|
|
|
Advanced users will find Armitage valuable for managing remote Metasploit
|
|
instances and collaboration. Armitage's red team collaboration features allow
|
|
your team to use the same sessions, share data, and communicate through one
|
|
Metasploit instance.
|
|
|
|
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
|
|
|
|
4. Source Code
|
|
-----------
|
|
|
|
This projected is hosted on Google Code at:
|
|
http://code.google.com/p/armitage/
|
|
|
|
5. Disclaimer
|
|
----------
|
|
|
|
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. 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-2012 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/msgpack-0.5.1-devel.jar and lib/postgresql-9.1-901.jdbc4.jar are both
|
|
BSD licensed libraries.
|
|
-
|
|
Some 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.
|