Brent Cook
dc712150af
Land #199 , Adjust proxy code to support DNS/DHCP resolution
2017-05-08 16:57:08 -05:00
Brent Cook
88935f8839
Land #198 , Fix stageless URI redirect parsing
2017-05-08 16:55:24 -05:00
OJ
91558d0c16
Adjust proxy code to support DNS/DHCP resolution
...
This code is blatantly poached from the blog post locted at
https://medium.com/@br4nsh/a-meterpreter-and-windows-proxy-case-4af2b866f4a1
which was written by Juan. A great deal of time and effort went into
that research and all credit for this work should go to him.
2017-05-05 16:16:54 +10:00
OJ
7c65e621a1
Fix stageless URI redirect parsing
...
This commit fixes the case where we incorrectly assume that the URIs
used in the transport don't make use of the LURI setting in MSF.
The bug was that the code iterated through the URI string in reverse,
looking for a slash and then using that as the point to patch the new
URI over the existing. This meant that with the LURI parameter used, the
actual LURI field was missed, and the patch would result in the LURI
value appearing again.
The fix put in iterates from the start of the string and looks for the
third instance of the slash. This means that the LURI field is patched
as well as the UUID section.
Fixes #197
2017-05-03 10:36:53 +10:00
Spencer McIntyre
9aac25b522
Fix some more pymet backwards compat issues
2017-04-25 17:05:15 -04:00
Metasploit
d74ca91e81
Bump to 1.2.28
2017-04-21 14:59:50 -07:00
Jenkins
0333d8d681
Bump to 1.2.27
2017-04-21 13:37:07 -07:00
Brent Cook
995471faad
Land #190 , list all possible privileges with the getprivs command
2017-04-21 14:46:30 -05:00
Spencer McIntyre
7e06057ca9
Add linux railgun support to the pymet
2017-04-20 13:52:59 -04:00
Spencer McIntyre
b9b7545be0
Improve pymet helper functions
2017-04-19 14:59:53 -04:00
Spencer McIntyre
71132cc00c
Refactor pymet wreg functions and reg decorator
2017-04-19 14:25:07 -04:00
Spencer McIntyre
974fcda43e
Add railgun memread and memwrite for Linux 3.2+
2017-04-19 13:31:14 -04:00
Metasploit
f9a2d678dc
Bump to 1.2.26
2017-04-18 15:21:01 -07:00
Spencer McIntyre
94f48a96a2
Land #191 , fix a unicode bug in a pymet win struct
2017-04-18 18:05:49 -04:00
Metasploit
557f3e4a8e
Bump to 1.2.25
2017-04-15 04:06:13 -07:00
Brent Cook
37bc1689b2
fix a compiler warning
2017-04-15 05:51:12 -05:00
ouahib-el-hanchi
4f9866d035
Fixed issue #189
2017-04-15 02:55:00 +01:00
ouahib-el-hanchi
6401c6ae03
Fixed stdapi_fs_mount_show to show full mapped drive path for Windows in Python meterpreter
2017-04-15 02:49:59 +01:00
Metasploit
e3e5f9a862
Bump to 1.2.24
2017-04-14 12:02:49 -07:00
Brent Cook
6e7d55898e
Land #185 , Keyscan system updates
2017-04-14 13:48:32 -05:00
Metasploit
cbab3a7067
Bump to 1.2.23
2017-04-14 10:57:51 -07:00
Brent Cook
5f319f8cc7
Land #184 , Update kiwi to Mimikatz v2.1.1
2017-04-14 12:47:22 -05:00
Metasploit
30b9cfd2ae
Bump to 1.2.22
2017-04-14 10:25:16 -07:00
Brent Cook
9b4fd251f8
update README
2017-04-14 12:10:38 -05:00
Metasploit
eb005fe9bb
Bump to 1.2.21
2017-04-14 07:37:57 -07:00
Brent Cook
1c754b6eda
Land #182 , Add Android in-app screenshot capabilities
2017-04-14 09:27:00 -05:00
Brent Cook
373e50f8de
Land #181 , expand windows support in Python meterpreter
2017-04-14 09:23:15 -05:00
ouahib-el-hanchi
32faaf5549
Added stdapi_net_config_get_proxy for Windows in Python meterpreter
2017-04-14 07:52:25 +01:00
Ouahib El Hanchi
7db0847d87
Fixed whitespace, can't seem to get them right
2017-04-14 06:44:28 +01:00
ouahib-el-hanchi
dae985f66f
Fixed whitespace and replaced string buffers with unicode buffers for unicode functions
2017-04-14 06:40:45 +01:00
William Webb
8bd164bbbb
some minor cleanup
2017-04-12 21:19:45 -05:00
OJ
cdfe1dc5c0
Remove debug project configurations from C windows meterp
2017-04-11 20:29:39 +10:00
OJ
541e879023
Update the kiwi extension source to v2.1.1
...
This brings the source up to date with the source from the Rapid7 repo
which includes the v2.1.1 source released by Ben.
2017-04-11 20:21:57 +10:00
William Webb
88f240c26c
specify globals in variable names because its 2017 bro
2017-04-10 14:28:22 -05:00
William Webb
017a4e107e
final cleanup and type check
2017-04-10 14:08:46 -05:00
William Webb
3653169513
save wip
2017-04-05 00:18:02 -05:00
William Webb
145285c549
add focused windows enumeration and date/time stamping
2017-04-01 22:21:54 -05:00
William Webb
5d917565c0
add known working keylog code
2017-03-31 13:19:53 -05:00
ouahib-el-hanchi
242d2bf936
Added stdapi_sys_eventlog_* functions for Windows
2017-03-25 22:25:13 +00:00
Tim
e9ba356db8
android in-app screenshot
2017-03-22 12:38:37 +08:00
William Webb
9272af7863
save initial unicode keyscan updates
2017-03-20 21:47:47 -05:00
ouahib-el-hanchi
0d58e33f74
Added stdapi_fs_mount_show for Windows
2017-03-19 02:32:45 +00:00
Metasploit
6544587d92
Bump to 1.2.20
2017-03-17 11:04:18 -07:00
Brent Cook
9367642288
Land #180 , Pymet add stdapi_ui_get_idle_time for Windows
2017-03-17 12:52:19 -05:00
Metasploit
5f9e766f7e
Bump to 1.2.19
2017-03-16 20:51:32 -07:00
Brent Cook
845cff21e4
Land #178 , reduce android AV signatures in Payload.java
2017-03-16 21:33:31 -05:00
Metasploit
27ab03426f
Bump to 1.2.18
2017-03-15 16:22:42 -07:00
bwatters
793f2f7bad
Land #179 , Add Railgun Support To The Python Meterpreter
2017-03-15 18:09:52 -05:00
Spencer McIntyre
68a09bb8c3
Pymet add stdapi_ui_get_idle_time for windows
2017-03-04 11:52:49 -05:00
Spencer McIntyre
c9f791bbe3
Pymet add an exported debug function and use it
2017-03-01 21:15:30 -05:00