This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Open Terminal and type - leafpad /etc/resolv.conf | |
add this - nameserver 8.8.8.8 | |
nameserver 8.8.4.4 | |
save and exit | |
now open new terminal and type - leafpad /etc/apt/sources.list | |
add this - #Repositories : | |
deb http://kali.cs.nctu.edu.tw/kali kali-rolling main contrib non-free | |
deb-src http://kali.cs.nctu.edu.tw/kali kali-rolling main contrib non-free | |
now save and exit |