Brent Cook
594d7e8a6d
Merged java
2015-06-22 15:02:46 -05:00
Brent Cook
60a2efafca
Merged c
2015-06-22 15:02:46 -05:00
Brent Cook
12350d4a9e
update to 1.0.3
2015-06-22 14:50:30 -05:00
Brent Cook
701d30197e
Land #154 , NTDS parsing support
2015-06-22 09:07:02 -05:00
Brent Cook
ba86e968d7
fix broken partial-batch / eof handling
2015-06-22 03:58:24 -05:00
Brent Cook
9ff7339644
move ntds parser from priv to extapi
2015-06-22 03:58:24 -05:00
Brent Cook
eb7c696f00
Land #170 , support deleting transports
2015-06-19 15:46:10 -05:00
OJ
2e78a4379a
Add POSIX support for transport remove
2015-06-16 12:24:00 +10:00
OJ
149e4c2a7e
Implement transport removal
2015-06-16 11:37:09 +10:00
Brent Cook
fc775349fc
Land #40 , machine_id support for android, sysinfo as root
...
ill be ignored, and an empty message aborts
2015-06-05 15:00:44 -05:00
Brent Cook
bfe1060b40
Merge branch 'master' into land-154-ntds
2015-06-04 13:47:44 -05:00
Brent Cook
905f25a03b
compile error
2015-06-04 13:16:05 -05:00
Brent Cook
25731fee03
free utf8 conversion strings and avoid non-null terminated values
2015-06-04 09:00:24 -05:00
Brent Cook
c47c973b83
logon names can actually be up to 104 characters
...
practical limit is 64, this gives us margin
2015-06-04 08:53:09 -05:00
Brent Cook
773008d921
whitespace tweaks
2015-06-04 08:50:24 -05:00
Brent Cook
1bc5bca923
Land #169 , allow sleep on Windows > 49 days
2015-06-03 13:49:02 -05:00
Tim
ac3d244538
add machine_id and fix sysinfo as root
2015-06-03 08:12:38 +01:00
OJ
ef14f0e7ab
Update to simpler, less hacky implementation
2015-06-03 16:27:31 +10:00
OJ
d89cd69bc5
Implement a sleep in windows that lasts longer
2015-06-03 14:06:17 +10:00
David Maloney
2b07377328
fix copy error
...
use strncpy not memcpy to transfer the re-encoded
name and description into our account object.
also use sizeof for precise copy size. eliminates lingering
errors
MSP-12356
2015-06-02 12:44:49 -05:00
David Maloney
84cea10260
use all unicode for ntds account struct
...
force convert account name and description
to unicode for transport over the wire
MSP-12356
2015-06-02 12:35:30 -05:00
Metasploit
b8f22735db
Bump to 1.0.3
2015-06-01 09:15:01 -07:00
Brent Cook
efb78cc517
Add top-level README and Makefile
2015-06-01 08:28:20 -05:00
Brent Cook
1cf1c6f87b
Adjust posix install paths
2015-06-01 08:28:17 -05:00
Brent Cook
352d027368
Adjust java install paths
2015-06-01 08:28:15 -05:00
Brent Cook
dfd655a6f9
Adjust submodule and pssdk paths
2015-06-01 08:28:12 -05:00
Brent Cook
5fb69e33bb
Merged python
2015-06-01 08:28:09 -05:00
Brent Cook
6f249d099d
Merged php
2015-06-01 08:28:06 -05:00
Brent Cook
84c0a5dbb2
Merged java
2015-06-01 08:28:03 -05:00
Brent Cook
4e471fe9c0
Merged c
2015-06-01 08:26:17 -05:00
Brent Cook
e3b3cdcacd
update to 1.0.2
2015-06-01 08:20:05 -05:00
Brent Cook
e4af7abf22
Land #38 , fix thread race condition
2015-06-01 08:00:26 -05:00
Brent Cook
0cc0fd03b6
Land #37 , improve http responsiveness
...
Merge remote-tracking branch 'upstream/pr/37' into upstream-master
2015-06-01 07:59:50 -05:00
Tim
cd0d091eb0
fix race condition
2015-06-01 07:15:19 +01:00
Brent Cook
0fe2f2203c
update to 1.0.1
2015-05-29 14:51:54 -05:00
Brent Cook
fc67f461e2
soften warning and exclude php/py for now
2015-05-29 14:50:55 -05:00
Brent Cook
32617877dc
remove local debug message
2015-05-28 08:36:25 -05:00
Brent Cook
4593e5147d
bump to 1.0.0
2015-05-28 08:01:11 -05:00
Brent Cook
d347b62f73
simplify msf_path detection logic
2015-05-28 07:01:47 -05:00
Brent Cook
c5551b2147
bump version
2015-05-27 23:53:44 -05:00
Brent Cook
5e35e42352
cleanups, emit a warning if the user is using local files
2015-05-27 23:52:54 -05:00
Tim
4cef8cfbb1
fix http sluggishness
2015-05-27 13:13:33 +01:00
Brent Cook
4faa9394c3
bump version
2015-05-26 22:44:24 -05:00
Brent Cook
97bda0ac40
Land #36 , initial http retry and cert validation support
2015-05-26 22:42:45 -05:00
Brent Cook
7b9352f00f
ensure that android is built and packaged
2015-05-26 18:26:32 -05:00
Brent Cook
94a814fbc9
Land #166 , fix IE proxy detection whether or not Auto is enabled
2015-05-26 09:08:30 -05:00
OJ
ddd82d20fc
Fix check for auto detect proxy settings
...
This setting doesn't appear to have any bearing at all on the way the proxy stuff is managed, as a result looking for this flag doesn't make sense. Instead, we just look for presence of the URLs to use, and if found, that's what we use.
This also uses the WinHttpSetOption function for setting credentials which allows for independenc use of user and password.
2015-05-25 16:35:31 +10:00
OJ
8a8845c95d
Add machine_id support to windows php meterp
2015-05-22 14:55:29 +10:00
Tim
509e67b27a
add ssl cert validation
2015-05-20 07:28:20 +01:00
Tim
d02a5e41e4
add ability to change retry_wait/retry_total at runtime
2015-05-19 20:03:58 +01:00