120 Commits

Author SHA1 Message Date
mr64bit eaba0c933d Keep user agent from being obfuscated, fixes #1308 2019-02-08 10:54:44 -05: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 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
Petr Medonos b7407c0128 utf8 encoding fix for agent initial phase 2018-05-14 15:56:57 +02: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
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
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
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
chris 16563120c3 Updated events 2018-03-15 15:48:22 -04:00
xorrior 02218ff5c3 Added catch all for non opsec-safe shell commands 2018-03-06 13:22:28 -05:00
xorrior aecdec6bd7 Added opsec-safe aliases for ls, pwd, rm, mkdir, whoami, getuid. Renamed sc command to osx_screenshot 2018-03-06 13:10:40 -05:00
mr64bit a22102ffa5 Onedrive listener code 2018-03-06 12:51:57 -05:00
xorrior 204601df12 Merge with Dev 2018-03-03 10:17:27 -05:00
caleb-sfdcsec 76fee9b134 streamline shell commands 2018-02-14 09:04:04 -08:00
Chris Ross 6630ce508c Merge pull request #983 from dolphincabal/supportCharacters
add support for && and ; characters in python agent
2018-02-13 10:41:19 -05:00
root c39f8a6cff add support for && and ; characters in python agent 2018-02-10 17:36:56 +00:00
root fa740af0b1 fix bug in calculation of packet offset 2018-02-10 17:13:03 +00:00
Chris Ross e7389dedcd Merge pull request #975 from EmpireProject/downloads_fix
Reverted to old downloads method. Removed unnecessary code. fixed log…
2018-02-08 20:17:49 -05:00
xorrior 4162d54f6f Fix for #858 2017-12-29 12:52:24 -05:00
Dakota Nelson 5869f0144d update dropbox stager to use template engine 2017-12-14 16:04:49 +00:00
Dakota Nelson abbf05eb1c extract sysinfo from python http stager 2017-12-14 15:14:13 +00:00
Dakota Nelson 3122d96cce Removed shared code from python http stager, now uses jinja includes 2017-12-14 14:33:54 +00:00
Dakota Nelson 855408bb75 Add templating engine, convert HTTP python stager to use jinja template. Also:
- deprecate strip_python_comments
	- add jinja2 dependency in install.sh
2017-12-14 13:52:17 +00:00
Chris Ross b311399743 Merge pull request #836 from leoloobeek/dev
Add custom HTTP headers to ie_com listener
2017-12-05 17:46:35 -05:00
xorrior 8862a8328b Fix #827 2017-12-05 02:47:46 -05:00
xorrior d615e99352 Swapped native_screenshot module. Now uses python-mss and drops image to disk 2017-11-29 14:08:12 -05:00
xorrior 8627462394 Fixed pythonscript command in python agent 2017-11-26 22:42:01 -05:00
Leo Loobeek 6e33630764 Added code to the http_com stager for custom HTTP headers 2017-11-26 20:44:13 -06:00
xorrior 47f09ed045 Merge branch 'dev' of https://github.com/EmpireProject/Empire into dev 2017-11-12 17:36:28 -05:00
Chris Ross 41bfb6cb07 Merge pull request #809 from lsfxz/master
Make compatible with more recent pyopenssl
2017-11-09 13:55:36 -05:00
xorrior 241bf8c9ad Merge branch 'dev' of https://github.com/malcomvetter/Empire into dev 2017-11-09 00:04:09 -05:00
xorrior 642d63d17d Merge with Dev 2017-11-02 23:06:20 -04:00
ThePirateWhoSmellsOfSunflowers d41c7da190 Fix the padding and a logic bug in aes implementation, should fix #586 2017-10-27 17:10:15 +02:00
xorrior cfdc5d5556 Patch b64decode padding error 2017-10-27 03:47:06 -04:00
evs-ch c1da4a060f allow new pyOpenSSL, somewhat "better" fix for #697 2017-10-25 10:18:17 +02:00
xorrior 407df37c60 Removed Python updatecomms command 2017-10-25 00:23:44 -04:00
xorrior 4106db3279 Fixed renegotation loop in stager 2017-10-24 02:45:41 -04:00
malcomvetter 6f866d023c MacOS sandbox fixes 2017-10-19 17:25:24 -05:00