Author Topic: Opinion on Kali Linux 2.0?  (Read 2262 times)

0 Members and 1 Guest are viewing this topic.

Offline MrSigma

  • /dev/null
  • *
  • Posts: 11
  • Cookies: -5
    • View Profile
Opinion on Kali Linux 2.0?
« on: September 08, 2015, 10:09:19 pm »
What you guys think of Kali Linux 2.0?  I think its a little to modern and has a few lag issues (Screen freezes for a sec always once a while). But other wise i kinda like it. It seems new because i have always used to windows 7 and below.
Fuck society.

Offline ptales

  • Peasant
  • *
  • Posts: 75
  • Cookies: 10
  • Perfected Imperfection
    • View Profile
Re: Opinion on Kali Linux 2.0?
« Reply #1 on: September 08, 2015, 10:16:35 pm »
Have performance (graphic) issues with it, too. This isn't the case with Kali Linux 1. But I don't think it's "too modern" (don't even really know what you mean by that, tbh. Do you mean you don't like Gnome? You're not alone then :D).
'Until they become conscious they will never rebel, and until after they have rebelled they cannot become conscious.'

Offline hcac

  • Serf
  • *
  • Posts: 25
  • Cookies: 4
    • View Profile
Re: Opinion on Kali Linux 2.0?
« Reply #2 on: September 08, 2015, 10:29:36 pm »
Metasploit runs really fast, drivers are really suitable for my computer + my USB WiFi.
Icons are cute, Desktop is easier to use and I had no performance issue.
So generally it got really better for me. (on Kali 1.0.5 I wasn't able to use text/graphical mode because of the drivers issues of ATI)
P.S.: I think 1 didn't have gedit, did it?

Offline MrSigma

  • /dev/null
  • *
  • Posts: 11
  • Cookies: -5
    • View Profile
Re: Opinion on Kali Linux 2.0?
« Reply #3 on: September 08, 2015, 10:32:03 pm »
Have performance (graphic) issues with it, too. This isn't the case with Kali Linux 1. But I don't think it's "too modern" (don't even really know what you mean by that, tbh. Do you mean you don't like Gnome? You're not alone then :D ).

Thats exactly what i meant. Im probably going to switch toafce4. I think the performance issues are from Gnome because Kali Linux 1.x used GNOME 3.04 (Debian 7 ) and now Kali 2.0 uses GNOME 3.10 (Debian 8 ).
Fuck society.

Offline MrSigma

  • /dev/null
  • *
  • Posts: 11
  • Cookies: -5
    • View Profile
