You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.
Expected behavior and description of the error, including any actions taken immediately prior to the error. The more detail the better.
Dropbox payload not working as expected. It throws error when agent connects back.
Screenshot of error, embedded text output, or Pastebin link to the error
(Empire) > Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
File "/root/Desktop/Empire/lib/common/helpers.py", line 874, in __run
self.__run_backup()
File "/usr/lib/python2.7/threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
File "/root/Desktop/Empire//lib/listeners/dbx.py", line 891, in start_server
dataResults = self.mainMenu.agents.handle_agent_data(stagingKey, stageData, listenerOptions)
File "/root/Desktop/Empire/lib/common/agents.py", line 1376, in handle_agent_data
dataToReturn.append((language, self.handle_agent_staging(sessionID, language, meta, additional, encData, stagingKey, listenerOptions, clientIP)))
File "/root/Desktop/Empire/lib/common/agents.py", line 1274, in handle_agent_staging
sessionKey = self.agents[sessionID]['sessionKey']
KeyError: '1WKET7MC'
Any additional information
The text was updated successfully, but these errors were encountered:
Actually I have found solution by removing everything inside dropbox application folder. Probably, developers forgot to add functionality to remove junk files in DBX app folder when victim exits or connection is lost. Resetting listener + deleting everything inside dropbox solved problem .
Empire Version
2.2
OS Information (Linux flavor, Python version)
Kali linux 2016.2
Expected behavior and description of the error, including any actions taken immediately prior to the error. The more detail the better.
Dropbox payload not working as expected. It throws error when agent connects back.
Screenshot of error, embedded text output, or Pastebin link to the error
(Empire) > Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
File "/root/Desktop/Empire/lib/common/helpers.py", line 874, in __run
self.__run_backup()
File "/usr/lib/python2.7/threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
File "/root/Desktop/Empire//lib/listeners/dbx.py", line 891, in start_server
dataResults = self.mainMenu.agents.handle_agent_data(stagingKey, stageData, listenerOptions)
File "/root/Desktop/Empire/lib/common/agents.py", line 1376, in handle_agent_data
dataToReturn.append((language, self.handle_agent_staging(sessionID, language, meta, additional, encData, stagingKey, listenerOptions, clientIP)))
File "/root/Desktop/Empire/lib/common/agents.py", line 1274, in handle_agent_staging
sessionKey = self.agents[sessionID]['sessionKey']
KeyError: '1WKET7MC'
Any additional information
The text was updated successfully, but these errors were encountered: