Skip to content

RCEShell is a Python tool designed for remotely executing commands on vulnerable web servers with Remote Code Execution (RCE) vulnerabilities. It provides a simple interface for interacting with the target server and executing commands remotely.

License

Notifications You must be signed in to change notification settings

iamunixtz/RCEShell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RCESHELL

RCEShell Image

RCEShell is a Python tool designed for remotely executing commands on vulnerable web servers with Remote Code Execution (RCE) vulnerabilities. It provides a simple interface for interacting with the target server and executing commands remotely.

Installation Guide

Termux (Android):

  1. Description: Termux is an Android terminal emulator and Linux environment app that allows users to run commands and access Linux utilities on their Android devices.

    • Install Termux: Install the Termux app from the FROIDE.
  2. Installation:

    apt update && apt upgrade
    pkg install git 
    pkg install python 
    pkg install git
    git clone https://github.com/iamunixtz/RCEShell.git
    cd RCEShell
    python3 rceshell.py

Kali Linux:

  1. Description: Kali Linux is a Debian-based Linux distribution aimed at advanced Penetration Testing and Security Auditing.

    • Install Git: Open a terminal and install Git. Installation:
    sudo apt update
    sudo apt install git 
    git clone https://github.com/iamunixtz/RCEShell.git
    cd RCEShell
    python3 rceshell.py

MacOS:

  1. Description: MacOS is the primary operating system for Apple's Mac computers, built on a Unix-based foundation.

    • Install Git: Install Git for MacOS. Installation:
    xcode-select --install
    git clone https://github.com/iamunixtz/RCEShell.git
    cd RCEShell
    python3 rceshell.py

Windows:

  1. Description: Windows is a widely used operating system developed by Microsoft.

  2. Installation:

    git clone https://github.com/iamunixtz/RCEShell.git
    cd RCEShell
    python rceshell.py

Feel free to use this guide to install RCEShell on your preferred platform. Let me know if you need further assistance!

Sample Command Usage RCEShell Image

Sample URL Format

RCE Commands and Usage

Command Description Example
whoami Display current user whoami
id Display user and group IDs id
pwd Print current working directory pwd
ls List directory contents ls
uname -a Print system information uname -a
ps aux List all running processes ps aux
netstat -tuln Show listening ports netstat -tuln
ifconfig Display network interface config ifconfig
cat /etc/passwd View user account information cat /etc/passwd
cat /etc/group View group information cat /etc/group
cat /etc/hosts Display hosts file contents cat /etc/hosts
cat /etc/hostname Show hostname cat /etc/hostname
cat /etc/os-release Show operating system information cat /etc/os-release
df -h Display disk space usage df -h
free -h Show memory usage free -h
dmesg Print kernel messages dmesg
last Show last logged in users last
history Print command history history
find / -name filename Search for a file find / -name filename

About

RCEShell is a Python tool designed for remotely executing commands on vulnerable web servers with Remote Code Execution (RCE) vulnerabilities. It provides a simple interface for interacting with the target server and executing commands remotely.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages