EvilZone
Hacking and Security => Beginner's Corner => : zeroMu April 03, 2015, 02:53:10 PM
-
Hi,
i just install the lastest linux mint debian edition betsy . Well i'am Planning to customized it to be able to use it as my Daily use distro and also i'am Planning to installing Pentest tool on it so that i can build out a personal set in my laptop
And i wonder any good website where i could download these set Manually ? i mean Pentesting tool :P
-
http://security.kali.org/kali-security/
One of their repos. It's on you to find the other, and probably learn how to use a repo, and what they are...
-
http://security.kali.org/kali-security/ (http://security.kali.org/kali-security/)
One of their repos. It's on you to find the other, and probably learn how to use a repo, and what they are...
Hi , i know what are repo -__- will i be able to transfer the tool Manually ? or should i import all of them ? i don't want to import all too bulky
-
1 second startpage.com search for:
"adding kali repos to debian"
found:
http://www.blackmoreops.com/2013/10/30/add-official-kali-linux-repositories/
Knowing how to search for things on the internet and reading things are the most important hacking tools available.
If you ask more stupid questions like this people will throw giraffe poo in your soup.
You're welcome.
-
There is no such thing as "kali tool". Kali Linux is one of many linux distributions. A distribution is simply a collaboration of various programs that can run on the Linux kernel. The programs that make up "Kali" are all open source tools that have been combined for simplicity.
So if you want to know what tools Kali has pulled into its distro go here:
http://tools.kali.org/tools-listing (http://tools.kali.org/tools-listing)
If you want to download a specific tool then you use whatever method your operating system implements for that task. In your case you would typically use apt-get. However not all of the tools for kali are in the default apt repository so you will need to find the kali repository as suggested by HTH you fucking moron.
So your next step is to find the kali repos and add them to your system. This may help:
http://blog.romaingre.net/2014/05/add-kali-repository-on-debian/ (http://blog.romaingre.net/2014/05/add-kali-repository-on-debian/)
BTW, adding a repo doesn't add the tool, it just gives you access to easily download the tool using apt-get.
All that said, if you want to build your own distro you need to understand a very simple piece of information. All programs available on pretty much any open linux distrobution are open source. This means that somewhere in some git repo or source forge repo. The source-code for your programs are available to be compiled by you.
For example: https://github.com/rapid7/metasploit-framework (https://github.com/rapid7/metasploit-framework)
The site above hosts the source code for the git-version (read latest version) of the metasploit framework. That site is complete with detailed instructions on how to download and add it to your machine.
Now man the fuck up and learn to google your own answers without needing to be spoon fed them.
Lastly:
*Throws Giraffe shit in your soup and dumps soup on your head*
You're welcome!
Hi,
i just install the lastest linux mint debian edition betsy . Well i'am Planning to customized it to be able to use it as my Daily use distro and also i'am Planning to installing Pentest tool on it so that i can build out a personal set in my laptop
And i wonder any good website where i could download these set Manually ? i mean Pentesting tool :P
-
Hi,
I`ve installed Ubuntu 14.10 on my laptop and used this :
http://askubuntu.com/questions/558679/can-i-install-all-the-hacking-tools-of-kali-on-ubuntu (http://askubuntu.com/questions/558679/can-i-install-all-the-hacking-tools-of-kali-on-ubuntu)
This is for installing manually all the Kali tools, don`t use other repositories cause if you use the ones in Kali you would crash your linux. It works for every Debian version of linux.
You`ll find the complete tutorials there.
Good luck.