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

Interactive mode support #79

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Commits on Apr 12, 2021

  1. Interactive mode support

    It allows to execute Rubeus in an interactive mode. It is useful to avoid the command line process auditing functionality.
    
    It switches to interactive mode only when no command line arguments have been input as mimikatz does.
    
    It is also useful if you want to use it with loaders which inject the process into memory such as PEzor. Although Donut already allows hardcoding arguments, it is not efficient generating a binary for each command.
    
    This condition (&& args[0] != "") is just to make it work properly with PEzor. I don't know why but the loader adds an empty first argument. It has no impact on the normal behavior.
    jarilaos authored Apr 12, 2021
    Configuration menu
    Copy the full SHA
    3f1855c View commit details
    Browse the repository at this point in the history