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.
I started the HTTP_MAPI listener and then tried to run launcher powershell, but received the error:
[!] Error generating launcher: global name 'launcher' is not defined
Screenshot of error, embedded text output, or Pastebin link to the error
Any additional information
If I had to guess I would say that the issue stems from the generate_launcher function in lib/listeners/http_map.py not properly finding the launcher module in lib/stagers/multi/launcher.py. Possibly because that launcher was originally one directory up? If you need any further information, just let me know!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Empire Version
2.5
OS Information (Linux flavor, Python version)
Kali Linux
Expected behavior and description of the error, including any actions taken immediately prior to the error. The more detail the better.
I started the HTTP_MAPI listener and then tried to run
launcher powershell
, but received the error:Screenshot of error, embedded text output, or Pastebin link to the error
Any additional information
If I had to guess I would say that the issue stems from the
generate_launcher
function inlib/listeners/http_map.py
not properly finding the launcher module inlib/stagers/multi/launcher.py
. Possibly because that launcher was originally one directory up? If you need any further information, just let me know!The text was updated successfully, but these errors were encountered: