Green-m
|
808e2f2e25
|
Fix issue #10499
|
2018-08-21 03:08:14 +00:00 |
Green-m
|
edb85614ff
|
Make code cleaner
|
2018-08-21 03:05:44 +00:00 |
Metasploit
|
230433cf79
|
automatic module_metadata_base.json update
|
2018-08-20 17:36:50 -07:00 |
William Vu
|
2fe6bd0e98
|
Land #10498, module doc for ssh_enumusers
|
2018-08-20 19:30:29 -05:00 |
William Vu
|
06582a00a0
|
Add module doc for ssh_enumusers
And update description in module.
|
2018-08-20 19:26:51 -05:00 |
asoto-r7
|
bc3b317963
|
Land #10449, Implementation of download/upload file in reverse shell
|
2018-08-20 19:10:26 -05:00 |
asoto-r7
|
4aee3a4ae2
|
Land #10448, Implementation of CTRL+C to send SIGINT signal
|
2018-08-20 18:14:29 -05:00 |
Metasploit
|
b003fc0273
|
automatic module_metadata_base.json update
|
2018-08-20 15:37:28 -07:00 |
Brent Cook
|
11fee8fa2c
|
Land #10471, Import target DefaultOptions into the datastore
|
2018-08-20 17:30:27 -05:00 |
Metasploit
|
4dac915a35
|
automatic module_metadata_base.json update
|
2018-08-20 15:29:45 -07:00 |
Brent Cook
|
9ba40cdc9e
|
Land #10497, Add Lumpy Space password, whatever.
|
2018-08-20 17:19:02 -05:00 |
Brent Cook
|
d1b8846f12
|
Land #10479, Add CVE-2018-15473 to ssh_enumusers
|
2018-08-20 17:14:58 -05:00 |
William Vu
|
819b8504e2
|
Add a little better randomization
|
2018-08-20 17:10:14 -05:00 |
Tod Beardsley
|
feb4b78227
|
Add Lumpy Space Princess's password
http://adventuretime.wikia.com/wiki/Trouble_in_Lumpy_Space
|
2018-08-20 16:28:21 -05:00 |
Tod Beardsley
|
10d5f32b92
|
None of these should be executable
|
2018-08-20 16:25:34 -05:00 |
William Vu
|
b38a442bb0
|
Refactor once more with feeling
Also flesh out malformed-packet auth method. Let's not be lazy here. :-)
|
2018-08-20 16:25:32 -05:00 |
Metasploit
|
bf94a33a7b
|
automatic module_metadata_base.json update
|
2018-08-20 14:01:33 -07:00 |
Brent Cook
|
484c340520
|
Land #10491, fix error generating PPC NOPS
|
2018-08-20 15:54:17 -05:00 |
Brent Cook
|
e8af2dd67c
|
bool params are truthy, don't cast to a string
|
2018-08-20 15:53:49 -05:00 |
Brent Cook
|
fb2d3bfd4a
|
Land #10492, show help when no argument is provided to `show`
|
2018-08-20 15:46:29 -05:00 |
Brent Cook
|
627fa786a5
|
Land #10493, update help for show and search commands
|
2018-08-20 15:45:22 -05:00 |
Auxilus
|
8869604143
|
update help for show and search
|
2018-08-21 00:17:57 +05:30 |
Auxilus
|
e8c0638092
|
Update modules.rb
|
2018-08-20 23:36:57 +05:30 |
Auxilus
|
0e594266e9
|
show help when no argument is provided to `show`
|
2018-08-20 23:32:34 +05:30 |
Auxilus
|
7c3810bbff
|
fix match error in ppc simple nop generator
before changes:
```
msf5 nop(ppc/simple) > generate 10
[-] Sled generation failed: undefined method `match' for true:TrueClass.
```
After changes
```
msf5 nop(ppc/simple) > generate 10
buf =
"\x7c\xf6\xc2\x15\x7c\xf6\xc2\x15"
```
|
2018-08-20 23:16:32 +05:30 |
Jeffrey Martin
|
280c3c9825
|
Land #10488, msfdb - Improve usage help
|
2018-08-20 12:21:54 -05:00 |
bwatters-r7
|
6dbf93b9d2
|
Land #10476, add automation test for smb_ms17_010 scanner module
Merge branch 'land-10476' into upstream-master
|
2018-08-20 11:51:52 -05:00 |
Matthew Kienow
|
cb96b628b3
|
Improve usage help
Style correction to prefer single-quoted strings
|
2018-08-20 11:43:12 -04:00 |
Metasploit
|
0f068dfb62
|
automatic module_metadata_base.json update
|
2018-08-20 03:25:30 -07:00 |
Tim W
|
b8b48fd37a
|
Land #10313, add linux autostart persistence module
|
2018-08-20 18:17:50 +08:00 |
Tim W
|
865898cba7
|
minor fixes
|
2018-08-20 17:51:41 +08:00 |
Metasploit
|
219668caae
|
automatic module_metadata_base.json update
|
2018-08-19 00:38:45 -07:00 |
Tim W
|
ac71bc86ee
|
Land #10320, add module for persistence in /etc/rc.local
|
2018-08-19 15:30:50 +08:00 |
Tim W
|
e38775b504
|
minor tweaks
|
2018-08-19 15:27:04 +08:00 |
William Vu
|
75403d7e05
|
Add testing note about logging
|
2018-08-17 20:20:12 -05:00 |
William Vu
|
7287779555
|
Make false positive check optional
I couldn't repro this with pubkey-only auth. It also goes to the log.
|
2018-08-17 20:05:04 -05:00 |
William Vu
|
8e3af2dcfc
|
Add CVE-2018-15473 to ssh_enumusers
|
2018-08-17 18:48:44 -05:00 |
Jeffrey Martin
|
1e60a72028
|
add automation test for smb_ms17_010 scanner module
|
2018-08-17 16:31:06 -05:00 |
bwatters-r7
|
ebdc1cf189
|
Land #10475, Bump payloads to 1.3.43
Merge branch 'land-10475' into upstream-master
|
2018-08-17 14:27:32 -05:00 |
bwatters-r7
|
27e035acf4
|
Bump payloads to 1.3.43
|
2018-08-17 13:59:57 -05:00 |
Eliott Teissonniere
|
63a58d3378
|
Code style random name
|
2018-08-17 14:24:28 +08:00 |
Eliott Teissonniere
|
eb43e4c0bd
|
Rework status printing
|
2018-08-17 14:24:28 +08:00 |
Eliott Teissonniere
|
fc234b09c2
|
Fix HEREDOC not always supported
|
2018-08-17 14:24:28 +08:00 |
Eliott Teissonniere
|
e82bde993f
|
Cleanup indentation
|
2018-08-17 14:24:28 +08:00 |
Eliott Teissonniere
|
c1d929f5fb
|
Use an HEREDOC for multiline string
|
2018-08-17 14:24:28 +08:00 |
Eliott Teissonniere
|
e4d6eb07ca
|
Remove useless statement
|
2018-08-17 14:24:28 +08:00 |
Eliott Teissonniere
|
9962cbebfd
|
Support perl payload
|
2018-08-17 14:24:28 +08:00 |
Eliott Teissonniere
|
a22acf3f3e
|
Document autostart module
|
2018-08-17 14:24:28 +08:00 |
Eliott Teissonniere
|
6b4870389d
|
Add autostart module
|
2018-08-17 14:24:28 +08:00 |
Jeffrey Martin
|
d6bce4410c
|
Land #10203, Add command for persistent job handler when msf restart
|
2018-08-16 15:37:10 -05:00 |