HD Moore
|
9b2e03e18b
|
Handle newlines (or lack of them) cleaner
git-svn-id: file:///home/svn/framework3/trunk@13170 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-07-14 15:11:17 +00:00 |
Matt Weeks
|
bcfbcfec30
|
Because Program Files (x86) has spaces in it.
git-svn-id: file:///home/svn/framework3/trunk@13163 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-07-13 21:54:22 +00:00 |
Tod Beardsley
|
b9c5835b5e
|
Touching up the ssh key login module to be smarter about duplicate user names, not be so chatty in its messaging to the console, deal with whitespace, and avoid storing duplicate keys when we don't need to.
git-svn-id: file:///home/svn/framework3/trunk@13162 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-07-13 20:51:18 +00:00 |
HD Moore
|
9fc5470023
|
Exit makes more sense here
git-svn-id: file:///home/svn/framework3/trunk@13161 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-07-13 05:06:01 +00:00 |
HD Moore
|
65702f64b6
|
Check to make sure we are running under Console2; all sorts of gremlins and threading bugs appear when running under a bare cmd.exe console, this should save us a few bug reports.
git-svn-id: file:///home/svn/framework3/trunk@13160 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-07-13 05:01:37 +00:00 |
Joshua Drake
|
ee6cbb7c87
|
See #4868, reverts r13103
git-svn-id: file:///home/svn/framework3/trunk@13158 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-07-12 23:07:51 +00:00 |
Tod Beardsley
|
dc84ee6aab
|
More fixups for ssh_login_pubkey and special handlers for long strings of keys.
git-svn-id: file:///home/svn/framework3/trunk@13156 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-07-12 20:58:25 +00:00 |
Tod Beardsley
|
4c80d9a427
|
updates r13154 don't be case insensitive since it's a custom format and would like to preserve case on KEY=
git-svn-id: file:///home/svn/framework3/trunk@13155 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-07-12 16:36:28 +00:00 |
Tod Beardsley
|
7abb2980a6
|
Adds a mechanism to compare stored SSH keys by key id.
git-svn-id: file:///home/svn/framework3/trunk@13154 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-07-12 16:33:54 +00:00 |
HD Moore
|
90ced404b3
|
Updates to the jtr code, supports ruby 1.8.7 now, fixes #4908
git-svn-id: file:///home/svn/framework3/trunk@13149 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-07-11 01:07:46 +00:00 |
Wei Chen
|
e55d2289cd
|
I totally missed this: x64 linux payloads in msfencode should still remain in 64-bit format, not 32.
git-svn-id: file:///home/svn/framework3/trunk@13140 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-07-10 06:40:03 +00:00 |
HD Moore
|
cd6678188e
|
Allow :service to be passed in
git-svn-id: file:///home/svn/framework3/trunk@13139 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-07-09 06:58:55 +00:00 |
HD Moore
|
71488d37c1
|
Add the interact payload to the defaults
git-svn-id: file:///home/svn/framework3/trunk@13138 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-07-09 06:57:30 +00:00 |
HD Moore
|
7754f0d8f2
|
This commit adds a basic "analyzer" module for creds
git-svn-id: file:///home/svn/framework3/trunk@13136 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-07-09 02:14:24 +00:00 |
Wei Chen
|
dfc7f39e1c
|
Modified how function to_linux_x64_elf() loads a template file
git-svn-id: file:///home/svn/framework3/trunk@13129 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-07-08 19:24:22 +00:00 |
Joshua Drake
|
d6de23de27
|
Fixes #4868: allow 125 response during send_cmd_data
git-svn-id: file:///home/svn/framework3/trunk@13127 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-07-08 04:22:47 +00:00 |
Jonathan Cran
|
4ac2e9111e
|
add a missing require, and ensure the proper namespace is referenced - thanks ricky
git-svn-id: file:///home/svn/framework3/trunk@13126 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-07-08 03:51:48 +00:00 |
Wei Chen
|
946074feb9
|
Add a waitFor() function to make sure chmod is finished running. Thx Juan.
git-svn-id: file:///home/svn/framework3/trunk@13119 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-07-07 19:40:34 +00:00 |
Tod Beardsley
|
fb9e0a72e0
|
Deal with a workspace namespace race in starting the UI.
git-svn-id: file:///home/svn/framework3/trunk@13116 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-07-07 13:33:07 +00:00 |
James Lee
|
1f349ff542
|
Don't close the session for irrelevant exceptions. The shell might still be dead for some other reason, but this will prevent closing it unnecessarily
git-svn-id: file:///home/svn/framework3/trunk@13107 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-07-06 20:34:52 +00:00 |
James Lee
|
b49c451cd7
|
derp, this is a string
git-svn-id: file:///home/svn/framework3/trunk@13104 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-07-06 00:19:29 +00:00 |
Joshua Drake
|
b42df7cd20
|
close instead of shutdown
git-svn-id: file:///home/svn/framework3/trunk@13103 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-07-05 17:22:19 +00:00 |
James Lee
|
d876b8d297
|
if the command we're running has spaces and we got no options for it, split it up correctly using Shellwords, fixes issues with running commands on java meterp
git-svn-id: file:///home/svn/framework3/trunk@13102 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-07-05 17:17:27 +00:00 |
HD Moore
|
e6968c202a
|
A couple bug fixes to enable cmd_interact and a new module for the VSFTPD backdoor
git-svn-id: file:///home/svn/framework3/trunk@13093 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-07-04 20:09:32 +00:00 |
James Lee
|
47a551468b
|
add a Post.create method that makes testing post module stuff in IRB a lot easier. try this from a meterpreter irb prompt: pry Msf::Module::Post.create(client)
git-svn-id: file:///home/svn/framework3/trunk@13087 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-07-02 00:39:16 +00:00 |
James Lee
|
d68e855bb6
|
don't try to chomp nil when the command failed (happens when a session dies)
git-svn-id: file:///home/svn/framework3/trunk@13085 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-07-01 23:46:54 +00:00 |
James Lee
|
a301170cc2
|
special-case java and php to check for compatibility against the underlying platform.
git-svn-id: file:///home/svn/framework3/trunk@13084 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-07-01 23:41:49 +00:00 |
Tod Beardsley
|
238d256ecb
|
Works around a race condition that sometimes triggers when running multiple AuthBrute modules concurrently.
git-svn-id: file:///home/svn/framework3/trunk@13078 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-06-30 19:24:14 +00:00 |
Tod Beardsley
|
0818a856b6
|
Some fixups for some new AuthBrute hotness.
git-svn-id: file:///home/svn/framework3/trunk@13075 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-06-30 06:52:52 +00:00 |
HD Moore
|
17145d07b6
|
Add some new tables
git-svn-id: file:///home/svn/framework3/trunk@13074 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-06-30 06:49:04 +00:00 |
James Lee
|
e321d01cd4
|
actually do what the comment says it does instead of trying to read a bunch of times with a tiny timeout. fixes some issues with shell commands on meterpreter sessions
git-svn-id: file:///home/svn/framework3/trunk@13070 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-06-30 05:05:02 +00:00 |
James Lee
|
59ef021bd6
|
cosmetic documentation fix
git-svn-id: file:///home/svn/framework3/trunk@13065 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-06-29 14:50:15 +00:00 |
Matt Weeks
|
078d5d7790
|
Enable rwx exec thread method to generate jump offset off end. (for multipayload)
git-svn-id: file:///home/svn/framework3/trunk@13056 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-06-29 01:13:12 +00:00 |
HD Moore
|
a03b030465
|
Typo
git-svn-id: file:///home/svn/framework3/trunk@13054 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-06-28 21:35:27 +00:00 |
HD Moore
|
9220506ba2
|
Merge in recent meterpreter work. These are not the commits you are looking for (more info on what all this is later this week).
git-svn-id: file:///home/svn/framework3/trunk@13053 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-06-28 21:26:43 +00:00 |
HD Moore
|
175df6e52d
|
Add framework.db.listeners
git-svn-id: file:///home/svn/framework3/trunk@13047 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-06-28 16:01:21 +00:00 |
HD Moore
|
da7cc53c38
|
Add the spool command for redirecting output to both the console and a file
git-svn-id: file:///home/svn/framework3/trunk@13028 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-06-25 18:51:07 +00:00 |
HD Moore
|
e4eb2a4af0
|
Add a new table for managing background listeners
git-svn-id: file:///home/svn/framework3/trunk@13024 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-06-25 06:57:47 +00:00 |
Joshua Drake
|
415777c25b
|
fix missing initialization
git-svn-id: file:///home/svn/framework3/trunk@13023 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-06-25 04:57:01 +00:00 |
HD Moore
|
73137c8dc1
|
Implement some future proofing
git-svn-id: file:///home/svn/framework3/trunk@13020 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-06-25 01:40:16 +00:00 |
James Lee
|
515eda1fff
|
add help about new search keyword options
git-svn-id: file:///home/svn/framework3/trunk@13017 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-06-23 22:32:44 +00:00 |
James Lee
|
df5974c25d
|
And now back to your regularly scheduled development version
git-svn-id: file:///home/svn/framework3/trunk@13016 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-06-23 19:39:16 +00:00 |
HD Moore
|
25a2d846e2
|
Add the settings column
git-svn-id: file:///home/svn/framework3/trunk@13011 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-06-23 07:04:20 +00:00 |
James Lee
|
7ef6be45c4
|
fix some wacky inheritance problems with Msf::Module#inspect
git-svn-id: file:///home/svn/framework3/trunk@13006 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-06-22 22:18:55 +00:00 |
Tod Beardsley
|
824022fde3
|
Adds a more universal print_error message for :abort in auth_brute.rb
git-svn-id: file:///home/svn/framework3/trunk@13005 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-06-22 20:53:51 +00:00 |
Tod Beardsley
|
7a0e2ba59e
|
Adds more verbose debugging output when the RPC service hits a raisable condition. Namely, tells the consumer what actually triggered the raise in the case of a missing or invalid request method, missing API group, or missing API group method.
git-svn-id: file:///home/svn/framework3/trunk@13004 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-06-22 17:53:17 +00:00 |
Carlos Perez
|
68e3691411
|
Change Post Mixin for Windows platform in its own separate class and minor fixes on modules and scripts
git-svn-id: file:///home/svn/framework3/trunk@12990 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-06-21 00:38:04 +00:00 |
Carlos Perez
|
ff7f68b470
|
Change Post Mixin for Solaris platform in its own separate class
git-svn-id: file:///home/svn/framework3/trunk@12988 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-06-20 23:33:59 +00:00 |
Carlos Perez
|
7a1c8d7bb2
|
Change Post Mixin for OSX platform in its own separate class
git-svn-id: file:///home/svn/framework3/trunk@12986 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-06-20 23:29:57 +00:00 |
Carlos Perez
|
5d3bb04ac0
|
Change Post Mixin for Linux platform in its own separate class
git-svn-id: file:///home/svn/framework3/trunk@12985 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-06-20 23:27:57 +00:00 |