Results 1 to 4 of 4

Thread: Installing backtrack tools with menu structur in Kubuntu 9.10

  1. #1
    Join Date
    Dec 2009
    Beans
    19

    Installing backtrack tools with menu structur in Kubuntu 9.10

    Installing backtrack4 tools with menu structure in Kubuntu 9.10

    *NOTE* This WILL break your kpackagekit !!! You will need to reinstall kpackagekit after the installation is complete or fix it with synaptic.
    *This may or may not break your system so do at your own risk*

    For this to work you will need to follow these instructions EXACTLY as it is here.

    Go to: http://rapidshare.com/files/34715448...entials.tar.gz

    Download the tarzip and open it up.

    INSTALLING THE BACKTRACK SUB MENU STRUCTURE

    Place the menu_backup folder in your home directory. <<----YOU WILL NEED THIS FOR THIS TO WORK
    Open the BT4-app-list folder and place the backtrack.txt1 file also in your home directory.
    Open a shell and type: kdesudo dolphin /etc/xdg/menus
    Delete the kd4-applications.menu file. (dont worry, I have provided a backup copy in the download)
    Open the BT4-kde4-applicantions.menu folder and place it where you deleted the old menu.
    Now you can exit.

    Now you have the bt4 sub menu.

    ADDING THE BT4 GPG KEY AND REPO

    Open a shell and type:

    wget -q http://archive.offensive-security.com/backtrack.gpg -O- | sudo apt-key add -

    This adds the GPG key.

    Then in a shell type:

    sudo echo "deb http://archive.offensive-security.com pwnsauce main microverse macroverse restricted universe multiverse" > /etc/apt/sources.list

    This adds the repo.

    Then run : sudo apt-get update

    You now have the bt4 pwnsauce repo.

    INSTALLING THE BT4 APPLICATIONS

    Open a shell and run:

    for i in $(cat backtrack.txt1); do sudo aptitude -y install $i; done

    This will install all the apps listed in the backtrack.txt1 file.

    This process is a long one so be patient.

    When the installation is complete, Run this command:

    sudo cp ~/menu_backup/* /usr/local/share/applications/

    This points to the menu_backup folder that you copied to your home directory and will place all the newly installed apps in the backtrack sub directory in youre menu.

    Enjoy:
    teage
    Attached Images Attached Images
    Last edited by teage3; February 7th, 2010 at 12:08 PM.

  2. #2
    Join Date
    May 2008
    Beans
    68
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Installing backtrack tools with menu structur in Kubuntu 9.10

    I have followed many failed ways to do this and first one to work for me. THANK YOU!!!

    this is just what I wanted.
    You will never enjoy the sunshine if you always fear the storm

  3. #3
    Join Date
    Feb 2010
    Location
    Syracuse, NY
    Beans
    229
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Installing backtrack tools with menu structur in Kubuntu 9.10

    does this really work?

    what is "kpackagekit"?

  4. #4
    Join Date
    Apr 2011
    Beans
    1
    Distro
    Kubuntu

    Re: Installing backtrack tools with menu structur in Kubuntu 9.10

    it is kubuntu app menages. NICE TUTORIAL MAN! Keep it up! It is working for me!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •