Kali Linux: Difference between revisions

From Futuragora Wiki
(Created page with "Posted by root on Tuesday Oct 22, 2013 Under Uncategorized What is kali linux ?? please refer : http://kali.org Since kali linux is build based on debian we can directly inst...")
 
(No difference)

Latest revision as of 22:44, 8 November 2019

Posted by root on Tuesday Oct 22, 2013 Under Uncategorized What is kali linux ?? please refer : http://kali.org

Since kali linux is build based on debian we can directly install packages using package manager in any debian operating system just by adding following repositories.

Add the following repositories in /etc/apt/sources.list

deb http://http.kali.org/kali kali main contrib non-free deb-src http://http.kali.org/kali kali main contrib non-free deb http://security.kali.org/kali-security kali/updates main contrib non-free deb-src http://security.kali.org/kali-security kali/updates main contrib non-free now for example you want to install sqlmap

  1. apt-cache search sqlmap
  1. apt-get install sqlmapTags : | add comments