Commit Graph

47893 Commits (969ef7108b240e30169a756cf397628551797946)

Author SHA1 Message Date
Metasploit 969ef7108b
automatic module_metadata_base.json update 2018-08-15 12:59:29 -07:00
Adam Cammack 79736406b2
Land #10394, Cleanup aws_ec2_instance_metadata 2018-08-15 14:51:12 -05:00
Adam Cammack 77bbb517c6
Land #10446, Add missing payload tests
Also adds consideration for IPv6 values needed for some payloads.
2018-08-15 14:46:33 -05:00
Adam Cammack fe75a87cd5
Land #10459, Fix PMA scanner vs. non-PMA hosts 2018-08-15 14:44:40 -05:00
Erin Bleiweiss 13326ea94b
Land #10451, Add 'payload' to module search command help documentation 2018-08-15 11:20:13 -05:00
h00die 61dfd75663
Land #10457 docs for elasticsearch indices_enum 2018-08-14 20:55:15 -04:00
h00die a620958b97 update elasticsearch doc format 2018-08-14 20:53:18 -04:00
h00die 74d12b41f3
Land #10454 updates to cgit exploit docs 2018-08-14 20:40:19 -04:00
h00die 44fd9c63e0 doc format update 2018-08-14 20:39:04 -04:00
William Vu cedcb04ce0
Land #10433, pry and irb in developer dispatcher 2018-08-14 13:32:47 -05:00
bwatters-r7 81b62d88d9
Land #10442, Bump payloads to 1.3.42
Merge branch 'land-10442' into upstream-master
2018-08-14 07:47:19 -05:00
Jacob Robles a956f675ff
PMA Scanner Check Error Condition 2018-08-14 06:16:55 -05:00
Kevin Kirsche d273eb3914
Create elasticsearch indices_enum documentation
Documentation on auxiliary/scanner/elasticsearch/indices_enum

Part of issue #8296
2018-08-13 22:14:03 -04:00
Jacob Robles ddebdea8c1
Update cgit doc 2018-08-13 16:45:13 -05:00
Metasploit 47a3fe64e7
automatic module_metadata_base.json update 2018-08-13 14:33:11 -07:00
Jacob Robles 85a137e0a0
Land #10420, cgit < 1.2.1 Directory Traversal 2018-08-13 16:25:23 -05:00
Jacob Robles 5a3d040d71
Fix module, Add documentation 2018-08-13 15:48:21 -05:00
Metasploit 3813107f27
automatic module_metadata_base.json update 2018-08-13 09:30:25 -07:00
Shelby Pace ce8cbd64d4
Land #10404, Add Path Traversal Oracle GlassFish 2018-08-13 11:15:26 -05:00
Auxilus b1041093f2
Add payload to cmd_search_help type 2018-08-13 11:55:56 +05:30
Tim W 1ca6cb31d1
Land #10440, fix apk injection on windows 2018-08-13 01:09:55 +08:00
Jeffrey Martin 2bea3fdb48
verify sizes for ipv6 when payload is ipv6 2018-08-11 10:31:31 -05:00
bwatters-r7 605d223ac8
Bump payloads to 1.3.42 2018-08-10 13:41:45 -05:00
Green-m 2529fdf322
Fix issue #8887, when injecting into an existing .apk file on windows 2018-08-10 05:43:26 -04:00
Metasploit 943629b354
automatic module_metadata_base.json update 2018-08-09 12:59:30 -07:00
Wei Chen c45d993644
Land #10436, Add WebLogic exploit (CVE-2018-2628) 2018-08-09 14:52:37 -05:00
Wei Chen 9122c5945e Add a comment explaining the last sleep(10) 2018-08-09 14:51:56 -05:00
Metasploit 2c7ec03b39
Weekly dependency update 2018-08-09 10:05:23 -07:00
Jacob Robles 66e5685ed2
Moved to exploit/windows 2018-08-09 11:35:14 -05:00
Jacob Robles 228bd4c3ab
Add weblogic_deserialize module CVE-2018-2628 2018-08-08 17:55:41 -05:00
William Vu 89a3a265d2 Move the built-in irb command while we're at it 2018-08-07 21:32:30 -05:00
William Vu 68a7761f68 Move built-in pry command to developer dispatcher
We also fall back on prying Framework if a module isn't active.

This fixes the following bad behavior:

msf5 > pry
[*] exec: pry

And then your input gets stolen.
2018-08-07 21:17:22 -05:00
James Barnett 201b91f9d7
Land #10410, add script for setting up and managing data services
The msfdb script allows you to create, delete, start, and
stop local and remote data services. The database backend requires
PostgreSQL and the webservice provides a REST API to interact with it.
2018-08-07 18:25:51 -05:00
Matthew Kienow 75249d82d8
Improve web service status messages 2018-08-07 18:37:18 -04:00
William Vu e00ed38393
Land #10430, history clearing and bug fixes 2018-08-07 17:16:36 -05:00
William Vu 2bce8b008e Fix history deduplication for system Readline 2018-08-07 16:53:24 -05:00
William Vu 298d5c3b30 Refactor history clearing 2018-08-07 16:53:17 -05:00
Matthew Kienow d9eae8e113
Enhance init handling of existing database config 2018-08-07 17:37:01 -04:00
Matthew Kienow 9b93e0cfcd
Style correction to prefer single-quoted strings 2018-08-07 15:31:44 -04:00
Matthew Kienow f7a4593392
Make web service init and start more robust
Remove PID check code since thin will stop and cleanup the PID under
certain circumstances after it has started and a PID file is written.
Reuse web service online check for this purpose.
2018-08-07 15:29:41 -04:00
William Vu 6eda1b2dfa Revert deletion of history clearing
ef487f6be5
2018-08-07 14:06:52 -05:00
William Vu ed1451d87a
Land #10424, history deduplication on save 2018-08-07 11:26:23 -05:00
William Vu 3b2c3507d1 Refactor history deduplication on save
We move the check outside the block and clean up the syntax.
2018-08-07 11:18:13 -05:00
Matthew Kienow 956bc2fa4f
Prompt user before deleting all DB data 2018-08-06 17:44:44 -04:00
Matthew Kienow c6a976820f
Make web service init and start more robust 2018-08-06 16:26:36 -04:00
Matthew Kienow 0844a205f6
Correct predicate method names per style guide 2018-08-06 16:16:47 -04:00
Matthew Kienow 8a5d396fdc
Fix dependency issue 2018-08-06 14:27:16 -04:00
Auxilus cb01216e0c
fix history issues as stated in #10423 2018-08-06 11:27:47 +05:30
William Vu b21d73a170
Land #10423, history deduplication on add
Also removes history -u deduplication on print.
2018-08-05 14:29:20 -05:00
William Vu f6d9cde7c4 Revert history -u deduplication on print 2018-08-05 14:28:15 -05:00