-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
29 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,33 @@ | ||
![icon00](https://user-images.githubusercontent.com/8947301/144822889-97bbf93c-e12e-4fd5-b7c0-ad0794eb6dca.png) | ||
<br><h1>Your offensive operation suit</h1> | ||
|
||
|
||
Portable, minimalistic emulated infrastructure for offensive operations. | ||
# About | ||
Qemuno is a portable, minimalistic emulated infrastructure for offensive operations. | ||
|
||
Versions: | ||
<br>Qemu v7.0.0 | ||
<br>CorePure 13.1 (kernel 5.15.10) | ||
<br>Docker 20.10.9 | ||
This framework aims to help executing Red Team operations and evade detection of endpoint security solutions, without the need for administrative privileges. | ||
|
||
This framework is based on: | ||
- QEMU | ||
- TinyCore distribution | ||
- Dockers | ||
|
||
Operating the framework is carried out using the UI: | ||
- Download & Upload files to the framework | ||
- Interact with tools and execute tasks | ||
|
||
|
||
# Usage | ||
To spin up the framework and start using it we have to execute only one batch file, break down to steps: | ||
- Download latest release. | ||
- Extract files. | ||
- Run 'run.bat' file. | ||
- Wait until intialization process complete. | ||
- Browse http://localhost:9000/ to operate the UI. | ||
|
||
# Qemuno files | ||
You can download the relevant Qemuno binaries from [here](https://github.com/SygniaLabs/Qemuno/releases). | ||
|
||
# Versions | ||
- Qemu: v7.0.0 | ||
- CorePure: 13.1 (kernel 5.15.10) | ||
- Docker: 20.10.9 |