Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge #2

Merged
merged 280 commits into from
Jan 13, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
280 commits
Select commit Hold shift + click to select a range
0ce05f0
update payload sizes
busterb Dec 8, 2018
c5015c6
Simplify Chrome Gather Cookies
defaultnamehere Dec 8, 2018
fcad3f0
erlang cookie rce exploit module
Dec 9, 2018
69ed80f
varys -> varies
Dec 9, 2018
02f3d46
changes
Dec 9, 2018
3922912
tweak
Dec 9, 2018
2beddf1
req changes
Dec 9, 2018
15aaaa4
removed 0 just saw...
Dec 9, 2018
f6bfbdd
twks
Dec 9, 2018
ee2ed46
added date based on man page
Dec 10, 2018
565f2e3
wait wrong
Dec 10, 2018
4ff6f01
remove old metasm remnants
busterb Dec 11, 2018
bd3e474
delete old cpuinfo code (is it used anywhere?)
busterb Dec 11, 2018
1434355
remove metasm/cpuinfo license info
busterb Dec 11, 2018
5d90608
remove cpuinfo from license
busterb Dec 11, 2018
2e26cea
added comments
Dec 13, 2018
3f1aa42
msftidy....lol
Dec 13, 2018
4cefb8d
Fix typo
mkienow-r7 Dec 14, 2018
3f9b2da
Remove unnecessary single object selection
mkienow-r7 Dec 14, 2018
a8ed971
Move convert_msf_session_to_hash to data proxy
mkienow-r7 Dec 14, 2018
b6cdf7a
Add update_session method
mkienow-r7 Dec 14, 2018
c2af36f
Use update_session rather than Mdm save method
mkienow-r7 Dec 14, 2018
a683ced
Enhance race condition workaround in report_host
mkienow-r7 Dec 14, 2018
ad6b80b
Remove unused session_dto flag
mkienow-r7 Dec 14, 2018
eec7a3d
Remove debug code
mkienow-r7 Dec 14, 2018
8d93812
Add Rex::Exploitation::CmdStagerFetch
bcoles Dec 15, 2018
d973a58
Clean up linux/local/vmware_alsa_config
bcoles Dec 17, 2018
fff850a
Make longxor encoder great again
Dec 18, 2018
86cbddf
fix spacing
Dec 18, 2018
4682cf5
Define in register_options rather than DefaultOptions.
Dec 18, 2018
e515306
fail_with is not allowed in check method. Use vprint_error and return…
Dec 18, 2018
aeec5cf
Cleaner to define this as a Hash, then call .to_json on it. Better su…
Dec 18, 2018
f290221
Cleaner response check in check function. Usage of CheckCode instead …
Dec 18, 2018
551f8c5
Support for echo and printf command stager flavors + support for curl…
Dec 18, 2018
847e323
Land #11102, remove old metasm remnants
wchen-r7 Dec 18, 2018
b80e571
Add support for authorization with X-Consul-Token ACL header.
Dec 18, 2018
a1e1e4a
Remove useless comment.
Dec 18, 2018
08541cd
Merge branch 'master' into consul_exec
Dec 18, 2018
f487f97
Merge branch 'consul_exec' of github.com:QKaiser/metasploit-framework…
Dec 18, 2018
0acdcd9
Merge branch 'master' into consul_service_exec
qkaiser Dec 18, 2018
0feadf6
Define in RPORT and SSL in register_options rather than DefaultOption…
qkaiser Dec 18, 2018
177ae2f
fail_with is not allowed in check method. Use vprint_error and return…
qkaiser Dec 18, 2018
34c9555
Fix byte_xori encoder
Dec 18, 2018
d40d6c4
Update longxor.rb
Dec 18, 2018
1839144
Cleaner to define this as a Hash, then call .to_json on it.
qkaiser Dec 18, 2018
a3d020a
Add support for authorization with X-Consul-Token ACL header.
qkaiser Dec 18, 2018
a52ffbc
Missing disclosure date.
qkaiser Dec 18, 2018
af418ec
Fix mipsle byte_xori too
Dec 18, 2018
0521865
adjust the offset to -84
Dec 18, 2018
1e88ce9
Edit the comments to -84
Dec 18, 2018
b2b410c
DoS Exploitation of Allen-Bradley legacy protocol (PCCC)
jdiog0 Dec 11, 2018
6ad40de
print_status will never throw a JSON::ParseError exception.
qkaiser Dec 18, 2018
5192c08
Update modules/exploits/multi/misc/consul_service_exec.rb
bcoles Dec 18, 2018
5e134d7
Update modules/exploits/multi/misc/consul_service_exec.rb
bcoles Dec 18, 2018
b3563b1
Cleaner version of check function thanks to @bcoles.
qkaiser Dec 18, 2018
4ee7bde
Merge branch 'consul_service_exec' of github.com:QKaiser/metasploit-f…
qkaiser Dec 18, 2018
552b13c
Randomized service length.
bcoles Dec 18, 2018
ef8601a
Bail early if we receive an unexpected response.
qkaiser Dec 18, 2018
2c0c9bf
Merge branch 'consul_service_exec' of github.com:QKaiser/metasploit-f…
qkaiser Dec 18, 2018
0464f94
Add Windows Support
jrobles-r7 Dec 18, 2018
8a2a605
added targets
Dec 18, 2018
bb758f9
I didn't forget msftidy I swear
Dec 18, 2018
51ce96a
Merge branch 'jmx_scanner' of https://github.com/sgorbaty/metasploit-…
asoto-r7 Dec 18, 2018
1b8b3bb
Update nc -j check in cups_root_file_read
wvu Dec 18, 2018
3838be0
Windows Hide Chrome Window
jrobles-r7 Dec 19, 2018
5bfdc70
Minor Doc Changes
jrobles-r7 Dec 19, 2018
6921b79
Land #11089, Erlang cookie rce exploit module
jrobles-r7 Dec 19, 2018
a4af89b
automatic module_metadata_base.json update
msjenkins-r7 Dec 19, 2018
e5c8c18
Adding Mailcleaner exec
mdisec Dec 19, 2018
09f9b88
don't bother handholding the empty string
busterb Dec 19, 2018
f7eb345
Land #11083, set user agent in Windows reverse_http(s) stagers
wchen-r7 Dec 19, 2018
3232b60
automatic module_metadata_base.json update
msjenkins-r7 Dec 19, 2018
50b7d93
java_jmx_scanner: Incorporate @bcoles suggestions
asoto-r7 Dec 19, 2018
b52a4f9
java_jmx_scanner: Final draft of documentation
asoto-r7 Dec 19, 2018
d601837
Land #10401, java_jmx_server scanner for Java JMX MBean servers
asoto-r7 Dec 19, 2018
68ceb08
Fixing minor issues such as err codes
mdisec Dec 19, 2018
0a7464e
automatic module_metadata_base.json update
msjenkins-r7 Dec 19, 2018
bf4bb0a
bump metasploit-payloads gem
jmartin-tech Dec 20, 2018
5af05ad
Land #11143, nc -j fix for cups_root_file_read
wvu Dec 20, 2018
6204d05
automatic module_metadata_base.json update
msjenkins-r7 Dec 20, 2018
9481ad0
Adding support for ARCH_CMD and updating docs
mdisec Dec 20, 2018
594103e
Update documentation to set up testing environment with Docker.
qkaiser Dec 20, 2018
ba5c40d
No need for CVE field.
qkaiser Dec 20, 2018
d399562
Implement execution checks with a timeout limit so we don't leave zom…
qkaiser Dec 20, 2018
2919b97
Implement execution checks with a timeout limit so we don't leave zom…
qkaiser Dec 20, 2018
0389262
Merge branch 'consul_exec' of github.com:QKaiser/metasploit-framework…
qkaiser Dec 20, 2018
bf2de42
Now supports all version of Consul.
qkaiser Dec 20, 2018
30b914e
msfdb: Added verbosity to 'missing requirements' error
asoto-r7 Dec 20, 2018
c2c8066
msfdb: Reverted back to unless and nil?
asoto-r7 Dec 20, 2018
1676f73
Weekly dependency update
msjenkins-r7 Dec 20, 2018
1280b0d
Land #11150, make requirements check more verbose
mkienow-r7 Dec 20, 2018
b83c6ad
Land #11149, fix a PTY leak in Python Meterpreter
busterb Dec 20, 2018
0471d69
automatic module_metadata_base.json update
msjenkins-r7 Dec 20, 2018
33bc2be
Merge pull request #1 from jrobles-r7/enhance/windows-chrome-cookies
defaultnamehere Dec 21, 2018
06de47c
Enhance the command auto-complete in aux.
Green-m Dec 21, 2018
3021a05
Fix typo in report.rb
dgarvit Dec 21, 2018
4bc871c
Add CmdStager to erlang_cookie_rce
jrobles-r7 Dec 21, 2018
2e6f471
Land #11155, Fix typo
jrobles-r7 Dec 21, 2018
d499c65
Bump Gemfile.lock and LICENSE_GEMS
wvu Dec 21, 2018
5cff330
Land #11128, Rex::Exploitation::CmdStagerFetch
wvu Dec 21, 2018
2e8e927
Land #11156, Add CmdStager to erlang_cookie_rce
busterb Dec 21, 2018
b4ff3b5
Add CMDSTAGER::SSL datastore option
wvu Dec 21, 2018
8f61fe4
automatic module_metadata_base.json update
msjenkins-r7 Dec 21, 2018
620c411
Land #11160, Add CMDSTAGER::SSL datastore option
busterb Dec 21, 2018
9736e82
Merge branch 'master' into land-11038-
busterb Dec 21, 2018
69d882e
bump payloads with REG_MULTI_SZ support
busterb Dec 21, 2018
af60cb6
Land #11038, add REG_MULTI_SZ support for Meterpreter registry reads
busterb Dec 21, 2018
b974280
Land #11137, Clean up linux/local/vmware_alsa_config exploit module
busterb Dec 21, 2018
a457973
automatic module_metadata_base.json update
msjenkins-r7 Dec 21, 2018
7e10b38
Add events method
mkienow-r7 Dec 22, 2018
5e97113
Enhance events method to fully query events
mkienow-r7 Dec 22, 2018
a448b26
Remove unnecessary argument default value
mkienow-r7 Dec 22, 2018
b5bc65c
Add GET handler to query events
mkienow-r7 Dec 22, 2018
ff8c70f
Restore events test for remote DB
mkienow-r7 Dec 22, 2018
e9d4024
Add OpenAPI documentation for events GET operation
mkienow-r7 Dec 22, 2018
bad8176
Change event info example specification
mkienow-r7 Dec 22, 2018
9a43507
Update documentation/modules/exploit/linux/http/mailcleaner_exec.md
jrobles-r7 Dec 22, 2018
e6b2b6c
Update documentation/modules/exploit/linux/http/mailcleaner_exec.md
jrobles-r7 Dec 22, 2018
12a948d
Move down cmd_rerun to fix rspec issue.
Green-m Dec 24, 2018
e10792f
Remove extra space.
qkaiser Dec 24, 2018
46ee2a6
Add vulnerable version information + new reference regarding this exa…
qkaiser Dec 24, 2018
b9d4a46
And the output that corresponds to the new script.
qkaiser Dec 24, 2018
18c8446
Remove extra spaces.
qkaiser Dec 24, 2018
53a3cab
List the vulnerable application and versions affected + cleaner clean…
qkaiser Dec 24, 2018
ee7120d
fixed post/multi/manage/shell_to_meterpreter
L-codes Dec 25, 2018
fa542b9
Adding platform and arch to top level
mdisec Dec 25, 2018
69e7956
Land #11174, Fix platform bug when upgrade shell.
Green-m Dec 26, 2018
10be720
automatic module_metadata_base.json update
msjenkins-r7 Dec 26, 2018
4e8ad22
Adding CVE number
mdisec Dec 26, 2018
ebc7a3a
Replace sysrandom with ruby default securerandom
mkienow-r7 Dec 26, 2018
0d0356c
Land #11126, Update sessions through the DBManager
busterb Dec 26, 2018
34e99c3
Modify GET error message to match other servlets
mkienow-r7 Dec 27, 2018
6650579
Land #11179, Replace Sysrandom with Ruby default SecureRandom
busterb Dec 27, 2018
a7e44e3
Weekly dependency update
msjenkins-r7 Dec 27, 2018
8361dab
Minor method comment change
mkienow-r7 Dec 28, 2018
fb8f06b
Land #10443, add Consul service RCE module
space-r7 Dec 28, 2018
8cfc16c
automatic module_metadata_base.json update
msjenkins-r7 Dec 28, 2018
b1ad271
fixed link
space-r7 Dec 28, 2018
29e7c49
Land #10444, add Consul rexec RCE module
space-r7 Dec 28, 2018
2418dcf
automatic module_metadata_base.json update
msjenkins-r7 Dec 28, 2018
12f4222
Fix to ensure authentication
mkienow-r7 Dec 28, 2018
66d0ffd
Correct documentation error
mkienow-r7 Dec 28, 2018
f81c11b
Update gemspec to mettle 0.5.1
bwatters-r7 Dec 28, 2018
c6e83d1
Update Gemfile.lock with mettle 0.5.1
bwatters-r7 Dec 28, 2018
9e109c7
Update cache size
bwatters-r7 Dec 28, 2018
005b266
Land #11140, Ensure MIPS Long XOR Encoder uses cacheflush()
bcoles Dec 29, 2018
5957315
Land #11141, Ensure Byte XORi Encoder uses cacheflush()
bcoles Dec 29, 2018
e1c6799
automatic module_metadata_base.json update
msjenkins-r7 Dec 29, 2018
811605a
Cleanup headless Chrome process for meterpreter sessions
defaultnamehere Dec 30, 2018
0e56c30
Use data object wrapper for JSON response
mkienow-r7 Dec 31, 2018
05d810a
Add support for GET with ID in the path
mkienow-r7 Dec 31, 2018
7b22527
Make error message use same language as others
mkienow-r7 Dec 31, 2018
4fc65b3
Make position of warden call the same as others
mkienow-r7 Dec 31, 2018
cfec99b
Land #11154, tab completion for aux rerun/exploit
wvu Jan 3, 2019
e990bb3
Land #11182, bump mettle, change debug and background options
busterb Jan 3, 2019
3c123d9
set bundler version for travis for now
jmartin-tech Jan 3, 2019
0d6ef39
Land #11194, Pin Travis CI bundler to 1.17.3
acammack-r7 Jan 3, 2019
7faca5e
update travis to use latest rubygems
jmartin-tech Jan 3, 2019
260bfdc
Land #11195, update travis to use latest rubygems
busterb Jan 4, 2019
bcfe434
Update to_ar to use symbolized keys
jbarnett-r7 Dec 12, 2018
e9931fa
Fix bug when updating Mdm::Vuln.refs
jbarnett-r7 Dec 12, 2018
10cceb0
Fix a couple of bugs introduced by symbolizing to_ar
jbarnett-r7 Dec 12, 2018
0281ddf
Remove vuln_refs from Vuln JSON schema
jbarnett-r7 Dec 12, 2018
81f877a
Remove doc references to Mdm::Module::Ref
jbarnett-r7 Dec 12, 2018
5f43ec0
Address code review comment
jbarnett-r7 Dec 18, 2018
b875d39
WIP: updating ref lookup based on code review comments
jbarnett-r7 Jan 2, 2019
1b29e17
Dont array wrap refs
jbarnett-r7 Jan 3, 2019
60681e4
Use POST for token generation
jbarnett-r7 Dec 14, 2018
4ea2c5b
Update msfdb to use POST generate-token
jbarnett-r7 Dec 17, 2018
4bbf84b
Update login test page to use POST for generate-token
jbarnett-r7 Dec 18, 2018
83267d0
Update jquery version and use SRI
jbarnett-r7 Jan 2, 2019
101fbb7
Address code review comments
jbarnett-r7 Jan 4, 2019
9ac96b2
Weekly dependency update
msjenkins-r7 Jan 4, 2019
b5c4ac6
Land #11113, fixes for vuln and credential APIs
mkienow-r7 Jan 4, 2019
49b8552
update joomla wordlists
h00die Jan 5, 2019
ed98fc8
update PR template to ask for unique branch
h00die Jan 5, 2019
4644ad8
Add CVE-2018-15961 Adobe ColdFusion CKEditor unrestricted file upload
Qazeer Jan 6, 2019
c03466d
Fixed date format issue and added Bugtraq ID
Qazeer Jan 6, 2019
a63c057
Integrate bcoles' comments (filename generation, conditional block im…
Qazeer Jan 6, 2019
3a72655
Fix review comments
wvu Jan 7, 2019
f965145
Land #10648, auth bypass for couchdb_enum
wvu Jan 7, 2019
02fda86
Address code review comments.
jbarnett-r7 Jan 7, 2019
6641c60
Add support for db import from remote data service
ebleiweiss-r7 Jan 7, 2019
771469f
Update all Mdm::xx.update() instances
ebleiweiss-r7 Jan 7, 2019
cfa22bb
Exclude key from VulnDetail update
ebleiweiss-r7 Jan 7, 2019
f23142c
Land #11183, add authentication to LoginServlet endpoints
jbarnett-r7 Jan 7, 2019
69ee3a4
Land #11187, Conform LoginServlet to API standards
jbarnett-r7 Jan 7, 2019
a95384e
Additional support and code cleanup
jrobles-r7 Jan 8, 2019
8ca8206
Update docs
jrobles-r7 Jan 8, 2019
c2da3db
Land #11052, Add gather chrome cookies post module
jrobles-r7 Jan 8, 2019
466b000
Land #11163, add API endpoint for retrieving Mdm::Events
jbarnett-r7 Jan 8, 2019
d117e6a
Land #11142, use POST for API token generation
mkienow-r7 Jan 8, 2019
d677eb1
Enhance session_events query
mkienow-r7 Dec 28, 2018
fa78325
Remove unnecessary argument default value
mkienow-r7 Dec 28, 2018
8c29319
Add session_events method
mkienow-r7 Dec 28, 2018
63c3404
Add test for session_events method
mkienow-r7 Dec 28, 2018
c55ef72
Update OpenAPI documentation for GET operation
mkienow-r7 Dec 28, 2018
3510a3d
Correct documentation errors
mkienow-r7 Dec 28, 2018
84a8c9b
Minor method comment change
mkienow-r7 Dec 28, 2018
5f8d8c3
Update doc
jrobles-r7 Jan 8, 2019
a0acfa7
Target payloads
jrobles-r7 Jan 8, 2019
16b8cf7
Land #11148, Adding Module MailCleaner RCE
jrobles-r7 Jan 8, 2019
a2548fe
Only lookup db connections by name
jbarnett-r7 Jan 8, 2019
48c3f1c
Fix typo
mkienow-r7 Jan 8, 2019
e71aac7
Move common parameter information to RootApiDoc
mkienow-r7 Jan 8, 2019
f77eab1
Land #11180, add search and filter options to session-events API endp…
jbarnett-r7 Jan 8, 2019
b6cfb5f
Add Msf::Util::ServiceHelper class
mkienow-r7 Jan 9, 2019
e83e1b2
Add support for starting JSON-RPC server
mkienow-r7 Jan 9, 2019
0c984fa
Fix messages /successfuly/successfully
jrobles-r7 Jan 9, 2019
cf1b4b4
auxiliary/fileformat/badpdf: fix syntax and logic error in options ha…
cnotin Jan 9, 2019
984ff28
Land #11199, update joomla wordlists
jrobles-r7 Jan 9, 2019
307cc8c
fix comment
jrobles-r7 Jan 9, 2019
0f15614
Clean up module
wvu Jan 9, 2019
913c80c
Land #11106, Allen-Bradley legacy protocol DoS
wvu Jan 9, 2019
f636982
Land #11211, change db_connect persistence logic
mkienow-r7 Jan 9, 2019
a2aac31
Correct typo in variable name
mkienow-r7 Jan 9, 2019
a465d09
Update JSON-RPC URI output to fixed version v1
mkienow-r7 Jan 9, 2019
b544125
Refactor JSON-RPC related variables
mkienow-r7 Jan 9, 2019
0350d87
Add background process ID output
mkienow-r7 Jan 9, 2019
799a79b
ueb priv esc suggestion
h00die Jan 10, 2019
5e28bcc
Move msfdb_ws since it is deprecated by msfdb
mkienow-r7 Jan 10, 2019
c3f71a1
Update Rspec expected thread count
mkienow-r7 Jan 10, 2019
fd65d65
Land #11200, Update GitHub PR template to ask for a unique branch
bcoles Jan 10, 2019
43f8a54
Land #11213, enable starting JSONRPC server from msfrpcd
jbarnett-r7 Jan 10, 2019
4074913
Dont log every request when using HTTP data service
jbarnett-r7 Jan 10, 2019
97dbade
typo fixes in cisco_firepower_useradd.md
rantwijk Jan 10, 2019
b81f59e
Fix targets and syntax changes
jrobles-r7 Jan 10, 2019
33b8735
Add doc coldfusion_ckeditor_file_upload
jrobles-r7 Jan 10, 2019
8ebbd9e
Remove extra new lines
jrobles-r7 Jan 10, 2019
de65d98
Land #11226, typo fixes in cisco_firepower_useradd
jrobles-r7 Jan 10, 2019
2f93948
Land #11206, add coldfusion ckeditor file upload
jrobles-r7 Jan 10, 2019
86d95a0
Land #11225, Quiet the HTTP data service
busterb Jan 10, 2019
d686303
Land #11228, Move msfdb_ws to tools/dev since it is deprecated by msfdb
busterb Jan 10, 2019
f125526
Land #11207, implement db_import for web service
busterb Jan 10, 2019
74330f8
Land #11223 - ueb priv esc suggestion
wchen-r7 Jan 10, 2019
0ad8952
Update pattern for creds
ebleiweiss-r7 Jan 10, 2019
5055e42
Add ! to cred update
ebleiweiss-r7 Jan 10, 2019
0435d7e
Return the updated objects
ebleiweiss-r7 Jan 10, 2019
97f57cd
Get MSF config root dir rather than a fixed value
mkienow-r7 Jan 10, 2019
65f127a
Land #11222, Display error when update operation has invalid fields
jbarnett-r7 Jan 10, 2019
16f152f
Bump version of framework to 5.0.1
msjenkins-r7 Jan 10, 2019
5d92774
Land #11232, Update msfdb to obtain msf config directory dynamically
ebleiweiss-r7 Jan 10, 2019
8f746cd
Update MSF v5 banner for MSF5 release
mkienow-r7 Jan 10, 2019
86850e7
Land #11217, fix syntax and logic errors in badpdf module
busterb Jan 10, 2019
aaaca59
Land #11233, update MSFv5 banner
busterb Jan 10, 2019
9f8bac5
Land #11215, success
busterb Jan 10, 2019
d18c6bd
Land #11188, Correct authentication logic in host and event servlets
ebleiweiss-r7 Jan 10, 2019
24f8074
revisionism
bcoles Jan 10, 2019
a575c6d
revisionism
bcoles Jan 11, 2019
e9a8d57
Land #11234, @bcoles revisionism
wvu Jan 12, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
Tell us what this change does. If you're fixing a bug, please mention
the github issue number.

