Commit Graph

47870 Commits

Author SHA1 Message Date
Kevin Kirsche 2e75f46d34 Fix failing argument for password based spec test 2018-08-13 22:30:01 -04:00
Kevin Kirsche 3783347d73 Fix failing argument spec test 2018-08-13 22:20:23 -04:00
Kevin Kirsche 4450d34fee Remove SSH scanner using known_hosts
Fix #10266 

This disables writing to the `known_hosts` file when performing auxiliary ssh scans.
2018-08-13 21:27:51 -04: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
Tim W 1ca6cb31d1 Land #10440, fix apk injection on windows 2018-08-13 01:09:55 +08: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
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
William Vu a0962855bd Refactor history deduplication
We don't need to know the absolute index. We also fix the IndexError.
2018-08-05 14:28:10 -05:00
Dhiraj Mishra 14b12f38d0 Fixing 2018-08-05 23:26:18 +05:30
Auxilus fce19cf5b8 Prevent adding the same command to history 2018-08-05 22:33:00 +05:30
Dhiraj Mishra 9502c26dc1 Updated 2018-08-05 19:14:12 +05:30
Matthew Kienow e1e9d6e9ca Land #10422, conditionally require in msfdb_ws
Dependency loading requirements for msfdb_ws were causing a long wait
time for the help option.
2018-08-05 09:15:47 -04:00
William Vu 57d89aa077 Make msfdb_ws help fast like msfvenom's 2018-08-04 17:56:23 -05:00
Rob Fuller 329f58ac21 Land #10421, Let use have help too! 2018-08-04 13:52:20 -07:00
William Vu ef6be1980f Fix use -h to call cmd_use_help
It really shouldn't try to load it as a module.
2018-08-04 15:34:26 -05:00
Dhiraj Mishra 8a175f50cd Indentation 2018-08-05 00:15:04 +05:30
Dhiraj Mishra ebcc9a3c20 Fixing Indentation 2018-08-04 19:16:12 +05:30
Dhiraj Mishra 22e3238dbc Updating Docs 2018-08-04 19:10:08 +05:30
Dhiraj Mishra 502c103d37 cgit < 1.2.1 Directory Traversal 2018-08-04 18:52:24 +05:30
Metasploit 95317618d4 automatic module_metadata_base.json update 2018-08-04 05:53:24 -07:00
Brent Cook 78f66986e9 Land #10386, Add IEC104 client module 2018-08-04 07:43:15 -05:00
Metasploit 70a45351d7 automatic module_metadata_base.json update 2018-08-04 05:41:15 -07:00
Brent Cook ae48ba635a Land #10417, Update check method of Hadoop exploit 2018-08-04 07:28:45 -05:00