Skip to content

A EASY TO USE `Ngrok` backdoor creator on a IP:PORT

Notifications You must be signed in to change notification settings

CPScript/Saturn-BackDoor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

how to use

    1. root yourself: sudo su
    1. run script: python Saturn.py

Whats going on??

  1. The script first prints out a banner and then asks the user to choose an option. The options are:
  • Linux (Recommended)
  • Windows (Harder to use)
  • Listen (Connect to a port)
  • Exit (Stop this software)
  1. If the user chooses the Linux option, the script will ask for an IP address and a port number. It then writes a C program to a file named .linux.c. This program creates a socket, connects to the specified IP and port, and then executes a shell (/bin/sh). The compiled executable is saved as Saturn-Linux.
  2. If the user chooses the Windows option, the script behaves similarly but writes a C program for Windows instead. The compiled executable is saved as Saturn-Windows.exe.
  3. If the user chooses the Listen option, the script starts a netcat listener on the specified port.
  4. If the user chooses the Exit option, the script exits.
  5. After creating the backdoor, the script uses ngrok to expose the local server running on port 80 to the internet. It then prints out the URL where the backdoor can be accessed.

Screenshot 2024-01-08 12 54 25 AM