An open API service indexing awesome lists of open source software.

https://github.com/9dl/php-reverse-shell

Simple PHP Reverse Shell
https://github.com/9dl/php-reverse-shell

php-shell reverse-shell simple

Last synced: 10 months ago
JSON representation

Simple PHP Reverse Shell

Awesome Lists containing this project

README

          

# PHP-Reverse-Shell (R-SHELL)

# Features
1. Public IP detection.
2. Hostname retrieval.
3. Local IP retrieval.
4. System info retrieval.
5. PHP version check.
6. System architecture check.

# Payload
The payload can be accessed in the file `shell.php`.

# Listener
```php
nc -lvnp 1337 or ncat -lvnp 1337 ( ON WINDOWS )
```
# Showcase
![image](https://github.com/user-attachments/assets/0b99c7d1-4695-4e88-b367-6d62e7f5ae0c)