381 Commits

Author SHA1 Message Date
mr64bit 7efb7eeaab Update Invoke-Mimikatz to 2.1.1 20191209
Closes #1293 and #1294
2019-02-23 13:49:03 -05:00
mr64bit ca41a31781 Merge branch 'dev' of github.com:EmpireProject/Empire into dev 2019-02-08 10:54:59 -05:00
mr64bit eaba0c933d Keep user agent from being obfuscated, fixes #1308 2019-02-08 10:54:44 -05:00
James 1dd70a9eca Merge pull request #1258 from quickbreach/dev
Initial commit of powershell/collection/toasted
2019-02-07 12:52:05 -05:00
James 3af8284c22 Merge pull request #1304 from Zer1t0/dev
added OutputFormat parameter to Invoke-Kerberoast
2019-02-06 12:37:13 -05:00
mr64bit 637c60ba41 Powershell still needs libicu57, upgrade xar for libssl1.1
xar 1.6.1 retrieved from https://github.com/mackyle/xar, patched for libssl1.1
2019-02-06 10:50:35 -05:00
Zer1t0 b12595e11e added OutputFormat parameter to Invoke-Kerberoast 2019-01-14 12:13:22 +01:00
Dhiraj Mishra 2f4e5466c1 HostRecon.ps1 2018-12-01 13:34:37 -05:00
Quickbreach 8b4fc9953d Added powershell/collection/toasted module 2018-10-23 19:33:17 -04:00
Quickbreach a22951ad29 Added powershell/collection/toasted module 2018-10-23 19:03:06 -04:00
mr64bit e3a4cc2a3d Merge branch 'dev' of github.com:EmpireProject/Empire into dev 2018-10-12 13:08:31 -04:00
mr64bit b3b9a05b22 Properly return error information from Powershell agent jobs 2018-06-24 17:36:08 -04:00
Petr Medonos 78f9e91d0c fix for #1164 2018-06-14 11:03:34 +02:00
Chris Ross 60b2f85976 Merge pull request #1133 from klustic/dev
Modifications to agents.py, http.py. Updates to socks library for Python agents
2018-06-08 20:39:14 -04:00
James 516a7d8c1b Merge pull request #1146 from mr64bit/psinject-fix
Fix Invoke-PSInject and Invoke-ReflectivePEInjection for Win10 1803
2018-06-01 10:30:31 -04:00
mr64bit 51fc82266c Update all uses of GetMethod for GetProcAddress 2018-05-30 14:29:14 -04:00
Chris Ross 5ca2947ff3 Merge pull request #1129 from leesoh/invoke-phant0m
Initial commit of Invoke-Phant0m
2018-05-28 11:01:58 -04:00
Chris Ross 3fdc129a5e Merge pull request #1120 from swarleysez/swarleysez-patch-1
Support for Scheduledtasks TaskV2 in 2 files
2018-05-28 10:50:13 -04:00
mr64bit ec886065e2 Fix Invoke-PSInject and Invoke-ReflectivePEInjection for Win10 1803 2018-05-27 12:37:46 -04:00
Kevin 09a8c119ff Updated SOCKS proxy for Python agent
- Matches new version of AlmondRocks (v1.0.0)
- Breaks compatibility with previous versions of AlmondRocks
2018-05-16 13:39:33 -06:00
leesoh 8eb56b29f4 Initial commit 2018-05-15 12:44:51 -06:00
chris 71a22a3b9f Remove changes to ls command. Get-Acl was introduced in PS v3. We like to maintain v2 compatibility 2018-05-15 10:35:48 -04:00
Chris Ross 2c41d660b5 Merge pull request #1109 from johneiser/dev-SafeCheckFix
Fix python safe-check from spawning zombie process
2018-05-15 09:51:22 -04:00
Petr Medonos b7407c0128 utf8 encoding fix for agent initial phase 2018-05-14 15:56:57 +02:00
swarleysez b34b7a3f6c PowerUp: Support for Scheduledtasks TaskV2
Support for Scheduledtasks TaskV2
2018-05-13 14:51:46 -04:00
swarleysez 7161e07da0 Get-GPPPassword: Support for Scheduledtasks TaskV2
Support for Scheduledtasks TaskV2
2018-05-13 14:49:31 -04:00
chris 35737d486c Merge branch 'patch-1' of https://github.com/fsacer/Empire into fsacer-patch-1 2018-05-06 13:39:35 -04:00
Justin 9732fe73bf Fix python safe-check from spawning zombie process 2018-05-06 12:32:08 -04:00
Petr Medonos 9b16997aba preserve #1071 2018-05-04 22:58:47 -04:00
Chris Ross 6982f2b464 Merge pull request #1093 from winnie22/bugfix_utf8_packet_length
Bugfix utf8 packet length
2018-05-04 22:57:50 -04:00
xorrior 8d32e7e4d0 Merge branch 'directory_download' of https://github.com/winnie22/Empire into winnie22-directory_download 2018-05-02 09:23:20 -04:00
Franci Šacer f25aab61bb csharp_exe ignore exceptions caused by obfuscation
SharpPick which can be generated using csharp_exe as project has a flaw, when you set Obfuscate to true there is no error handling and stager crashes. This can be fixed by changing line https://github.com/EmpireProject/Empire/blob/81487f672e8ac7ae7dbb178b4353ec3e25503c27/data/misc/cSharpTemplateResources/cmd/cmd/Program.cs#L30 to `Out-Default` which will ignore all the exceptions caused by obfuscating. There are other options to fix this, but this is certainly the simplest.
2018-05-01 16:50:40 +02:00
Petr Medonos 38df7a8173 preserve #1071 2018-04-26 11:30:50 +02:00
Petr Medonos 8d4096f4a6 PS agent command switch fix 2018-04-26 11:07:14 +02:00
Petr Medonos add305641c fix in file path creating 2018-04-24 11:21:31 +02:00
Chris Ross f3a057a533 Merge pull request #1071 from winnie22/psagent_dirinfo
More informative PS agent directory listing
2018-04-22 13:26:05 -04:00
xorrior a9437ef889 Fixed conflict 2018-04-22 02:39:38 -04:00
xorrior 119aa873b8 Fixed conflict 2018-04-21 09:15:08 -04:00
Petr Medonos 61f74fea2e formating fix 2018-04-12 14:32:30 +02:00
Petr Medonos 6270350a13 agent download command can accept directory as a parametr 2018-04-12 12:55:04 +02:00
Petr Medonos 048b1c1f1c More informative PS agent directory listing 2018-04-12 07:24:58 +02:00
classity 4e3431891a Create Fetch-And-Brute-Local-Accounts.ps1 2018-03-30 21:13:33 +02:00
classity e1d6cd8c6e Update Get-WinUpdates.ps1
removed debugging line,
2018-03-23 09:28:20 +01:00
classity 4f46bcc3a1 Create Get-WinUpdates.ps1 2018-03-22 22:27:02 +01:00
xorrior 79a6d0f881 Merge branch 'master' of https://github.com/OneLogicalMyth/Empire into OneLogicalMyth-master 2018-03-22 13:41:08 -04:00
xorrior 3b2a7320f1 Merge branch 'mr64bit-2.5-fixes' into dev 2018-03-19 16:52:55 -04:00
mr64bit b966827300 Fix agent downloads 2018-03-19 16:00:44 -04:00
OneLogicalMyth 622b57ba71 Merge remote-tracking branch 'upstream/master' 2018-03-16 15:37:53 +00:00
chris 16563120c3 Updated events 2018-03-15 15:48:22 -04:00
Liam Glanfield 9f79c729fc Added module Get-KerberosServiceTicket
Retrieves IP addresses and usernames using event ID 4769 this can allow identification of a users machine. Can only run on a domain controller.
2018-03-14 14:36:58 +00:00