Re: Opinion on Kali Linux 2.0?
« Reply #4 on: September 08, 2015, 10:33:52 pm »
Metasploit runs really fast, drivers are really suitable for my computer + my USB WiFi.
Icons are cute, Desktop is easier to use and I had no performance issue.
So generally it got really better for me. (on Kali 1.0.5 I wasn't able to use text/graphical mode because of the drivers issues of ATI)
P.S.: I think 1 didn't have gedit, did it?

Im pretty sure 1.x had gedit. I at least custom installed it. Cant remember.
Fuck society.

Offline 0E 800

  • Not a VIP
  • VIP
  • Baron
  • *
  • Posts: 895
  • Cookies: 131
  • • тнε ιηтεяηεт ιs мү яεcүcℓε-вιη •
    • View Profile
Re: Opinion on Kali Linux 2.0?
« Reply #5 on: September 08, 2015, 10:38:06 pm »
I did a reddit post for installing kali sana tools ontop of crunchbang++
https://www.reddit.com/r/crunchbangplusplus/comments/3hrere/cbppkali_add_kali_2_pentest_tools/

Much better performance

To summarize:

From a fresh install of CBPP:
Code: [Select]
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
Code: [Select]
sudo nano /etc/apt/sources.listAdd at bottom:
Code: [Select]
#Kali 2
deb http://http.kali.org/kali sana main non-free contrib
deb http://security.kali.org/kali-security sana/updates main contrib non-free
CTRL + x to quit, y to save, ENTER
Code: [Select]
sudo apt-get update
sudo apt-get install kali-archive-keyring
sudo apt-get update
sudo apt-get install kali-linux-all
* (NOTE: Takes a while to d/l and setup all the kali packages, be prepared to press ENTER a few times to accept defaults)
(I keep mysql passwords blank)
(Path to metasploit framework - for veil setup: /usr/share/metasploit-framework/ )
Code: [Select]
sudo apt-get dist-upgrade(NOTE: this ^ will install Kali Kernel 4)
-To get kali menu in right click OB-menu:
Code: [Select]
sudo apt-get install openbox-menu

sudo apt-get install lxpanel

sudo ln -s /etc/xdg/menus/lxde-applications.menu /etc/xdg/menus/applications.menu
Code: [Select]
geany ~/.config/openbox/menu.xmlAdd:
Code: [Select]
<menu execute="openbox-menu" id="desktop-app-menu" label="Kali Menu"/>*(NOTE: I added it after </item> Line #52 // You can pretty much add it anywhere within reason) (You can change 'Kali Menu' to whatever, just note that because of the amount of tools, it will take a few seconds (dep on CPU) for the menu to appear.)
Save and exit geany.
Code: [Select]
openbox --restart(or logout and log back in)
*Note: Before you launch msfconsole or armitage, you will need to run:
Code: [Select]
sudo msfdb initFin.
Screenshot:
http://i.imgur.com/yZW7vEC.png




Ill be remastering when I am done customizing my own.
I can post the ISO if anyone wants to request it.
The invariable mark of wisdom is to see the miraculous in the common.

Offline MrSigma

  • /dev/null
  • *
  • Posts: 11
  • Cookies: -5
    • View Profile
Re: Opinion on Kali Linux 2.0?
« Reply #6 on: September 08, 2015, 10:45:35 pm »
I did a reddit post for installing kali sana tools ontop of crunchbang++
https://www.reddit.com/r/crunchbangplusplus/comments/3hrere/cbppkali_add_kali_2_pentest_tools/

Much better performance

To summarize:

From a fresh install of CBPP:
Code: [Select]
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
Code: [Select]
sudo nano /etc/apt/sources.listAdd at bottom:
Code: [Select]
#Kali 2
deb http://http.kali.org/kali sana main non-free contrib
deb http://security.kali.org/kali-security sana/updates main contrib non-free
CTRL + x to quit, y to save, ENTER
Code: [Select]
sudo apt-get update
sudo apt-get install kali-archive-keyring
sudo apt-get update
sudo apt-get install kali-linux-all
* (NOTE: Takes a while to d/l and setup all the kali packages, be prepared to press ENTER a few times to accept defaults)
(I keep mysql passwords blank)
(Path to metasploit framework - for veil setup: /usr/share/metasploit-framework/ )
Code: [Select]
sudo apt-get dist-upgrade(NOTE: this ^ will install Kali Kernel 4)
-To get kali menu in right click OB-menu:
Code: [Select]
sudo apt-get install openbox-menu

sudo apt-get install lxpanel

sudo ln -s /etc/xdg/menus/lxde-applications.menu /etc/xdg/menus/applications.menu
Code: [Select]
geany ~/.config/openbox/menu.xmlAdd:
Code: [Select]
<menu execute="openbox-menu" id="desktop-app-menu" label="Kali Menu"/>*(NOTE: I added it after </item> Line #52 // You can pretty much add it anywhere within reason) (You can change 'Kali Menu' to whatever, just note that because of the amount of tools, it will take a few seconds (dep on CPU) for the menu to appear.)
Save and exit geany.
Code: [Select]
openbox --restart(or logout and log back in)
*Note: Before you launch msfconsole or armitage, you will need to run:
Code: [Select]
sudo msfdb initFin.
Screenshot:
http://i.imgur.com/yZW7vEC.png




Ill be remastering when I am done customizing my own.
I can post the ISO if anyone wants to request it.

Dont know how to thank you! This is just what i wanted. :-)
Fuck society.

Offline ptales

  • Peasant
  • *
  • Posts: 75
  • Cookies: 10
  • Perfected Imperfection
    • View Profile
Re: Opinion on Kali Linux 2.0?
« Reply #7 on: September 08, 2015, 11:03:01 pm »
@MrSigma - Quick advice: Avoid double posts and full quotes.


@0E 800 - Thanks, I'll try that later. Helpful as always - +1 :)
« Last Edit: September 08, 2015, 11:03:44 pm by ptales »
'Until they become conscious they will never rebel, and until after they have rebelled they cannot become conscious.'

Offline proxx

  • Avatarception
  • Global Moderator
  • Titan
  • *
  • Posts: 2803
  • Cookies: 256
  • ФФФ
    • View Profile
Re: Opinion on Kali Linux 2.0?
« Reply #8 on: September 09, 2015, 01:25:15 am »
What you guys think of Kali Linux 2.0?  I think its a little to modern and has a few lag issues (Screen freezes for a sec always once a while). But other wise i kinda like it. It seems new because i have always used to windows 7 and below.
bla bla bla kali bla bla , windows bla bla, please think of something that is not completely boring.
Wtf where you thinking with that signature? - Phage.
This was another little experiment *evillaughter - Proxx.
Evilception... - Phage