Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stager generation fails, generate_launcher() got an unexpected keyword #42

Closed
MangoHiller opened this issue Dec 28, 2019 · 1 comment
Closed
Labels
bug Something isn't working confirmed

Comments

@MangoHiller
Copy link

Empire Version

3.0 BC-Security Fork

OS Information (Linux flavor, Python version)

Linux kali 5.3.0-kali3-amd64 SMP Debian 5.3.15-1kali1 (2019-12-09) x86_64 GNU/Linux
Python 3.7.5

Expected behavior and description of the error, including any actions taken immediately prior to the error. The more detail the better.

Same error as EmpireProject#1345 so i paste it here:

cd to Empire directory, sudo ./empire
generate listener meterpreter, default inputs + port 4444, execute - Works fine, listener is active
move back to main menu, run "usestager (any stager)", set Listener meterpreter, execute.

Expected behavior is to generate a stager, for example a bat launcher.
Result : [!] Exception: generate_launcher() got an unexpected keyword argument 'scriptLogBypass'

Empire then moves back to the main menu.

Screenshot of error, embedded text output, or Pastebin link to the error

The only error received is "[!] Exception: generate_launcher() got an unexpected keyword argument 'scriptLogBypass'"

Any additional information

Kali run in VirtualBox 6.0

@Cx01N Cx01N added bug Something isn't working confirmed labels Dec 28, 2019
@Hubbl3
Copy link

Hubbl3 commented Dec 31, 2019

Try running a pip3 install on the requirements .txt

I just pushed a commit to the bug fix branch that ensures python 3 dependencies are installed when running the install.sh.

@Hubbl3 Hubbl3 closed this as completed Dec 31, 2019
vinnybod added a commit that referenced this issue Apr 8, 2021
* added validation option to generate authcode for onedrive listener

* Update empire/server/empire.py

Co-authored-by: Vincent Rose <vrose04@gmail.com>

* Update empire/server/empire.py

Co-authored-by: Vincent Rose <vrose04@gmail.com>

* Update empire/server/listeners/onedrive.py

Co-authored-by: Vincent Rose <vrose04@gmail.com>

* fixed more snakecase

* fixed to appease vinnybod's ocd

Co-authored-by: Vincent Rose <vrose04@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working confirmed
Projects
None yet
Development

No branches or pull requests

3 participants