Jump to content
Gonzalez

How to use a PHP Exploit

Recommended Posts

Posted

Im not the author of this tutorial and i just translated this. credit goes to the author.

The quite first question you will ask yourselves is:

"What do I recognise by, whether is it a PHP Exploit?"

- The question is quick answering, because every PHP Exploit looks out almost immediately at the beginning:

- <? php-> If stands immediately in the first line of your Exploit, then you can be sure that it was written in PHP.

Now you know that it's a PHP Exploit.

"What must I make now?"

to be able to launch generally a PHP Exploit, her web server PHP on your computer needs

I have here a link to one. Web server PHP download

With the installation, give "C:\PHP", not C:\Programme\or program files. This makes easier the work to you later.

At the the web server question choice "Do not setup a web server".

"How does it go on?"

- The next step is the saving of your Exploit as a file PHP.

You make right-click on your desktop and select the menu "New" and then select "text document". You open this and copy your PHP Exploit in and press on save.

Now you must change only the ending of your text file.

Now your Exploit is called, for example, "PHPExploit.txt" - Now name it simply in "PHPExploit.php" and press Enter. Your document should also get immediately a new icon.

Should you see with your file no ending (.txt), then opens a folder, doesn't mather wich. If "view"-> clicks in the menu bar on "extras"-> "folder options"-> and makes the hook with "extensions with known file types blank"

Now you should be able to see the ending.

"I have saved the Exploit as a PHPdatei, how do I launch the Exploit now?"

- You move your file PHPExploit.php in the folder PHP and launch CMD (start-> execution-> CMD)

Then with the command "cd" into the folder PHP switchen and start the Exploit.

"php.exe dateiname.php"

This is the most important what you must know about that. How it goes on after starting your Exploit, your Exploit itself betrays you.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...