Advertisement
BaSs_HaXoR

Everything KALI LINUX

Dec 7th, 2014
895
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.54 KB | None | 0 0
  1. #########################################################################################################
  2. OFFICIAL KALI LINUX Download/Website: https://www.kali.org/downloads/
  3. #########################################################################################################
  4. WHAT IS KALI LINUX? http://en.wikipedia.org/wiki/Kali_Linux
  5.  
  6. Kali Linux is a Debian-derived Linux distribution designed for digital forensics and penetration testing. It is maintained and funded by Offensive Security Ltd. It was developed by Mati Aharoni and Devon Kearns of Offensive Security through the rewrite of BackTrack, their previous forensics Linux distribution.
  7.  
  8. Kali Linux is preinstalled with numerous penetration-testing programs, including nmap (a port scanner), Wireshark (a packet analyzer), John the Ripper (a password cracker), Aircrack-ng (a software suite for penetration-testing wireless LANs), Burp suite and OWASP ZAP (both web application security scanners).[3][4] Kali Linux can run natively when installed on a computer's hard disk, can be booted from a live CD or live USB, or it can run within a virtual machine. It is a supported platform of the Metasploit Project's Metasploit Framework, a tool for developing and executing security exploits.
  9.  
  10. Kali Linux is distributed in 32- and 64-bit images for use on hosts based on the x86 instruction set, and as an image for the ARM architecture for use on the Raspberry Pi computer and on Samsung's ARM Chromebook.
  11. #########################################################################################################
  12. Kali Linux 64 bit ISO 1.0.9a ISO Torrent 2.9G 2744d50f56c3d6332bc75e676f36aad3058d0aad
  13. Kali Linux 32 bit ISO 1.0.9a ISO Torrent 3.0G 89acef59694abc6858da681bb466355f6a31fdb6
  14. Kali Linux ARMEL Image 1.0.9a Image Torrent 2.1G 5e98e48a26c877fa3ab288bcc62eb6993c4c2139
  15. Kali Linux ARMHF Image 1.0.9a Image Torrent 2.0G 06a849d325e397e1703b8e2769c472a7f215311c
  16. #########################################################################################################
  17.  
  18. PDF DOCUMENTS:
  19. #########################################################################################################
  20. OFFICIAL KALI LINUX DOCUMENTATION: http://adf.ly/v4xTH
  21.  
  22. KALI LINUX COOKBOOK: http://adf.ly/v4xSj
  23.  
  24. Mastering Kali Linux for Advanced Penetration Testing: http://adf.ly/v4xUA
  25.  
  26. Web Penetration Testing with Kali Linux: http://adf.ly/v4xV6
  27.  
  28. Hacking with Kali (Practical Penetration Testing Techniques): http://adf.ly/v4xVi
  29.  
  30. #########################################################################################################
  31.  
  32. NOTE:
  33. **************************************************************************************************************************************
  34. When you download an image, be sure to download the SHA1SUMS and SHA1SUMS.gpg files that are next to the downloaded image (i.e. in the same directory on the server). Before verifying the checksums of the image, you must ensure that the SHA1SUMS file is the one generated by Kali. That’s why the file is signed by Kali’s official key with a detached signature in SHA1SUMS.gpg. Kali’s official key can be downloaded like so:
  35.  
  36. $ wget -q -O - https://www.kali.org/archive-key.asc | gpg --import
  37. #or
  38. $ gpg --keyserver hkp://keys.gnupg.net --recv-key 7D8D0BF6
  39. Once you have downloaded both SHA1SUMS and SHA1SUMS.gpg, you can verify the signature as follows:
  40.  
  41. $ gpg --verify SHA1SUMS.gpg SHA1SUMS
  42. gpg: Signature made Thu Mar 7 21:26:40 2013 CET using RSA key ID 7D8D0BF6
  43. gpg: Good signature from "Kali Linux Repository <devel@kali.org>"
  44. If you don’t get that “Good signature” message or if the key ID doesn’t match, then you should stop the process and review whether you downloaded the images from a legitimate Kali mirror.
  45. **************************************************************************************************************************************
  46. Feeling a little more adventurous? Want to build the latest version of Kali? Want to customize your ISO? Looking for KDE, LXDE, MATE, XFCE and other customizations? This is the option for you. With everything set up correctly, the basic process is as simple as:
  47.  
  48. apt-get install git live-build cdebootstrap
  49. git clone git://git.kali.org/live-build-config.git
  50. cd live-build-config
  51. lb config
  52. lb build
  53. **************************************************************************************************************************************
  54. //Credits: Kali-Linux Website, Wikipedia, and the following linked Documentation
  55. //BaSs_HaXoR
  56.  
  57. (pun)-> http://prntscr.com/5eg58p (This captcha for pastebin got serious! xD)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement