├── CHANGELOG ├── COPYING.GPL ├── COPYING.PHP-FINDSOCK-SHELL ├── LICENSE ├── README.md ├── findsock.c └── php-findsock-shell.php /CHANGELOG: -------------------------------------------------------------------------------- 1 | 2 | 2007-09-02 php-findsock-shell v1.0 3 | 4 | * Initial public release 5 | 6 | -------------------------------------------------------------------------------- /COPYING.GPL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pentestmonkey/php-findsock-shell/HEAD/COPYING.GPL -------------------------------------------------------------------------------- /COPYING.PHP-FINDSOCK-SHELL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pentestmonkey/php-findsock-shell/HEAD/COPYING.PHP-FINDSOCK-SHELL -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pentestmonkey/php-findsock-shell/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # php-findsock-shell 2 | -------------------------------------------------------------------------------- /findsock.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pentestmonkey/php-findsock-shell/HEAD/findsock.c -------------------------------------------------------------------------------- /php-findsock-shell.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pentestmonkey/php-findsock-shell/HEAD/php-findsock-shell.php --------------------------------------------------------------------------------