Monday, January 24, 2011

Menambahkan Repository Backtrack di Ubuntu

#Cara menambahkan repository Backtrack:
jetsetfunky@jetsetfunky-laptop:~$ sudo echo "deb http://archive.offensive-security.com pwnsauce main microverse macroverse restricted universe multiverse" > /etc/apt/source.list
#Cara menanamkan GPG Key di System:
jetsetfunky@jetsetfunky-laptop:~$ wget -q http://archive.offensive-security.com/backtrack.gpg -0- | sudo apt-key add -
OK
#Cara menambahkan Test Repository (tidak disarankan untuk user biasa):
jetsetfunky@jetsetfunky-laptop:~$ sudo echo "deb http://sun.offensive-security.com/repotest/ ./" >> /etc/apt/source.list

Setelah selesai:
jetsetfunky@jetsetfunky-laptop:~$ apt-get update
Get:1 http://archive.offensive-security.com pwnsauce Release.gpg [489B]
Ign http://archive.offensive-security.com/ pwnsauce/main Translation-en_US
Ign http://archive.offensive-security.com/ pwnsauce/microverse Translation-en_US
Ign http://archive.offensive-security.com/ pwnsauce/macroverse Translation-en_US
Ign http://archive.offensive-security.com/ pwnsauce/restricted Translation-en_US
Ign http://archive.offensive-security.com/ pwnsauce/universe Translation-en_US
Ign http://archive.offensive-security.com/ pwnsauce/multiverse Translation-en_US
Get:2 http://archive.offensive-security.com pwnsauce Release [9,106B]
Get:3 http://archive.offensive-security.com pwnsauce/main Packages [1,525kB]
Get:4 http://archive.offensive-security.com pwnsauce/microverse Packages [67.5kB]                                             
Get:5 http://archive.offensive-security.com pwnsauce/macroverse Packages [27.3kB]                                             
Get:6 http://archive.offensive-security.com pwnsauce/restricted Packages [11.9kB]                                             
Get:7 http://archive.offensive-security.com pwnsauce/universe Packages [4,560kB]                                              
Get:8 http://archive.offensive-security.com pwnsauce/multiverse Packages [195kB]                                              
Fetched 6,396kB in 6min 4s (17.5kB/s)                                                                                         
Reading package lists... Done
jetsetfunky@jetsetfunky-laptop:~$

Note: Jangan lupa masuk dulu di "root". Good luck.

No comments:

Post a Comment