GitHub
github.com › pentestmonkey › php-reverse-shell
GitHub - pentestmonkey/php-reverse-shell · GitHub
Contribute to pentestmonkey/php-reverse-shell development by creating an account on GitHub.
Starred by 2.8K users
Forked by 1.9K users
Languages PHP
GitHub
raw.githubusercontent.com › pentestmonkey › php-reverse-shell › master › php-reverse-shell.php
PentestMonkey php-reverse-shell - GitHub
open and streamsetblocking require PHP version 4.3+, or 5+ // Use of streamselect() on file descriptors returned by proc_open() will fail and return FALSE under Windows. // Some compile-time options are needed for daemonisation (like pcntl, posix). These are rarely available. // // Usage // ----- // See http://pentestmonkey.net/tools/php-reverse-shell if you get stuck.
GitHub
github.com › ivan-sincek › php-reverse-shell
GitHub - ivan-sincek/php-reverse-shell: PHP shells that work on Linux OS, macOS, and Windows OS. · GitHub
Starred by 530 users
Forked by 153 users
Languages PHP
GitHub
github.com › pentestmonkey › php-reverse-shell › blob › master › php-reverse-shell.php
php-reverse-shell/php-reverse-shell.php at master · pentestmonkey/php-reverse-shell
// See http://pentestmonkey.net/tools/php-reverse-shell if you get stuck. · set_time_limit (0); $VERSION = "1.0"; $ip = '127.0.0.1'; // CHANGE THIS · $port = 1234; // CHANGE THIS · $chunk_size = 1400; $write_a = null; $error_a = null; $shell = 'uname -a; w; id; /bin/sh -i'; $daemon = 0; $debug = 0; ·
Author pentestmonkey
Github
n0a110w.github.io › notes › security-stuff › shells › php.html
php - n0a110w.github.io
# download the repository git clone https://github.com/pentestmonkey/php-reverse-shell.git # modify the source so it uses a listener's IP of choice cd php-reverse-shell sed -i 's/127.0.0.1/IPADDR/' php-reverse-shell.php # now the file is ready to be uploaded/downloaded onto the target # one ...
Pentestmonkey
pentestmonkey.net › tools › web-shells › php-reverse-shell
php-reverse-shell | pentestmonkey
To prevent someone else from abusing your backdoor – a nightmare scenario while pentesting – you need to modify the source code to indicate where you want the reverse shell thrown back to. Edit the following lines of php-reverse-shell.php:
GitHub
github.com › pentestmonkey › php-reverse-shell › tree › 8aa37ebe03d896b432c4b4469028e2bed75785f1
GitHub - pentestmonkey/php-reverse-shell at 8aa37ebe03d896b432c4b4469028e2bed75785f1 · GitHub
Starred by 2.7K users
Forked by 1.9K users
Languages PHP
D3adshoth8ck
d3adshoth8ck.github.io › 2025 › 06 › 27 › pentestmonkey-reverse-shell.html
The Legendary PHP Reverse Shell by Pentestmonkey
Huge respect to Pentestmonkey — pentestmonkey.net — for sharing this script with the community. It’s pure gold. ```php <?php // php-reverse-shell - A Reverse Shell implementation in PHP // Copyright (C) 2007 pentestmonkey@pentestmonkey.net // …
GitHub
github.com › pentestmonkey › php-reverse-shell › actions
Actions · pentestmonkey/php-reverse-shell
pentestmonkey / php-reverse-shell Public · Notifications · You must be signed in to change notification settings · Fork 1.9k · Star 2.8k · Automate your workflow from idea to production · GitHub Actions makes it easy to automate all your software workflows, now with world-class CI/CD.
Author pentestmonkey
GitHub
github.com › pentestmonkey › php-reverse-shell › pulls
Pull requests · pentestmonkey/php-reverse-shell
pentestmonkey.php · #30 opened · Jan 16, 2026 by Shahzad-Afridi-86 · Loading… · Update php-reverse-shell.php · #28 opened · Aug 19, 2025 by Linuxblackshark · Loading… · Patch 4 · #27 opened · Oct 16, 2024 by securitycastle · Loading… · 1 · Update php-reverse-shell.php ·
Author pentestmonkey
GitHub
github.com › pentestmonkey › php-reverse-shell › releases
Releases · pentestmonkey/php-reverse-shell
pentestmonkey / php-reverse-shell Public · Notifications · You must be signed in to change notification settings · Fork 1.9k · Star 2.8k · Releases · pentestmonkey/php-reverse-shell · You can create a release to package software, along with release notes and links to binary files, for other people to use.
Author pentestmonkey
GitHub
github.com › pentestmonkey › php-reverse-shell
php-reverse-shell/ at master · pentestmonkey/php-reverse-shell
Contribute to pentestmonkey/php-reverse-shell development by creating an account on GitHub.
Author pentestmonkey