Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rozensoftware/hide
A tool for autorun a payload
https://github.com/rozensoftware/hide
autorun payload rust tool windows
Last synced: 6 days ago
JSON representation
A tool for autorun a payload
- Host: GitHub
- URL: https://github.com/rozensoftware/hide
- Owner: rozensoftware
- License: mit
- Created: 2024-05-12T15:35:04.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-06-01T14:25:47.000Z (8 months ago)
- Last Synced: 2024-11-13T10:49:13.355Z (2 months ago)
- Topics: autorun, payload, rust, tool, windows
- Language: Rust
- Homepage:
- Size: 23.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hide
Version: 0.1.1
This is a command that can help you to copy and autorun your payload or program in Windows OS.
## Purpose
The hide command can serve as a tool to copy, hide, and autorun your malware, virus, or other program in Windows OS.
Administrator privileges are required to successfully run the program.## Features
- Copies a payload to the System32 folder
- Autoruns a payload by writing its path to the registry
- Copies a payload to the Menu Autostart folder
- Creates a task in Windows Task Manager to autorun a payload
- Runs a payload after installing it## Building
Rust compiler is needed to build the command.
## Examples
Copy a payload to the System32 folder and write its path to the run node of the Windows Registry
```bash
./hide -f virus.exe -o 1
```Copy a payload to the Autostart System Menu folder
```bash
./hide -f virus.exe -o 2
```..and run it:
```bash
./hide -f virus.exe -o 2 -r
```Copy a payload to the System32 folder and create an autorun task in The Windows Task Manager.
For this to work you have to have the *autorun.ps1* script in the same folder as the hide.exe file.```bash
./hide -f virus.exe -o 3
```## License
This project is licensed under
MIT license (LICENSE-MIT or ).
## Contributing / Feedback
I am quite new to Rust. I am always glad to learn from anyone.
If you want to contribute, you are more than welcome to be a part of the project! Try to share you thoughts first! Feel free to open a new issue if you want to discuss new ideas.Any kind of feedback is welcome!