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

Shellcode injection not working #31

Open
madmantm opened this issue Mar 22, 2021 · 0 comments
Open

Shellcode injection not working #31

madmantm opened this issue Mar 22, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@madmantm
Copy link

madmantm commented Mar 22, 2021

Environment Data

  • DeimosC2 Version: v1.1.0-Beta
  • DeimosC2 Build: Linux
  • Target Operating System: Windows

Expected Behavior

When trying to use the SC (ShellInject) command with an active Windows HTTPS beacon

sc --pid 2864 --shellcode fce8820000006089e531c0648b

This should execute a basic shellcode with a windows command.

Actual Behavior

sc --pid 2864 --shellcode fce8820000006089e531c0648b
ERROR: Missing --pid

I have tried inverting the order of the parameters, put them in quotes, everything and i haven't got luck yet.

Steps to Reproduce Behavior

  1. Have a valid agent with a valid listener
  2. In the agent command window type the following sc --pid 1234 --shellcode 00000F
  3. Receive the error msg with the --pid still missing.

Misc Information

Thanks for your help!

@paragonsec paragonsec added the bug Something isn't working label Mar 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants