Make Ubuntu Pentest OS
MakePentest OS on Ubuntu by LukaSikic
hi,today i will show you how to make pentest OS from Ubuntu
1.Enable ROOT
2.Install Desktop environment (i will use XFCE/XUBUNTU session)
3.Install Pentest tools (from Kali Linux)
1.Enable ROOT:
Commands:
$sudo passwd root
$sudo sh -c 'echo "greeter-show-manual-login=true" >>/etc/lightdm/lightdm.conf'
Restartyour Computer.
Clickon “Login” and type “root” as username, type your passwordyou set it before.
- Install Desktop environment:
Thats easy, we willinstall xubuntu desktop environment using apt-get
Command:$ sudoadd-apt-repository ppa:xubuntu-dev/xfce-4.10
$apt-get install xubuntu-desktop
Log out/reboot and use rootusername for login and click on ubuntu logo in right-up side in LoginForm and choose “xubuntu”
When you login you will see xubuntu desktop, it dont have pentest tools, but in next step I willshow you how to install Kali Linux tools.
- Install Pentest tools:
In this step I will show you howto install pentest tools from best pentest OS named “Kali Linux”.
a.)Install synaptic: $ apt-getinstall gdebi && apt-get install synaptic
b.)Open with file editor /etc/apt/sources.list and add these lines:
deb http://ppa.launchpad.net/wagungs/kali-linux/ubuntuprecise main
deb-srchttp://ppa.launchpad.net/wagungs/kali-linux/ubuntuprecise main
debhttp://ppa.launchpad.net/wagungs/kali-linux2/ubuntuprecise main
deb-srchttp://ppa.launchpad.net/wagungs/kali-linux2/ubuntuprecise main
deb http://ppa.launchpad.net/wagungs/kali-linux/ubuntuprecise main
deb-srchttp://ppa.launchpad.net/wagungs/kali-linux/ubuntuprecise main
debhttp://ppa.launchpad.net/wagungs/kali-linux2/ubuntuprecise main
deb-srchttp://ppa.launchpad.net/wagungs/kali-linux2/ubuntuprecise main
- c.) Make new file on desktop named “pgp-key.txt”, open it and paste this:
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: SKS 1.1.4
Comment: Hostname: keyserver.ubuntu.com
mI0ET324YwEEANbSlISrOlAGjxgFRxiN6jk0JIl/vxQ8lapRdxZ4DHDAQdXbX4AuigMBkP5e
sOxhMpDnkgMRtEVpaBMdQheA0/431pPQYqkr3jdeZw5JS5opiyJ4qr/QrcoSFHSluEkWkbZ6
RYOkA25vW31KK2FB2LQVRYk580llXAVgIUznm2ATABEBAAG0GExhdW5jaHBhZCBQUEEgZm9y
IHdhZ3VuZ4i4BBMBAgAiBQJPfbhjAhsDBgsJCAcDAgYVCAIJCgsEFgIDAQIeAQIXgAAKCRAb
IuuNj9/bVxabBADSGN8cp+hqkdZqwq263wdz/UGsiuB1bCrH06/HznC/ZC5rjfH3aQ1Dwwag
zYCrSD3c0cKNAqD10009N76RMlzZBH8kKL9khH3zPL/k4/lYuVP7y6NKFbBsnawEUc0mWcCa
mH4ScTdWWPXP/mOQiUUjnQ1bZhzpcbQOb+hEUAqExg==
=fJ+8
-----END PGP PUBLIC KEY BLOCK-----
d.) Now , open synaptic , go to : settings >>> repositories , In software sources go to : Authentication >>> Import key file.
Navigate to your Desktop and double clic on the pgp-key txt file.
Close everything and in Terminal : apt-get update && apt-get dist-upgrade.
e.) Now Open Synaptic and clic on ORIGINE tab on the bottom left . You will see repositories links appearing on the top left of Synaptic.
Highlite the 2nd and the 3rd repository line as shown in the video .
Start installing your tools using Synaptic . ( Install 10 tools at the time , if any tool will mark itself in red color , untick it and proceed , You can come back to it later on and re-install it , sometime you need some extra dependencies , so some tools will install them for you )
TUTORIALBY LACERATUS