Skip to content

Commit e1885ca

Browse files
committed
Merge remote-tracking branch 'upstream/master' into web-modules
2 parents 3d4d6e9 + 7d1752d commit e1885ca

File tree

1,670 files changed

+5797
-8945
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,670 files changed

+5797
-8945
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ tags
2222
*.swp
2323
*.orig
2424
*.rej
25+
*~

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: 1 addition & 1 deletion
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,

THIRD-PARTY.md

Lines changed: 431 additions & 41 deletions
Large diffs are not rendered by default.

data/armitage/armitage.jar

1.23 KB
Binary file not shown.

data/armitage/cortana.jar

1.37 KB
Binary file not shown.

data/armitage/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ sure you peruse the FAQ and Manual first.
6060
7. License
6161
-------
6262

63-
(c) 2010-2012 Raphael Mudge. This project is licensed under the BSD license.
63+
(c) 2010-2013 Raphael Mudge. This project is licensed under the BSD license.
6464
See section 8 for more information.
6565

6666
lib/jgraphx.jar is used here within the terms of the BSD license offered by

data/armitage/whatsnew.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
Armitage Changelog
22
==================
33

4+
4 Jan 13 (tested against msf 16252)
5+
--------
6+
- Added a helper to set REXE option
7+
- Added an icon to represent Windows 8
8+
- [host] -> Login menu is now built using open services for all
9+
highlighted hosts, not just the first one.
10+
- [host] -> Login items now escape punctuation characters in passwords
11+
before passing them to a framework module.
12+
- Added the windows and linux postgres_payload exploits to the use a
13+
reverse payload by default list.
14+
- Small tweak to allow Armitage to work with Metasploit 4.5 installed
15+
environment on Windows.
16+
17+
Cortana Updates (for scripters)
18+
--------
19+
- &credential_add and &credential_delete no longer break when a
20+
password has creative punctuation in it.
21+
422
26 Nov 12 (tested against msf 16114)
523
---------
624
- Windows command shell tab is now friendlier to commands that prompt

external/pcaprub/extconf.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
puts "-----------------------------------------------------------------"
1010
#uncoment to force ioctl on non windows systems
1111
#@force_ioctl = true
12-
@supported_archs = ["i386-mingw32", "i486-linux", "universal-darwin10.0", "i386-openbsd4.8","i386-freebsd8","arm-linux-eabi"]
12+
@supported_archs = [ "i386-mingw32", "i486-linux", "x86_64-linux",
13+
"universal-darwin10.0", "i386-openbsd4.8", "i386-freebsd8",
14+
"arm-linux-eabi" ]
1315
#arm-linux-eabi tested on maemo5 / N900
1416
puts "[*] Warning : this platform as not been tested" unless @supported_archs.include? RUBY_PLATFORM
1517

external/source/armitage/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ sure you peruse the FAQ and Manual first.
6060
7. License
6161
-------
6262

63-
(c) 2010-2012 Raphael Mudge. This project is licensed under the BSD license.
63+
(c) 2010-2013 Raphael Mudge. This project is licensed under the BSD license.
6464
See section 8 for more information.
6565

6666
lib/jgraphx.jar is used here within the terms of the BSD license offered by

0 commit comments

Comments
 (0)