This repository has been archived by the owner on May 25, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
da9b1bb
commit bca461e
Showing
1 changed file
with
39 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,39 @@ | ||
<p align="center"> | ||
<img | ||
src = "https://user-images.githubusercontent.com/90923369/158807109-8ddabced-898a-47a8-bb50-99c519515d50.png" | ||
> | ||
</p> | ||
# qWire | ||
A Remote Access Kit for Windows. | ||
|
||
# About qWire | ||
qWire is a remote access kit for Windows. The purpose of this project is to work on my skills related to coding and explore the different ways remote access software can be put together. This project uses a basic client-server model. The code has been commented to the best of my ability at the time of creation as | ||
I have found it's near impossible to remember what your code does after stepping away from a project for a certain period of time. | ||
|
||
# How to setup qWire | ||
Setup instructions will not be provided on this repository. The code is posted for educational purposes only. If you the reader would like to set up qWire, you are free to do so at your own will. Reading through the source code will help you understand how the program works. | ||
|
||
# Support | ||
This software is provided "as-is" with no support to the end user. The end user is free to modify the software as they see fit. Requests for support will not be fulfilled. | ||
|
||
# Legal Notice | ||
If you're looking for an open-source project to abuse, Look elsewhere. The author of qWire is not responsible for the illicit use of this program. As stated above, there is no support provided for this program. If you use or modify this code to attack computer systems, that is entirely on you. The author does not support, condone or encourage the illicit use of this software. Any attempts to do so are strongly discouraged by the author. This project is for educational purposes only. | ||
|
||
# Environment | ||
Created with python 3.9.X | ||
Client tested on: | ||
* Windows 10 | ||
Server tested on: | ||
* Debian | ||
|
||
# Features | ||
* Power Management (Shutdown/Reboot) | ||
* Python Meterpreter Shell | ||
* PowerShell Shell | ||
* Screen Shot | ||
* BSoD | ||
* Simple Networking (Disconnect/Reconnect/Ping) | ||
* Encrypted Communications | ||
* Hardcoded enumeration command | ||
* DNS Update (Via DuckDNS) |