Showing posts with label Kali Sana. Show all posts
Showing posts with label Kali Sana. Show all posts

Thursday, 13 August 2015

Adding Official Repositories in Kali Linux 2.0 - Kali Sana

This post will guide you in adding repositories in Kali Linux 2.0 Kali Sana. 

The single most common causes of a broken Kali Linux installation are following unofficial advice, and particularly arbitrarily populating the system’s sources.list file with unofficial repositories. The following post aims to clarify what repositories should exist in sources.list, and when they should be used.

Any additional repositories added to the Kali sources.list file will most likely BREAK YOUR KALI LINUX INSTALL.


Please follow the commands below to add the repositories

Open source.list by entering the following command in terminal

root@kali:~# vi /etc/apt/sources.list

or

root@kali:~# gedit /etc/apt/sources.list

Copy and paste the following repositories(make sure you delete everything from the opened source.list file first)

# Regular repositories
deb http://http.kali.org/kali sana main non-free contrib
deb http://security.kali.org/kali-security sana/updates main contrib non-free
# Source repositories
deb-src http://http.kali.org/kali sana main non-free contrib
deb-src http://security.kali.org/kali-security sana/updates main contrib non-free

Once you finish adding it please save and close the file

Now enter the following commands one by one in your terminal

apt-get clean

apt-get update

apt-get upgrade

apt-get dist-upgrade

That's it. Congratulation you have added the repositories

Don’t add kali-dev, kali-rolling or any other Kali repositories unless you have a specific reason to – which usually, you won’t. If you *must* add additional repositories, drop a new sources file in /etc/apt/sources.list.d/ instead.

Tuesday, 11 August 2015

Kali Linux 2.0 Released - The Most Powerful Penetration Testing Platform

The wait is over, Kali 2.0 is officially released. So, lets quickly have a look at what's new in Kali 2.0?

There’s a new 4.0 kernel, now based on Debian Jessie, improved hardware and wireless driver coverage, support for a variety of Desktop Environments (gnome, kde, xfce, mate, e17, lxde, i3wm), updated desktop environment and tools and many more.


Kali Linux is Now a Rolling Distribution

This is one of the biggest thing that has come in kali 2.0. The continuous rolling distribution allows to pull packages continuously from Debian Testing and essentially upgrade the Kali core system.

Continuously Updated Tools, Enhanced Workflow

This is another interesting addition to Kali 2.0, the integration of an upstream version checking system. The upstream version checking system alerts the system when a new versions of tools are released (usually via git tagging). 

New Flavours of Kali Linux 2.0

Kali 2.0 now natively supports KDE, GNOME3, Xfce, MATE, e17, lxde and i3wm. GNOME 3 is used as the default flavor with a bit of customization. The customizations include a multi-level menus, true terminal transparency, as well as a handful of useful gnome shell extensions. 

Where’s My Kali 2.0 Download?

You can download your Kali 2.0 from here.

How Do I Upgrade to Kali 2.0?

You can upgrade to Kali 2.0 by simply running the following commands

cat << EOF > /etc/apt/sources.list
deb http://http.kali.org/kali sana main non-free contrib
deb http://security.kali.org/kali-security/sana/updatesmaincontrib non-free
EOF

apt-get update
apt-get dist-upgrade
reboot

Your Kali 2.0 just Got an Upgrade. Hope you enjoy the new look, features, tools, and workflow.



Sunday, 9 August 2015

Kali Sana (Kali Linux 2.0) To Be Released On 11th Aug 2015

Kali Linux 2.0 (Codename ‘Kali Sana’) is to be released on 11th August 2015. Those who are not keeping track, this is the biggest update since BackTrack Linux was superseded by Kali Linux back in 2013.

Kali Sana (Kali Linux 2.0)
Kali Sana (Kali Linux 2.0)
Added Key Features in Kali Sana (Kali Linux 2.0)
  • Kali Linux 2.0 (Kali Sana) is now a rolling release, which means more frequent updates.
  • The core set tools in Kali will be weekly updated.
  • Kali UI will now use full Gnome Desktop instead of gnome-fallback, i.e. more eye-candy for you.
  • Restructured menus and tool categories.
  • Ruby 2.0 will be supported natively which will make Metasploit will load much much faster.
  • Added all new cutting-edge wireless penetration tools and more. Watch out neighbors, it will never be safe anymore.
  • Added desktop notifications, so that you don’t miss anything.
  • Added screencasting so that you can record desktop and upload to YouTube/Vimeo etc.
source