Pages

Showing posts with label Installation. Show all posts
Showing posts with label Installation. Show all posts

Saturday, September 3, 2011

Install Google Chrome in Backtrack 5

Many people are questioning how to install google chrome in backtrack.
This time I will tell you how to install google chrome in backtrack 5. Follow the steps below :
1.   apt-get install chromium-browser
You can also use synaptic and select the chromium-browser.
2.   cd /usr/lib/chromium-browser
3.      Replace geteuid to be getppid using hexedit with the following command :
hexedit chromium-browser
Then press tab to switch to the mode string. Then press ctrl+s and type geteuid. Replace geteuid to be getppid then press ctrl+x to exit!
4.      Enjoy your google chrome!!!

Thursday, June 23, 2011

Webgoat Installation

WebGoat is based on the concept of teaching a user a real world lesson and then asking the user to demonstrate their understanding by exploiting a real vulnerability on the local system. The system is even clever enough to provide hints and show the user cookies, parameters and the underlying Java code if they choose. Examples of lessons include SQL injection to a fake credit card database, where the user creates the attack and steals the credit card numbers.

In this chance, I will tell you about how to installation webgoat.
Follow the steps below :
1.      Download webgoat Here
2.      Download java Here
3.      Extract webgoat with this command :
root@bt:~#7z x WebGoat-OWASP_Standard-5.3_RC1.7z
Information :
7z = used for unzip WebGoat-OWASP_Standard-5.3_RC1.7z
x = used for extract file with full path