Please ensure you are submitting **from a unique branch** in your [repository](https://github.com/rapid7/metasploit-framework/pull/11086#issuecomment-445506416) to master in Rapid7's.

## Verification

List the steps needed to make sure this thing works
Expand Down
1 change: 0 additions & 1 deletion .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ wwebb-r7 <wwebb-r7@github> <William_Webb@rapid7.com>

bannedit <bannedit@github> David Rude <bannedit0@gmail.com>
bcoles <bcoles@github> bcoles <bcoles@gmail.com>
bcoles <bcoles@github> Brendan Coles <bcoles@gmail.com>
bokojan <bokojan@github> parzamendi-r7 <peter_arzamendi@rapid7.com>
brandonprry <brandonprry@github> <bperry@brandons-mbp.attlocal.net>
brandonprry <brandonprry@github> Brandon Perry <bperry@bperry-rapid7.(none)>
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ before_install:
- ls -la ./.git/hooks
- ./.git/hooks/post-merge
# Update the bundler
- gem update --system
- gem install bundler
before_script:
- cp config/database.yml.travis config/database.yml
Expand Down
36 changes: 17 additions & 19 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
metasploit-framework (5.0.0)
metasploit-framework (5.0.1)
actionpack (~> 4.2.6)
activerecord (~> 4.2.6)
activesupport (~> 4.2.6)
Expand All @@ -21,9 +21,9 @@ PATH
metasploit-concern
metasploit-credential
metasploit-model
metasploit-payloads (= 1.3.56)
metasploit-payloads (= 1.3.58)
metasploit_data_models
metasploit_payloads-mettle (= 0.5.0)
metasploit_payloads-mettle (= 0.5.1)
mqtt
msgpack
nessus_rest
Expand Down Expand Up @@ -68,7 +68,6 @@ PATH
sinatra
sqlite3
sshkey
sysrandom
thin
tzinfo
tzinfo-data
Expand Down Expand Up @@ -122,7 +121,7 @@ GEM
concurrent-ruby (1.0.5)
cookiejar (0.3.3)
crass (1.0.4)
daemons (1.3.0)
daemons (1.3.1)
diff-lcs (1.3)
dnsruby (1.61.2)
addressable (~> 2.5)
Expand Down Expand Up @@ -178,7 +177,7 @@ GEM
activemodel (~> 4.2.6)
activesupport (~> 4.2.6)
railties (~> 4.2.6)
metasploit-payloads (1.3.56)
metasploit-payloads (1.3.58)
metasploit_data_models (3.0.2)
activerecord (~> 4.2.6)
activesupport (~> 4.2.6)
Expand All @@ -189,28 +188,28 @@ GEM
postgres_ext
railties (~> 4.2.6)
recog (~> 2.0)
metasploit_payloads-mettle (0.5.0)
metasploit_payloads-mettle (0.5.1)
method_source (0.9.2)
mini_portile2 (2.3.0)
mini_portile2 (2.4.0)
minitest (5.11.3)
mqtt (0.5.0)
msgpack (1.2.4)
msgpack (1.2.6)
multipart-post (2.0.0)
nessus_rest (0.1.6)
net-ssh (5.0.2)
net-ssh (5.1.0)
network_interface (0.0.2)
nexpose (7.2.1)
nokogiri (1.8.5)
mini_portile2 (~> 2.3.0)
nokogiri (1.10.0)
mini_portile2 (~> 2.4.0)
octokit (4.13.0)
sawyer (~> 0.8.0, >= 0.5.3)
openssl-ccm (1.2.1)
openssl-ccm (1.2.2)
openvas-omp (0.0.4)
packetfu (1.1.13)
pcaprub
patch_finder (1.0.2)
pcaprub (0.13.0)
pdf-reader (2.1.0)
pdf-reader (2.2.0)
Ascii85 (~> 1.0.0)
afm (~> 0.2.1)
hashery (~> 2.0)
Expand Down Expand Up @@ -246,7 +245,7 @@ GEM
thor (>= 0.18.1, < 2.0)
rake (12.3.2)
rb-readline (0.5.5)
recog (2.1.36)
recog (2.1.44)
nokogiri
redcarpet (3.4.0)
rex-arch (0.1.13)
Expand All @@ -262,7 +261,7 @@ GEM
metasm
rex-arch
rex-text
rex-exploitation (0.1.19)
rex-exploitation (0.1.20)
jsobfu
metasm
rex-arch
Expand Down Expand Up @@ -342,7 +341,6 @@ GEM
sqlite3 (1.3.13)
sshkey (1.9.0)
swagger-blocks (2.0.2)
sysrandom (1.0.5)
thin (1.7.2)
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0, >= 1.0.4)
Expand All @@ -354,7 +352,7 @@ GEM
ttfunk (1.5.1)
tzinfo (1.2.5)
thread_safe (~> 0.1)
tzinfo-data (1.2018.7)
tzinfo-data (1.2018.9)
tzinfo (>= 1.0.0)
warden (1.2.7)
rack (>= 1.0)
Expand Down Expand Up @@ -384,4 +382,4 @@ DEPENDENCIES
yard

BUNDLED WITH
1.16.6
1.17.3
4 changes: 0 additions & 4 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,6 @@ Files: lib/anemone.rb lib/anemone/*
Copyright: 2009 Vertive, Inc.
License: MIT

Files: lib/metasm.rb lib/metasm/* data/cpuinfo/*
Copyright: 2006-2010 Yoann GUILLOT
License: LGPL-2.1

Files: lib/msf/core/modules/external/python/async_timeout/*
Copyright: 2016-2017 Andrew Svetlov
License: Apache 2.0
Expand Down
147 changes: 74 additions & 73 deletions LICENSE_GEMS
Original file line number Diff line number Diff line change
@@ -1,135 +1,136 @@
This file is auto-generated by tools/dev/update_gem_licenses.sh
Ascii85, 1.0.3, MIT
actionpack, 4.2.10, MIT
actionview, 4.2.10, MIT
activemodel, 4.2.10, MIT
activerecord, 4.2.10, MIT
activesupport, 4.2.10, MIT
actionpack, 4.2.11, MIT
actionview, 4.2.11, MIT
activemodel, 4.2.11, MIT
activerecord, 4.2.11, MIT
activesupport, 4.2.11, MIT
addressable, 2.5.2, "Apache 2.0"
afm, 0.2.2, MIT
arel, 6.0.4, MIT
arel-helpers, 2.6.1, MIT
backports, 3.11.1, MIT
bcrypt, 3.1.11, MIT
arel-helpers, 2.8.0, MIT
backports, 3.11.4, MIT
bcrypt, 3.1.12, MIT
bcrypt_pbkdf, 1.0.0, MIT
bindata, 2.4.3, ruby
bindata, 2.4.4, ruby
bit-struct, 0.16, ruby
builder, 3.2.3, MIT
bundler, 1.16.1, MIT
bundler, 1.17.3, MIT
coderay, 1.1.2, MIT
concurrent-ruby, 1.0.5, MIT
crass, 1.0.3, MIT
cookiejar, 0.3.3, unknown
crass, 1.0.4, MIT
daemons, 1.3.1, MIT
diff-lcs, 1.3, "MIT, Artistic-2.0, GPL-2.0+"
dnsruby, 1.60.2, "Apache 2.0"
docile, 1.3.0, MIT
dnsruby, 1.61.2, "Apache 2.0"
docile, 1.3.1, MIT
ed25519, 1.2.4, MIT
em-http-request, 1.1.5, MIT
em-socksify, 0.3.2, MIT
erubis, 2.7.0, MIT
factory_bot, 4.8.2, MIT
factory_bot_rails, 4.8.2, MIT
faker, 1.8.7, MIT
faraday, 0.14.0, MIT
filesize, 0.1.1, MIT
fivemat, 1.3.6, MIT
google-protobuf, 3.5.1, "New BSD"
googleapis-common-protos-types, 1.0.1, "Apache 2.0"
googleauth, 0.6.2, "Apache 2.0"
grpc, 1.8.3, "Apache 2.0"
eventmachine, 1.2.7, "ruby, GPL-2.0"
factory_bot, 4.11.1, MIT
factory_bot_rails, 4.11.1, MIT
faker, 1.9.1, MIT
faraday, 0.15.4, MIT
filesize, 0.2.0, MIT
fivemat, 1.3.7, MIT
hashery, 2.1.2, "Simplified BSD"
http_parser.rb, 0.6.0, MIT
i18n, 0.9.5, MIT
jsobfu, 0.4.2, "New BSD"
json, 2.1.0, ruby
jwt, 2.1.0, MIT
little-plugger, 1.1.4, MIT
logging, 2.2.2, MIT
loofah, 2.2.0, MIT
memoist, 0.16.0, MIT
loofah, 2.2.3, MIT
metasm, 1.0.3, LGPL
metasploit-aggregator, 1.0.0, "New BSD"
metasploit-concern, 2.0.5, "New BSD"
metasploit-credential, 2.0.13, "New BSD"
metasploit-framework, 5.0.0, "New BSD"
metasploit-credential, 3.0.2, "New BSD"
metasploit-framework, 5.0.1, "New BSD"
metasploit-model, 2.0.4, "New BSD"
metasploit-payloads, 1.3.31, "3-clause (or ""modified"") BSD"
metasploit_data_models, 2.0.16, "New BSD"
metasploit_payloads-mettle, 0.3.7, "3-clause (or ""modified"") BSD"
method_source, 0.9.0, MIT
mini_portile2, 2.3.0, MIT
metasploit-payloads, 1.3.58, "3-clause (or ""modified"") BSD"
metasploit_data_models, 3.0.2, "New BSD"
metasploit_payloads-mettle, 0.5.1, "3-clause (or ""modified"") BSD"
method_source, 0.9.2, MIT
mini_portile2, 2.4.0, MIT
minitest, 5.11.3, MIT
mqtt, 0.5.0, MIT
msgpack, 1.2.4, "Apache 2.0"
multi_json, 1.13.1, MIT
msgpack, 1.2.6, "Apache 2.0"
multipart-post, 2.0.0, MIT
nessus_rest, 0.1.6, MIT
net-ssh, 4.2.0, MIT
net-ssh, 5.1.0, MIT
network_interface, 0.0.2, MIT
nexpose, 7.2.0, BSD
nokogiri, 1.8.2, MIT
octokit, 4.8.0, MIT
openssl-ccm, 1.2.1, MIT
nexpose, 7.2.1, "New BSD"
nokogiri, 1.10.0, MIT
octokit, 4.13.0, MIT
openssl-ccm, 1.2.2, MIT
openvas-omp, 0.0.4, MIT
os, 0.9.6, MIT
packetfu, 1.1.13, BSD
patch_finder, 1.0.2, "New BSD"
pcaprub, 0.12.4, LGPL-2.1
pdf-reader, 2.1.0, MIT
pcaprub, 0.13.0, LGPL-2.1
pdf-reader, 2.2.0, MIT
pg, 0.20.0, "New BSD"
pg_array_parser, 0.0.9, unknown
postgres_ext, 3.0.0, MIT
pry, 0.11.3, MIT
public_suffix, 3.0.2, MIT
rack, 1.6.9, MIT
postgres_ext, 3.0.1, MIT
pry, 0.12.2, MIT
public_suffix, 3.0.3, MIT
rack, 1.6.11, MIT
rack-protection, 1.5.5, MIT
rack-test, 0.6.3, MIT
rails-deprecated_sanitizer, 1.0.3, MIT
rails-dom-testing, 1.0.9, MIT
rails-html-sanitizer, 1.0.3, MIT
railties, 4.2.10, MIT
rake, 12.3.0, MIT
rails-html-sanitizer, 1.0.4, MIT
railties, 4.2.11, MIT
rake, 12.3.2, MIT
rb-readline, 0.5.5, BSD
recog, 2.1.18, unknown
recog, 2.1.44, unknown
redcarpet, 3.4.0, MIT
rex-arch, 0.1.13, "New BSD"
rex-bin_tools, 0.1.4, "New BSD"
rex-bin_tools, 0.1.6, "New BSD"
rex-core, 0.1.13, "New BSD"
rex-encoder, 0.1.4, "New BSD"
rex-exploitation, 0.1.17, "New BSD"
rex-exploitation, 0.1.20, "New BSD"
rex-java, 0.1.5, "New BSD"
rex-mime, 0.1.5, "New BSD"
rex-nop, 0.1.1, "New BSD"
rex-ole, 0.1.6, "New BSD"
rex-powershell, 0.1.77, "New BSD"
rex-powershell, 0.1.79, "New BSD"
rex-random_identifier, 0.1.4, "New BSD"
rex-registry, 0.1.3, "New BSD"
rex-rop_builder, 0.1.3, "New BSD"
rex-socket, 0.1.10, "New BSD"
rex-socket, 0.1.15, "New BSD"
rex-sslscan, 0.1.5, "New BSD"
rex-struct2, 0.1.2, "New BSD"
rex-text, 0.2.17, "New BSD"
rex-text, 0.2.21, "New BSD"
rex-zip, 0.1.3, "New BSD"
rkelly-remix, 0.0.7, MIT
rspec, 3.7.0, MIT
rspec-core, 3.7.1, MIT
rspec-expectations, 3.7.0, MIT
rspec-mocks, 3.7.0, MIT
rspec-rails, 3.7.2, MIT
rspec, 3.8.0, MIT
rspec-core, 3.8.0, MIT
rspec-expectations, 3.8.2, MIT
rspec-mocks, 3.8.0, MIT
rspec-rails, 3.8.1, MIT
rspec-rerun, 1.1.0, MIT
rspec-support, 3.7.1, MIT
ruby-macho, 1.1.0, MIT
rspec-support, 3.8.0, MIT
ruby-macho, 2.1.0, MIT
ruby-rc4, 0.1.5, MIT
ruby_smb, 0.0.23, "New BSD"
ruby_smb, 1.0.5, "New BSD"
rubyntlm, 0.6.2, MIT
rubyzip, 1.2.1, "Simplified BSD"
rubyzip, 1.2.2, "Simplified BSD"
sawyer, 0.8.1, MIT
signet, 0.8.1, "Apache 2.0"
simplecov, 0.16.0, MIT
simplecov, 0.16.1, MIT
simplecov-html, 0.10.2, MIT
sinatra, 1.4.8, MIT
sqlite3, 1.3.13, "New BSD"
sshkey, 1.9.0, MIT
thor, 0.20.0, MIT
swagger-blocks, 2.0.2, MIT
thin, 1.7.2, "GPLv2+, Ruby 1.8"
thor, 0.20.3, MIT
thread_safe, 0.3.6, "Apache 2.0"
tilt, 2.0.9, MIT
timecop, 0.9.1, MIT
ttfunk, 1.5.1, "Nonstandard, GPL-2.0, GPL-3.0"
tzinfo, 1.2.5, MIT
tzinfo-data, 1.2018.3, MIT
tzinfo-data, 1.2018.9, MIT
warden, 1.2.7, MIT
windows_error, 0.1.2, BSD
xdr, 2.0.0, "Apache 2.0"
xmlrpc, 0.3.0, ruby
yard, 0.9.12, MIT
yard, 0.9.16, MIT
11 changes: 0 additions & 11 deletions data/cpuinfo/build.sh

This file was deleted.