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

Working Persistence Module #496

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

Conversation

kapla0011
Copy link

For now the rrp library has been removed from the module. This is the usage of each of the techniques:

add_user: This methods adds a new user to the admin group

image

We can also specify some input credentials:

image
Checking if the credentials are valid:

image

file_upload:

This is just an upload function for file transfer purposes

image

malicious_binary

This technique involves copying a binary from a specified path to the user's startup folder.

image

proof:

image

registry_run:

This technique involves modifying the registry's Run key. Any executable path listed in the Run key will be executed when a user logs into the machine.

image

proof:

image

logon_scripts:

This techinique works by adding to the Logon Registry value the path of a .bat file with some custom commands inside.

image

proof:

image

scheduled_task:

creates a scheduled task that starts at every logon:

image

query the task:

image

win_logon_userinit:

the module adds to the UserInit value of winlogon the path of the malware:

image

query the registry:

image

@NeffIsBack
Copy link
Contributor

Thanks for the PR! Having screenshots while reviewing definitely helps a lot :)

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

Successfully merging this pull request may close these issues.

2 participants