Skip to content

Commit 541d287

Browse files
committed
Merge branch 'master' into bug/module-load-cache-update
2 parents 4ba5713 + 8b488c3 commit 541d287

File tree

84 files changed

+2920
-505
lines changed

Some content is hidden

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

84 files changed

+2920
-505
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,9 @@ Pull requests tend to be very collaborative for Metasploit -- do not be
3636
surprised if your pull request to rapid7/metasploit-framework triggers a
3737
pull request back to your own fork. In this way, we can isolate working
3838
changes before landing your PR to the Metasploit master branch.
39+
40+
To save yourself the embarrassment of committing common errors, you will
41+
want to symlink the `msftidy.rb` utility to your pre-commit hooks by
42+
running `ln -s ../../tools/dev/pre-commit-hook.rb .git/hooks/pre-commit`
43+
from the top-level directory of your metasploit-framework clone. This
44+
will prevent you from committing modules that raise WARNINGS or ERRORS.

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ group :db do
1515
# Needed for Msf::DbManager
1616
gem 'activerecord'
1717
# Database models shared between framework and Pro.
18-
gem 'metasploit_data_models', '~> 0.14.3'
18+
gem 'metasploit_data_models', '~> 0.15.1'
1919
# Needed for module caching in Mdm::ModuleDetails
2020
gem 'pg', '>= 0.11'
2121
end

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ GEM
2323
i18n (0.6.1)
2424
json (1.7.7)
2525
metaclass (0.0.1)
26-
metasploit_data_models (0.14.3)
26+
metasploit_data_models (0.15.1)
2727
activerecord (>= 3.2.13)
2828
activesupport
2929
pg
@@ -65,7 +65,7 @@ DEPENDENCIES
6565
database_cleaner
6666
factory_girl (>= 4.1.0)
6767
json
68-
metasploit_data_models (~> 0.14.3)
68+
metasploit_data_models (~> 0.15.1)
6969
msgpack
7070
nokogiri
7171
pcaprub

data/android/apk/AndroidManifest.xml

3.5 KB
Binary file not shown.

data/android/apk/classes.dex

6.68 KB
Binary file not shown.
3.01 KB
Loading

data/android/apk/res/layout/main.xml

700 Bytes
Binary file not shown.

data/android/apk/resources.arsc

1.08 KB
Binary file not shown.

data/android/meterpreter.jar

36.8 KB
Binary file not shown.

data/android/metstage.jar

1.95 KB
Binary file not shown.

0 commit comments

Comments
 (0)