William Vu
|
89f7be3ef0
|
Improve error message
|
2020-07-01 14:20:04 -05:00 |
|
Alan Foster
|
b79c08772a
|
Add note about using a module after searching
|
2020-07-01 19:21:34 +01:00 |
|
Alan Foster
|
3737c6810c
|
Fix typo in debug command
|
2020-07-01 14:18:51 +01:00 |
|
Niboucha Redouane
|
f9ade608b5
|
minor change: add default value to some arguments
|
2020-07-01 02:56:01 +02:00 |
|
William Vu
|
4b78de5416
|
Refactor AutoCheck a bit more
|
2020-06-30 11:58:42 -05:00 |
|
Niboucha Redouane
|
0680113288
|
get rid of database parameter in MySQLi methods
|
2020-06-30 18:49:13 +02:00 |
|
Niboucha Redouane
|
b230adebba
|
Add check for positional arguments on class constructor (SQLi::Common)
|
2020-06-30 16:16:35 +02:00 |
|
Alan Foster
|
b841246536
|
Update autocheck to use prepend instead of include, add ForceExploit functionality
|
2020-06-30 11:40:46 +01:00 |
|
Spencer McIntyre
|
5f5f42aa20
|
Readd the check that the key is set
|
2020-06-29 17:56:37 -04:00 |
|
Spencer McIntyre
|
e72035f1a3
|
Support AES-128-CBC as an additional option for TLV encryption
|
2020-06-29 14:19:43 -04:00 |
|
adfoster-r7
|
d513ff32d7
|
Land #13782, Allow a jsonrpc token to be used when a database is present
|
2020-06-29 18:27:30 +01:00 |
|
Adam Galway
|
babaee8c8e
|
adds debug command with spec tests
|
2020-06-29 15:38:56 +01:00 |
|
Akkuman
|
bc74900a41
|
🐛 fix #13781 set token from environment var
|
2020-06-29 15:07:33 +08:00 |
|
Tim W
|
878c1a56df
|
fix session abort with Ctrl C
|
2020-06-29 12:35:02 +08:00 |
|
William Vu
|
6e56fb5fe1
|
Remove debug print from session/interactive.rb
|
2020-06-28 22:52:42 -05:00 |
|
Niboucha Redouane
|
440294ff07
|
make some attributes writable, and specify its the SQLi library in any verbose message
|
2020-06-27 18:28:12 +02:00 |
|
Niboucha Redouane
|
2c4ca04dca
|
Rename the factory method for SQLi classes, and add a check on the class to instanciate
|
2020-06-27 14:51:54 +02:00 |
|
Jeffrey Martin
|
aa6c037dbd
|
refactor mixin as factory for sqli classes
|
2020-06-26 15:09:01 -05:00 |
|
adfoster-r7
|
6bbce9e73c
|
Land #13601, Add custom service name support to msfvenom's exe-service generator
|
2020-06-26 19:00:33 +01:00 |
|
Niboucha Redouane
|
34e8eae471
|
move hex_encode_strings to MySQLi::Common, as it is specific to MySQL
|
2020-06-26 16:04:51 +02:00 |
|
Alan Foster
|
a754225ba5
|
update deprecation notice to have a reason
|
2020-06-25 12:17:31 -04:00 |
|
Niboucha Redouane
|
7291a77807
|
minor fix to verbose logging / some comments
|
2020-06-25 12:46:05 +02:00 |
|
Spencer McIntyre
|
26cbfa5d56
|
Land #13417, SMBv3 integration with Framework
|
2020-06-24 14:09:11 -04:00 |
|
Spencer McIntyre
|
32fee4f09d
|
Fix the regex for finding the exported loader name
|
2020-06-24 09:22:39 -04:00 |
|
William Vu
|
fcf2068bec
|
Check single result, once more with feeling
|
2020-06-23 22:07:13 -05:00 |
|
Niboucha Redouane
|
f89f80be47
|
add default value for options of SQLi constructors, and fix eyesofnetwork module
|
2020-06-24 00:38:13 +02:00 |
|
OJ
|
53b010aaf9
|
Fix stupid mistakes in the core RDI loader
Typo in comments & incorrect symbol in regex.
|
2020-06-24 08:17:04 +10:00 |
|
OJ
|
975ee313ff
|
Add support for custom name/ordinal for RDI
|
2020-06-24 08:01:30 +10:00 |
|
William Vu
|
b28d9517bc
|
Exclude multi from automatic PAYLOAD selection
|
2020-06-23 16:12:28 -05:00 |
|
Niboucha Redouane
|
c94bd3b2d8
|
remove verbose prints in blind injections
|
2020-06-23 21:33:03 +02:00 |
|
Niboucha Redouane
|
2bdc693930
|
Replace puts with print_status and similar
|
2020-06-23 21:25:59 +02:00 |
|
Alan Foster
|
2439342aba
|
Add consistent error logging for module loading
|
2020-06-23 11:15:08 +01:00 |
|
adfoster-r7
|
fceb96e659
|
Land #13608, update elog calls to be consistent across
|
2020-06-23 09:47:01 +01:00 |
|
Niboucha Redouane
|
aaa38a3188
|
Fix formatting
|
2020-06-22 17:41:20 +02:00 |
|
Niboucha Redouane
|
fba2d2e7be
|
inject the datastore into the SQLi library, and register advanced options
|
2020-06-22 17:36:38 +02:00 |
|
Adam Galway
|
1a2bf98222
|
creates standard elog & updates exisiting usages
|
2020-06-22 12:48:39 +01:00 |
|
Niboucha Redouane
|
4f756ba229
|
replace some classes with modules
|
2020-06-20 21:09:13 +02:00 |
|
Niboucha Redouane
|
9d36076264
|
Add option to specify the range of characters to retrieve
|
2020-06-19 16:41:57 +02:00 |
|
Niboucha Redouane
|
7c630f0403
|
Avoid repetitive code in blind injections
|
2020-06-18 20:52:02 +02:00 |
|
Niboucha Redouane
|
fa43dc6dfb
|
minor fix to the structure
|
2020-06-18 17:28:47 +02:00 |
|
Niboucha Redouane
|
305dbe9e2f
|
refactor structure, get rid of prefix and suffix
|
2020-06-18 17:21:10 +02:00 |
|
Spencer McIntyre
|
012e152d8f
|
Land #13432, Add TLV encryption support to Python Meterpreter
|
2020-06-16 08:56:56 -04:00 |
|
Niboucha Redouane
|
0887f3feee
|
Improve the blind injection queries
|
2020-06-13 12:24:22 +02:00 |
|
gwillcox-r7
|
06e3abf7ef
|
Finally finish adding support for x86 arbitrary service names via msfvenom
|
2020-06-11 21:47:38 -05:00 |
|
gwillcox-r7
|
87769db6fd
|
msfvenom x64 support finished, just need to get x86 working
|
2020-06-11 21:46:41 -05:00 |
|
Spencer McIntyre
|
6c5a8b8f14
|
Fix double encoding for unstaged Python meterpreter
|
2020-06-11 16:48:49 -04:00 |
|
Spencer McIntyre
|
3491dd9db9
|
Check that ctx[1] has a datastore attribute
|
2020-06-11 13:52:18 -04:00 |
|
Niboucha Redouane
|
3639765277
|
Improve code quality: less repetitive code
|
2020-06-11 19:16:23 +02:00 |
|
dwelch-r7
|
10bb17d8fd
|
Land #13374, Fix encoding bug
|
2020-06-11 12:30:12 +01:00 |
|
Niboucha Redouane
|
c319799c44
|
Add more comments
|
2020-06-11 00:07:53 +02:00 |
|