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

Added discreet option #16

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Added discreet option #16

wants to merge 2 commits into from

Conversation

nicolasmf
Copy link

Discreet option launches script in background and clears terminal, deletes command history and reboots to cover execution traces

@xpsknoth
Copy link

@nicolasmf
I quite agree that these should be added
There are many people who just come to learn. Most of them still do not understand these languages.

This is for anyone who doesn't know.
Here's how to open scripts in the background.

  1. Add " -WindowStyle Hidden " at the end of the payload this is the easiest way
    example : powershell -e JABzAD0AJwAzADYAZAA4AC0AMQA4ADAALQAxADgAMw -WindowStyle Hidden
    Or
  2. Just create raw payload and add " -WindowStyle Hidden " after that encode into base64
    These methods work for me well.😊

@nicolasmf
Copy link
Author

Thank you, @xpsknoth, for your explanations !

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

Successfully merging this pull request may close these issues.

2 participants