Commit Graph

1156 Commits (5869f0144d302e5c83cfe87d1daab01999ae0fa6)

Author SHA1 Message Date
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
xorrior 89fcdc58ff updated yml file 2017-12-14 01:08:44 -05:00
xorrior c05acf2825 updated yml file 2017-12-14 01:03:34 -05:00
xorrior 46d3c1924b updated yml file 2017-12-14 00:49:41 -05:00
xorrior 9e2ec72bd4 updated yml 2017-12-14 00:20:07 -05:00
xorrior 8e0a0b6c29 updated yml 2017-12-14 00:06:47 -05:00
xorrior 6f47d30bce updated yml 2017-12-14 00:01:54 -05:00
xorrior dd7f05a99f updated yml 2017-12-13 23:55:36 -05:00
xorrior b1a18495da updated config.yml 2017-12-13 23:50:36 -05:00
xorrior 6553b59df7 update yml 2017-12-13 23:38:43 -05:00
xorrior c72aada7c7 updated config.yml 2017-12-13 23:18:33 -05:00
xorrior 8f5b7b861b added .circleci and config.yml 2017-12-13 23:17:28 -05:00
xorrior 0ed51ae1c4 Removed print statements from screensaver_alleyoop module 2017-12-13 20:02:18 -05:00
xorrior 278bf8417a Modified python launcher string with full python path (/usr/bin/python) 2017-12-11 18:18:35 -05:00
Chris Ross 94f188c3a0
Merge pull request #843 from kost/fixproxycreds
Fix error when ProxyCreds is set to none
2017-12-07 23:31:01 -05:00
Chris Ross 7e0809f562
Merge pull request #847 from jetsecurity/fix_distinct_ports
Allow distinct values between the Host and Port options
2017-12-07 23:04:56 -05:00
xorrior 77f50f9778 Merge branch 'dev' of https://github.com/EmpireProject/Empire into dev 2017-12-06 21:53:03 -05:00
xorrior 734a04e47c Added keyboard python module source 2017-12-06 21:52:39 -05: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
⭕Alexander Rymdeko-Harvey faa5507f80
Merge pull request #848 from EmpireProject/dev-docker
Docker build release
2017-12-05 07:23:39 -06:00
xorrior 8862a8328b Fix #827 2017-12-05 02:47:46 -05:00
Chris Ross c5ee1841ed
Merge pull request #826 from cobbr/empire-dev
Obfuscation bug fixes/improvements, ScriptBlockLogging bypass update
2017-12-03 23:03:31 -05:00
killswitch-gui 29618fc0cf Docker build release 2017-12-03 17:11:43 -05:00
Chris Ross 8ddeb63137
Merge pull request #844 from kost/fixemptybomutils
Fix empty bomutils folder
2017-12-03 01:21:34 -05:00
xorrior dad46533da Added redirector listener. Complete 2017-12-03 01:14:44 -05:00
xorrior e0ab45489d Remove bomutils....again 2017-12-02 21:56:50 -05:00
xorrior 58d0775a54 Initial commit for Redirector listener. (WIP) 2017-12-02 09:41:15 -08:00
xorrior 6495980444 Added pwd alias 2017-11-30 18:32:50 -08:00
xorrior d678ea7333 Added python cat alias 2017-11-30 18:28:43 -08:00
xorrior 6ddba3f0ee Fixed ls_m module generate function sig 2017-11-30 18:26:47 -08:00
xorrior 99a9a4a6fa Renamed osx ls module 2017-11-30 18:24:34 -08:00
Vlatko Kosturjak 6f6afb4652 add empty placeholder for bomutils dir 2017-11-30 15:04:48 +01:00
Vlatko Kosturjak f1b4ee27bb remove bomutils empty dir 2017-11-30 15:02:52 +01:00
Vlatko Kosturjak 7afe3c73fe Fix error when ProxyCreds is set to none
Fix following error:
(Empire: stager/multi/launcher) > execute
[!] Exception: list index out of range
2017-11-30 07:31:32 +01:00
xorrior 16e4467557 Added background shell exec 2017-11-29 19:06:55 -05:00
xorrior 87ec0ff9aa Added native_screenshot_mss module 2017-11-29 14:51:48 -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
jetsecurity cb1cb96306 Allow distinct values between the Host and Port options
Setting the Host option automatically modifies the Port option, and
vice versa.   Consequently, a single http listener can't be configured
to work with port forwarding.

TODO: fix the listeners: the port in the Host option is currently
overwritten with the Port option if BindIP is an IPv6 address
(contains ':').
2017-11-29 02:23:08 +01: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
Leo Loobeek 5a0765f7e9 Updated http_com listener to support custom headers 2017-11-26 09:38:50 -06:00
Leo Loobeek 31c594edad Removed hardcoded CF-RAY header for http_com listener and allowed for user to choose this header 2017-11-21 16:42:08 -06:00
cobbr 89d0deb63a Improved ScriptBlockLogging Bypass 2017-11-16 22:32:51 -06:00
cobbr f6d36c0067 PowerShell Beta.9 Fix, launcher_vbs bug fix, improved PowerShell install, Updated Invoke-Obfuscation 2017-11-16 21:56:37 -06:00
Ryan Cobb c4dcb4653c
Merge pull request #16 from EmpireProject/dev
Dev
2017-11-16 17:08:28 -08:00
Chris Ross d88e4b7046
Merge pull request #815 from whoot/dev
Update install.sh
2017-11-14 11:43:26 -05:00
xorrior c13ae0dee5 Updated powerview.ps1 and corresponding modules 2017-11-14 11:18:59 -05:00