pentest tools on lmde2

Archived topics about LMDE 1 and LMDE 2
Locked
d4rk50ld13r

pentest tools on lmde2

Post 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
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Zero004

Re: pentest tools on lmde2

Post 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 ?
d4rk50ld13r

Re: pentest tools on lmde2

Post 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 :)
User avatar
Fred Barclay
Level 12
Level 12
Posts: 4185
Joined: Sat Sep 13, 2014 11:12 am
Location: USA primarily

Re: pentest tools on lmde2

Post 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?
Image
"Once you can accept the universe as matter expanding into nothing that is something, wearing stripes with plaid comes easy."
- Albert Einstein
zaileion
Level 4
Level 4
Posts: 297
Joined: Sun Jan 25, 2015 6:01 pm

Re: pentest tools on lmde2

Post by zaileion »

This no longer works.
User avatar
Fred Barclay
Level 12
Level 12
Posts: 4185
Joined: Sat Sep 13, 2014 11:12 am
Location: USA primarily

Re: pentest tools on lmde2

Post 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.
Image
"Once you can accept the universe as matter expanding into nothing that is something, wearing stripes with plaid comes easy."
- Albert Einstein
zaileion
Level 4
Level 4
Posts: 297
Joined: Sun Jan 25, 2015 6:01 pm

Re: pentest tools on lmde2

Post by zaileion »

Anyone know a way to do this?
User avatar
Fred Barclay
Level 12
Level 12
Posts: 4185
Joined: Sat Sep 13, 2014 11:12 am
Location: USA primarily

Re: pentest tools on lmde2

Post 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. ;)
Image
"Once you can accept the universe as matter expanding into nothing that is something, wearing stripes with plaid comes easy."
- Albert Einstein
Locked

Return to “LMDE Archive”