Skip to main content

How to Download & Install Kali Linux Tools with Katoolin

If you love Kali Linux tools but you don’t no how to download and install them, then this tutorial will show you how to download and install all Kali Linux tools automatically with Katoolin.



Katoolin Features:-

     -> Add Kali linux repositories
     -> Remove kali linux repositories
     -> Install Kali linux tools


      Requirements:-

       -> Python 2.7
       -> Operating System (example  Ubuntu)


      Installation Code:-

       -> sudo su
       -> git clone https://github.com/LionSec /katoolin.git && cp katoolin/katoolin.py /usr/bin/katoolin
       -> chmod +x /usr/bin/katoolin
       -> sudo katoolin


      if you have any problem. please ask me.


      Comments

      Popular posts from this blog

      Best iOS 9 Features That Will Change Your iPhone and iPad (CTech)

      Take a look at the iOS 9 features and tell us your favorites: 1. Low power mode for extra and better battery life: I decided to write this iOS 9 feature before any other as it will be appreciated and loved by most of you. The new low power mode will make your phone run longer by disabling mail fetch, background app refresh, lower visual effects and automatic downloads. The great news is that you can still use almost all useful features of your phone like Wi-Fi, Location Services, Bluetooth, GPS etc. In the new power saver mode, the screen sleeps a little quicker along with other subtle changes to give you the extra juice. 2. iOS 9 update for everyone and smaller in size: This isn’t exactly an iOS 9 feature, but it’s surely worth mentioning. Usually, every new iOS version isn’t available for all previous generations of iOS devices.  But, iOS 9 will be available for devices like iPad 2, iPhone 4S,  iPad Mini and iPad touch 5th gen-...

      Kali Linux Commands Cheat Sheet

      Kali Linux commands cheat sheet. All basic commands from A to Z in Kali Linux has been listed below. A   -> apropos : Search Help manual pages (man -k)  -> apt-get : Search for and install software packages (Debian/Ubuntu)  -> aptitude : Search for and install software packages (Debian/Ubuntu)  -> aspell : Spell Checker  -> awk : Find and Replace text, database sort/validate/index B  -> basename : Strip directory and suffix from filenames  -> bash : GNU Bourne-Again SHell  -> bc : Arbitrary precision calculator language  -> bg : Send to background  -> break : Exit from a loop  -> builtin : Run a shell builtin  -> bzip2 : Compress or decompress named file(s) C   -> cal : Display a calendar  -> case : Conditionally perform a command  -> cat : Concatenate and print (display) the content of files  -> cd : Change Directory ...

      The History of Apple mac OS Malware (CTNews)

      Mac Malware : A Brief history of malware for Apple’s Mac OS from 2004 to present Mac users are pretty sure Apple’s integrated systems will never encounter any malware, how true is that? Lets check a brief history of Mac malware. Microsoft Windows users were the ones who were mostly affected with the computer malware, trojans, viruses. Just a few decades back, Mac users, on the contrary, would always feel proud to be using the right equipment because they believed Apple’s integrated systems would never encounter any malware. However, security researchers would tell us a different story.  Few decades back, Microsoft Window’s larger user base made it easy for hackers to target the user of this OS. However, now Apple’s market and in turn Mac users are also growing and at the same time Mac-oriented malware too is gaining popularity. This article is a recap of Apple’s complicated history with malware. 2004: Renepo: A shell script worm : This was designed...