Best Blackhat Forum

Full Version: [GET] phpSFP
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Create a file called "test.php" in your webserver root.

Add the following:

PHP Code:
phpinfo(); 

Open the file in your browser and you'll find the following.

Curl Support (I highly doubt PHP was compiled without support for it):

"-with-curl=/curldirectory"

URL Open Support:

"allow_url_fopen => On"

If "allow_url_fopen" is set to off, you're host might be running suPHP, this might work.

Create "php.ini" in webserver root.

Add the following to the file.

Code:
allow_url_fopen = On;
Hi, I have a problem. After following the TUTORIAL. i get this http://#########\/index.php/login. how do i fix the \/ to /.
Thanks
Hi, I have a problem after i followed the TUTORIAL. I get this in the address bar( http://#########\/index.php/login) How do i remove the \.
Thanks
Link is dead.Please update new links.Thanks
Pages: 1 2
Reference URL's