Skip to content

Commit 99218d1

Browse files
committed
Merge branch 'rapid7' into R3dy-psexec-mixin2
2 parents 7faaa63 + 5b3b0a8 commit 99218d1

File tree

278 files changed

+9628
-2013
lines changed

Some content is hidden

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

278 files changed

+9628
-2013
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ rvm:
66
notifications:
77
irc: "irc.freenode.org#msfnotify"
88

9+
git:
10+
depth: 1

Gemfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,8 @@ source 'http://rubygems.org'
22

33
# Need 3+ for ActiveSupport::Concern
44
gem 'activesupport', '>= 3.0.0'
5-
# Needed for Msf::DbManager
6-
gem 'activerecord'
75
# Database models shared between framework and Pro.
8-
gem 'metasploit_data_models', :git => 'git://github.com/rapid7/metasploit_data_models.git', :tag => '0.3.0'
9-
# Needed for module caching in Mdm::ModuleDetails
10-
gem 'pg', '>= 0.11'
6+
gem 'metasploit_data_models', :git => 'git://github.com/rapid7/metasploit_data_models.git', :tag => '0.4.0'
117

128
group :development do
139
# Markdown formatting for yard

Gemfile.lock

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
GIT
22
remote: git://github.com/rapid7/metasploit_data_models.git
3-
revision: 73f26789500f278dd6fd555e839d09a3b81a05f4
4-
tag: 0.3.0
3+
revision: 448c1065329efea1eac76a3897f626f122666743
4+
tag: 0.4.0
55
specs:
6-
metasploit_data_models (0.3.0)
7-
activerecord
6+
metasploit_data_models (0.4.0)
7+
activerecord (>= 3.2.10)
88
activesupport
99
pg
1010
pry
1111

1212
GEM
1313
remote: http://rubygems.org/
1414
specs:
15-
activemodel (3.2.9)
16-
activesupport (= 3.2.9)
15+
activemodel (3.2.11)
16+
activesupport (= 3.2.11)
1717
builder (~> 3.0.0)
18-
activerecord (3.2.9)
19-
activemodel (= 3.2.9)
20-
activesupport (= 3.2.9)
18+
activerecord (3.2.11)
19+
activemodel (= 3.2.11)
20+
activesupport (= 3.2.11)
2121
arel (~> 3.0.2)
2222
tzinfo (~> 0.3.29)
23-
activesupport (3.2.9)
23+
activesupport (3.2.11)
2424
i18n (~> 0.6)
2525
multi_json (~> 1.0)
2626
arel (3.0.2)
@@ -57,10 +57,8 @@ PLATFORMS
5757
ruby
5858

5959
DEPENDENCIES
60-
activerecord
6160
activesupport (>= 3.0.0)
6261
metasploit_data_models!
63-
pg (>= 0.11)
6462
rake
6563
redcarpet
6664
rspec (>= 2.12)

data/armitage/armitage.jar

2.58 KB
Binary file not shown.

data/armitage/cortana.jar

2.44 KB
Binary file not shown.

data/armitage/whatsnew.txt

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

4+
23 Jan 13 (tested against msf 16351)
5+
---------
6+
- Added helpers to set EXE::Custom and EXE::Template options.
7+
- Fixed a bug displaying a Windows 8 icon for Windows 2008 hosts
8+
- Cleaned up Armitage -> SOCKS Proxy job management code. The code to
9+
check if a proxy server is up was deadlock prone. Removed it.
10+
- Starting SOCKS Proxy module now opens a tab displaying the module
11+
start process. An event is posted to the event log too.
12+
- Created an option helper to select credentials for SMBUser, SMBPass,
13+
USERNAME, and PASSWORD.
14+
- Added a feature to label hosts. A label will show up in its own column
15+
in table view or below all info in graph view. Any team member may
16+
change a label through [host] -> host -> Set Label. You may also use
17+
dynamic workspaces to show hosts with certain labels attached.
18+
- Fixed bad things happening when connecting Armitage to 'localhost' and
19+
not '127.0.0.1'.
20+
- Screenshots and Webcam shots are now centered in their tab.
21+
- Added an alternate .bat file to start msfrpcd on Windows in the
22+
Metasploit 4.5 installer's environment.
23+
- Added a color-style for [!] warning messages
24+
25+
Cortana Updates (for scripters)
26+
--------
27+
- &handler function now works as advertised.
28+
- Cortana now avoids use of core.setg
29+
430
4 Jan 13 (tested against msf 16252)
531
--------
632
- Added a helper to set REXE option

data/exploits/cve-2012-5076_2/B.class

619 Bytes
Binary file not shown.
2.71 KB
Binary file not shown.

data/exploits/cve-2012-5088/B.class

619 Bytes
Binary file not shown.
2.29 KB
Binary file not shown.

0 commit comments

Comments
 (0)