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
- Host: GitHub
- URL: https://github.com/9dl/php-reverse-shell
- Owner: 9dl
- Created: 2024-11-01T22:09:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-18T08:32:39.000Z (about 1 year ago)
- Last Synced: 2025-02-07T22:20:55.337Z (12 months ago)
- Topics: php-shell, reverse-shell, simple
- Language: PHP
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
