6ae17db7d3
Have some minor edits below, looks like it all works now though. Squashed commit of the following: commit b7befd4889f12105f36794b1caca316d1691b335 Author: Tod Beardsley <todb@metasploit.com> Date: Fri Jun 1 14:31:32 2012 -0500 Removing ord in favor of unpack. Also renaming a 'character' variable to 'c' rather than 'i' which is easy to mistake for an Integer counter variable. commit e80f6a5622df2136bc3557b2385822ba077e6469 Author: Tod Beardsley <todb@metasploit.com> Date: Fri Jun 1 14:24:41 2012 -0500 Cleaning up print msgs commit 5fd65ed54cb47834dc646fdca8f047fca4b74953 Author: Tod Beardsley <todb@metasploit.com> Date: Fri Jun 1 14:19:10 2012 -0500 Clean up hashcollision_dos description Caps, mostly. One sentence I still don't get but it's not really a show stopper. commit bec0ee43dc9078d34a328eb416970cdc446e6430 Author: Christian Mehlmauer <FireFart@gmail.com> Date: Thu May 24 19:11:32 2012 +0200 Removed RPORT, ruby 1.8 safe, no case insensitive check, error handling commit 20793f0dfd9103c4d7067a71e81212b48318d183 Author: Christian Mehlmauer <FireFart@gmail.com> Date: Tue May 22 23:11:53 2012 +0200 Hashcollision Script (again) |
||
---|---|---|
data | ||
documentation | ||
external | ||
lib | ||
modules | ||
plugins | ||
scripts | ||
spec | ||
test | ||
tools | ||
.gitignore | ||
COPYING | ||
Gemfile | ||
HACKING | ||
README.md | ||
THIRD-PARTY.md | ||
armitage | ||
msfbinscan | ||
msfcli | ||
msfconsole | ||
msfd | ||
msfelfscan | ||
msfencode | ||
msfgui | ||
msfmachscan | ||
msfpayload | ||
msfpescan | ||
msfrop | ||
msfrpc | ||
msfrpcd | ||
msfupdate | ||
msfvenom |
README.md
Metasploit
The Metasploit Framework is released under a BSD-style license. See COPYING for more details.
The latest version of this software is available from http://metasploit.com/
Bug tracking and development information can be found at: https://dev.metasploit.com/redmine/projects/framework/
The public GitHub source repository can be found at: https://github.com/rapid7/metasploit-framework
Questions and suggestions can be sent to: msfdev(at)metasploit.com
The framework mailing list is the place to discuss features and ask for help. To subscribe, visit the following web page: https://mail.metasploit.com/mailman/listinfo/framework
The mailing list archives are available from: https://mail.metasploit.com/pipermail/framework/
Installing
Generally, you should use the installer which contains all dependencies and will get you up and running with a few clicks. See the Dev Environment Setup if you'd like to deal with dependencies on your own.
Using Metasploit
Metasploit can do all sorts of things. The first thing you'll want to do
is start msfconsole
, but after that, you'll probably be best served by
reading some of the great tutorials online:
Contributing
See the Dev Environment Setup guide on github which will walk you through the whole process starting from installing all the dependencies, to cloning the repository, and finally to submitting a pull request.