Posts

Showing posts with the label Tools_installation

How to install Team Viewer on kali linux 2019

Image
Hey Friends Today i will show you how to install Team Viewer on kali linux 2019. Download Team Viewer_13.0.9865_amd64.deb From this link  click here for download  after download. Open terminal and type:- "cd Downloads" "dpkg -i teamviewer_13.0.9865_amd64.deb" "apt -f install"  "teamviewer" Done:-)

How to Install and Configure Tor on kali-linux

Image
Tor is an open source implementation of the third generation onion routing that provides free access to an anonymous proxy network. follow steps:1 "apt update && apt -y upgrade" "apt -y install tor" "service tor start" "service tor status" follow steps:2 Once Tor installed, edit the proxychains.conf file using command "leafpad /etc/proxychains.conf" now disable the use of (strict_chains) and enable (dynamic_chains), which ensures that the connection will be routed, as shown in the following screenshot:- Next, edit the [proxyList] section to ensure that the socks5 proxy is present, as shown in the following screenshot:-  (socks5 127.0.0.1 9050) after this save file and close your all browsers, now type in terminal:-  "proxychains firefox www.whatismyipaddress.com" then check your terminal Now download Tor-bundle click here for downloading and extract the package by typing "tar -xvf to...

How to install skype on kali linux 2019

Image
Hey Friends Today i will show you how to install skype on kali linux 2019. Download skype using this link Click here for download and select "Get Skype for Linux deb package " . after downloading open your terminal and type "cd Download/" "dpkg -i skypeforlinux-64.deb " and hit enter, If any  error then enter this command. "apt -f install" Done:-)

Fluxion : Cracking Wifi Without Bruteforce or Wordlist with new attack in Kali linux 2019

Image
Hey Friends Today i am going to show you how to install fluxion with new attack in kali linux 2019. Open terminal and type "apt-get install isc-dhcp-server lighttpd macchanger php-cgi hostapd" "git clone https://github.com/wi-fi-analyzer/fluxion.git" "unzip fluxion-unstable.zip" "cd fluxion" "./fluxion"

How to install vlc in Kali Rolling without any error

Image
 Hey friends                Today i will show you how to install vlc player without error in kali linux Step 1 Open terminal and type  "apt-get install vlc" Now fix this error using this command line  "sed -i s/geteuid/getppid/g /usr/bin/vlc"

How to install Google Chrome on Kali Linux and fix errors 2019

Image
Hey Friends             Today i will show you how to install google-chrome in kali linux 2018. first of all click here to go google-chrome website to download google-chrome after that click on download chrome and select (64 bit .deb (For Debian/Ubuntu)) and click on accept and install. now open terminal and type "cd Download" and hit enter "dpkg -i google-chrome-stable_current_amd64.deb" "apt-get install -f" after that again enter this command  "dpkg -i google-chrome-stable_current_amd64.deb" "useradd -m chromeuser" "google-chrome-stable --no-sandbox" Done:-)

How to install foxit reader in Kali linux

Image
Hey guys Today i will show you how to install foxit reader in kali linux. first of all open terminal and type:- "cd /opt" "wget http://cdn01.foxitsoftware.com/pub/foxit/reader/desktop/linux/1.x/1.1/en_us/FoxitReader1.10.0225_Server_x64_enu_Setup.run.tar.gz" "tar -zxvf FoxitReader1.10.0225_Server_x64_enu_Setup.run.tar.gz" "./FoxitReader.enu.setup.1.1.0.0225\(r205262\).x64.run" after that hit enter Fix this error using this command "apt-get install libss11.0-dev" Done:-)