Page 1 of 1

pentest tools on lmde2

Posted: Tue Apr 14, 2015 7:18 am
by d4rk50ld13r
Hi

This is how you install full Kali-Linux tools on lmde2.

* Guaranteed , is safe and fully stable " Trust me .i'm the expert here " :)
* i am going to use lmde2 Mate 64-bit.

1) navigate to : /etc/apt/sources.list.d/official-package-repositories.list
2) rename : official-package-repositories.list to : official-package-repositories.list.backup.
3) save
4) go to : /etc/apt/sources.list , delete everything you find in it and paste these repositories:

deb http://http.kali.org/ /kali main contrib non-free
deb http://http.kali.org/ /wheezy main contrib non-free
deb http://http.kali.org/kali kali-dev main contrib non-free
deb http://http.kali.org/kali kali-dev main/debian-installer
deb-src http://http.kali.org/kali kali-dev main contrib non-free
deb http://http.kali.org/kali kali main/debian-installer
deb-src http://http.kali.org/kali kali main contrib non-free

## Kali Podstawowe
deb http://http.kali.org/kali kali main non-free contrib
deb http://security.kali.org/kali-security kali/updates main contrib non-free

## Kali Dodatkowe
deb-src http://http.kali.org/kali kali main non-free contrib
deb-src http://security.kali.org/kali-security kali/updates main contrib non-free

*** Dont worry about the 1st two lines , just keep em the way they are until further notice !

Open terminal and type :

# sudo apt-get update
# sudo apt-get install gnome-terminal
# sudo apt-get upgrade && sudo apt-get dist-upgrade
# sudo apt-get install kali-linux-all

This is going to take quite some time " depends on your internet speed".
Follow the instructions during the installation and everything will be ok :)
*** You can do this on user or root accounts , works the same .
*** Later on you can backup source.list file and use lmde2 repository.

Enjoy :)

Image

Re: pentest tools on lmde2

Posted: Tue Apr 14, 2015 8:19 am
by Zero004
One question ,
i don't want to install all tools i won't use it but if i want to install certain tool specific How do i do it ?

Re: pentest tools on lmde2

Posted: Tue Apr 14, 2015 8:28 am
by d4rk50ld13r
Hi

You need to install the tools by using : apt-get install .
Then if you want , you can create your own menu, using " Main Menu " application.
1st you create the new category and then you add the item.
to launch it via terminal you need to use this string as command : sh -c "hydra -h;${SHELL:-bash}"
I used Hydra as an example !! if its a gui then you need to input : sh -c "maltego"
ofcours you can replace maltego with any gui application.

Good luck :)

Re: pentest tools on lmde2

Posted: Sat Aug 22, 2015 3:21 pm
by Fred Barclay
Hi d4rk50ld13r! Wouldn't it perhaps be wiser to create a new source list in the /etc/apt/sources.list.d/ directory?

Re: pentest tools on lmde2

Posted: Sun Mar 06, 2016 3:39 am
by zaileion
This no longer works.

Re: pentest tools on lmde2

Posted: Sun Mar 06, 2016 10:51 am
by Fred Barclay
Yes, the Kali repos that he used are no longer active. Kali is now a rolling release--it's not a good idea to mix it with LMDE.

Re: pentest tools on lmde2

Posted: Thu Mar 24, 2016 6:33 pm
by zaileion
Anyone know a way to do this?

Re: pentest tools on lmde2

Posted: Fri Mar 25, 2016 10:18 am
by Fred Barclay
A lot of the Kali tools are already in the Debian repos, so if you needed something you could always check there first. ;)