Labels

Saturday, December 17, 2011

how to install wordpress cms in backtrack

Companions may never want to install wordpress diBacktrack, but confused how to install it gmna, if diwindows may be easy ways installasinya pressing enter. The incident, too, who happen to my current web class because I had never done dilinux wordpress installation. But never is not a reason to stop, I searching kewebsite mysql and enlightened, the following WordPress tutorial install diBacktrack.

1. Run Apache and Mysql service from the Application> BackTrack> Services.
2. Download Wordpress here http://wordpress.org/download/
3. Extrack wordpress folder and copy it to / var / www
4. Create a database and make access to them.

root @ bt: ~ # mysql-u root-p
Enter a password:
Welcome to the MySQL monitor. Commands end with; or \ g.
Your MySQL connection id is 46
Server version: 5.1.41-3ubuntu12.10 (Ubuntu)

Type 'help;' or '\ h' for help. Type '\ c' to clear the current input statement.

mysql> CREATE DATABASE wordpress;
Query OK, 1 row affected (0.00 sec)

mysql> GRANT ALL PRIVILEGES ON *.* TO 'root' @ 'localhost' IDENTIFIED BY 'toor' WITH GRANT OPTION;
Query OK, 0 rows affected (0.00 sec)

mysql>




5. Open a browser and input the address localhost wordpress / wordpress



6. Database connection settings and click Submit.

Database Name: wordpress (or any database that we created dengna other names)
User Name: root
Password: toor
Database Host: localhost
Table Prefix: wp_



7. Open gedit and copy the text that is inside the box save it as wp-config.php in the folder / var / www / wordpress click Run the install.






8. Reopen the browser localhost / wordpress and fill the form.



9. Ready to login.



Hopefully this tutorial to help friends who struggle to install wordpress diBacktrack, make friends who use OS other than backtrack tutorial can also apply.
Continue Reading »

Saturday, December 10, 2011

BackTrack Live USB Install

This method of getting a live install to a USB drive is the simplest available using Unetbootin. Note that we will format the USB drive and erase its contents.

Plug in your USB Drive (Minimum USB Drive capacity 2 GB)
Format the USB drive to FAT32
Download Unetbootin from http://unetbootin.sourceforge.net/
Start Unetbootin and select diskimage (use the backtrack-final ISO)
Select your USB drive and click “OK” for creating a bootable BackTrack USB drive
Log into BackTrack with the default username and password root / toor.

Continue Reading »

Friday, December 2, 2011

how to install virtual box on backtrack without error

Make friends who menggalami errors when installing Virtual Box on Backtrack 5, then try the following manner, ^ ^

1. Download Virtual Box here
2. Then Perform installation as below:

root @ bt: ~ / Downloads # ./VirtualBox-4.0.10-72479-Linux_x86.run
bash: ./VirtualBox-4.0.10-72479-Linux_x86.run: Permission denied
root @ bt: ~ / Downloads # chmod + x VirtualBox-4.0.10-72 479-Linux_x86.run
root @ bt: ~ / Downloads # ./VirtualBox-4.0.10-72479-Linux_x86.run
Verifying archive integrity ... All good.
Uncompressing VirtualBox for Linux installation ...........
VirtualBox Version 4.0.10 r72479 (2011-06-24T13: 43:27 Z) installer
Installing VirtualBox to / opt / VirtualBox
tar: Record size = 8 blocks
Python found: python bindings installing ...
Building the VirtualBox kernel modules

VirtualBox has been installed successfully.

Will you find useful information about using VirtualBox in the user manual
   / opt / VirtualBox / UserManual.pdf
and in the user FAQ
   http://www.virtualbox.org/wiki/User_FAQ

We Hope that you enjoy using VirtualBox.

good luck...
Continue Reading »

Thursday, December 1, 2011

How to install postgresql in backtrack

Some of the companions may have heard about db_autopwn which typically uses postgresql as the database to perform the attack exploits, excessive use menggurangi db_autopwn is that we can use the time to carry out attacks.

root @ bt: ~ # apt-get install ruby libpgsql postgresql-libpq-dev
root @ bt: ~ # su postgres
sh-4.1 $ createuser root-P
Could not change directory to "/ root"
Enter password for new role:
Enter it again:
Shall the new role be a superuser? (y / n) n
Shall the new role be allowed to create databases? (y / n) n
Shall the new role be allowed to create more new roles? (y / n) n
sh-4.1 $ createdb - owner = root metasploit
Could not change directory to "/ root"
exit
sh-4.1 $ exit
exit

selamat mencoba..
Continue Reading »