Introduction
Remot3d is a simple tool created for large pentesters, security researchers, but also just for the pleasure to exploit a systems/servers that runs a PHP program language.
Note: Modifications, changes/alterations to this source code is acceptable. But know that any public releases utilizing this code must be approved by author of this tool.
Remot3d: An Easy Way To Exploiting
The Remot3d tool will help you create backdoor in an instant, which you can use for remote access (via Linux terminal) on any server that runs the PHP. This tool is made to bypass the system that is disabled on the server,
especially for reading sensitive files that are located in /etc/passwd.
A backdoor is a method, often secret, of bypassing normal authentication or encryption in a computer system, a product, or an embedded device, or its embodiment. Backdoors are often used for securing remote access to a computer, or obtaining access to plaintext in cryptographic systems. (source: Wikipedia)
Features:
- Create backdoor for windows or linux servers (can run php file)
- Bypass disable function’s with
imap_open
vulnerability - Bypass read file
/etc/passwd
with cURL or Unique Logic Script’s - Generating Backdoor and can be remoted on Tools
- etc.
Supported OSs:
- Linux Mint (Ubuntu based), Parrot, BackTrack, Backbox, DracOS, IbisLinux
Install
Clone the repo:
$ git clone https://github.com/KeepWannabe/Remot3d
Navigate to the tool directory and make Remot3d executable:
$ cd Remot3d
$ chmod +x Remot3d.sh
To install run:
$ ./Remot3d.sh
_| _|_|_| >coded by b1p0l4r - IndoXploit< _| _|_|_| _|
_| _| _| _|_| _|_|_| _|_| _|_| _|_|_|_| _| _|_|_|
_| _|_|_| _|_|_|_| _| _| _| _| _| _| _|_| _| _|
_| _| _| _| _| _| _| _| _| _| _| _| _|
_| _|_|_|_|_| _| _| _|_|_| _| _| _| _|_| _|_| _|_|_| _|_|_|
[+] Options :
[-] 1. Generate Backdoor
[-] 2. Generate Reversel Shell (with iMap Disable Function Bypass)
[-] 3. Bypass Read /etc/passwd (with unique logic)
[-] 4. Remote your Backdoor (Just for Option 1)
[+] Choose the options
Update
To update run:
$ git pull
$ chmod +x Remot3d.sh
$ ./Remot3d.sh