Skip to content

PHP-BackConnect used to do a Reverse_TCP connection to Netcat where C, Perl, Python BackConnect Doesn't Work

Notifications You must be signed in to change notification settings

shawarkhanethicalhacker/PHP-BackConnector

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

PHP-BackConnector

// php-reverse-shell - A Reverse Shell implementation in PHP // Copyright (C) 2017 PCT-Tool's by Pak Monster // // Description // ----------- // This script will make an outbound TCP connection to a hardcoded IP and port. // The recipient will be given a shell running as the current user (apache normally). // // Limitations // ----------- // proc_open and stream_set_blocking require PHP version 4.3+, or 5+ // Use of stream_select() 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.

About

PHP-BackConnect used to do a Reverse_TCP connection to Netcat where C, Perl, Python BackConnect Doesn't Work

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%