Codebase list powershell-empire / 65bf042
Refresh patches Sophie Brun 3 years ago
2 changed file(s) with 9 addition(s) and 9 deletion(s). Raw diff Collapse all Expand all
1313 7 files changed, 49 insertions(+), 29 deletions(-)
1414
1515 diff --git a/empire b/empire
16 index 2ea8525..baa220f 100755
16 index ea54eaf..a348b7d 100755
1717 --- a/empire
1818 +++ b/empire
1919 @@ -21,6 +21,22 @@ from time import sleep
7171 conn.isolation_level = None
7272 return conn
7373 diff --git a/lib/common/agents.py b/lib/common/agents.py
74 index 721e7cd..1246e94 100644
74 index 7f4399c..69bbecd 100644
7575 --- a/lib/common/agents.py
7676 +++ b/lib/common/agents.py
7777 @@ -87,6 +87,7 @@ class Agents(object):
145145 f.write(task)
146146 f.close()
147147 return pk
148 @@ -2008,8 +2009,8 @@ class Agents(object):
148 @@ -2009,8 +2010,8 @@ class Agents(object):
149149 elif responseName == "TASK_CMD_JOB":
150150 #check if this is the powershell keylogging task, if so, write output to file instead of screen
151151 if keyLogTaskID and keyLogTaskID == taskID:
157157 message = "[!] WARNING: agent {} attempted skywalker exploit!".format(self.sessionID)
158158 signal = json.dumps({
159159 diff --git a/lib/common/empire.py b/lib/common/empire.py
160 index d873703..1534538 100755
160 index 029e907..089a6e8 100755
161161 --- a/lib/common/empire.py
162162 +++ b/lib/common/empire.py
163163 @@ -185,7 +185,7 @@ class MainMenu(cmd.Cmd):
515515 -
516516 -exec(agent)
517517 diff --git a/lib/listeners/dbx.py b/lib/listeners/dbx.py
518 index ffa4804..527bb84 100755
518 index f57d8de..b06ef23 100755
519519 --- a/lib/listeners/dbx.py
520520 +++ b/lib/listeners/dbx.py
521521 @@ -417,7 +417,7 @@ class Listener(object):
528528 template_options = {
529529 'staging_folder': stagingFolder,
530530 diff --git a/lib/listeners/http.py b/lib/listeners/http.py
531 index b52f5bf..cd5a74d 100644
531 index 40d9e33..94bfe0d 100755
532532 --- a/lib/listeners/http.py
533533 +++ b/lib/listeners/http.py
534 @@ -648,8 +648,8 @@ class Listener(object):
534 @@ -688,8 +688,8 @@ class Listener(object):
535535 os.path.join(self.mainMenu.installPath, '/data/agent/stagers'),
536536 os.path.join(self.mainMenu.installPath, './data/agent/stagers')]
537537 eng = templating.TemplateEngine(template_path)
543543 'working_hours': workingHours,
544544 'kill_date': killDate,
545545 diff --git a/lib/listeners/redirector.py b/lib/listeners/redirector.py
546 index f5c992b..d59204f 100644
546 index b2fca5f..5876219 100755
547547 --- a/lib/listeners/redirector.py
548548 +++ b/lib/listeners/redirector.py
549 @@ -417,7 +417,7 @@ class Listener(object):
549 @@ -433,7 +433,7 @@ class Listener(object):
550550
551551 elif language.lower() == 'python':
552552 # read in the stager base