Skip to content

Commit 6f17ed9

Browse files
Royce DavisRoyce Davis
authored andcommitted
2 parents b702263 + b5167e7 commit 6f17ed9

File tree

1,807 files changed

+11188
-10639
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,807 files changed

+11188
-10639
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
coverage
1111
data/meterpreter/ext_server_pivot.dll
1212
data/meterpreter/ext_server_pivot.x64.dll
13-
doc
13+
doc/
1414
external/source/meterpreter/java/bin
1515
external/source/meterpreter/java/build
1616
external/source/meterpreter/java/extensions
@@ -22,3 +22,4 @@ tags
2222
*.swp
2323
*.orig
2424
*.rej
25+
*~

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: ruby
22
rvm:
3-
- '1.8.7'
3+
#- '1.8.7'
44
- '1.9.3'
55

66
notifications:

CONTRIBUTING.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ If your bug is new and you'd like to report it you will need to
1212
first](https://dev.metasploit.com/redmine/account/register). Don't
1313
worry, it's easy and fun and takes about 30 seconds.
1414

15+
When you file a bug report, please inclue your **steps to reproduce**,
16+
full copy-pastes of Ruby stack traces, and any relevant details about
17+
your environment. Without repro steps, your bug will likely be closed.
18+
With repro steps, your bugs will likely be fixed.
19+
1520
## Contributing Metasploit Modules
1621

1722
If you have an exploit that you'd like to contribute to the Metasploit

COPYING

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (C) 2006-2012, Rapid7 Inc.
1+
Copyright (C) 2006-2013, Rapid7 Inc.
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without modification,
@@ -32,22 +32,6 @@ The Metasploit Framework is provided under the 3-clause BSD license above.
3232

3333
The copyright on this package is held by Rapid7 LLC.
3434

35-
This license does not apply to the following components:
36-
- The Bit-Struct library located under lib/bit-struct
37-
- The OpenSSL library embedded into the Meterpreter payload binaries and the
38-
corresponding header files in the source tree
39-
- The Packet Sniffer SDK (MicroOLAP) library embedded into the Meterpreter
40-
Sniffer extension. HD Moore has a single-seat developer license.
41-
- The modified TightVNC binaries and their associated source code.
42-
- The Byakugan plugin located under external/source/byakugan
43-
- The Metasm library located under lib/metasm
44-
- The PcapRub library located under external/pcaprub
45-
- The Rabal library located under lib/rabal
46-
- The PacketFu library located under lib/packetfu
47-
- The Ruby-Lorcon library located under external/ruby-lorcon
48-
- The SNMP library located under lib/snmp
49-
- The Zip library located under lib/zip
50-
- The SSHKey library located under lib/sshkey
51-
52-
Details for the above packages can be found in the THIRD-PARTY file.
35+
This license does not apply to several components within the Metasploit
36+
Framework source tree. For more details see the LICENSE file.
5337

0 commit comments

Comments
 (0)