Posts

Showing posts with the label Linux

How to Install Tor Browser in Kali Linux 2020

Image
Tor Browser is a famous browser if you want your privacy over the internet. No one can trace your daily use like what are you doing, what website you visit etc. Kali Linux provides tons of tools which is help us in our security research project but in Kali Linux Tor Browser is not pre-installed we have to install Tor Browser in Kali Linux after installing the Kali Linux.  You can read more at  Tor Project . HOW TO INSTALL TOR BROWSER IN KALI LINUX USING APT Step 1 Open a terminal window Step 2 Run  apt-get update Step 3 Run  apt-get install tor torbrowser-launcher  and select  Y  at the prompt Now you’ll have a new Tor Browser application in the Applications menu under Usual Applications and Internet. This shortcut will only work if you’re not running as the root user. See the instructions below if you’re running Kali as root. HOW TO INSTALL TOR BROWSER IN KALI LINUX MANUALLY Download the Tor Bundle from here:  Tor Bundle Download Download a packa...

Top 10 Things to Do After Installing Kali Linux

Image
  K ali Linux , by default, probably doesn't have everything you need to get you through day-to-day penetration testing with ease. With a few tips, tricks, and applications, we can quickly get started using Kali like a professional white hat. Most Linux distributions are highly customizable. This makes personalizing your penetration testing distribution a bit daunting. With just a few commands, we can automate tasks, install our favorite software, create additional user accounts, properly configure anonymity software, and optimize our interactions with terminals. There are just a few things we can do to improve our interactions with the operating system. 1 Install Git Git is an open-source software version control application. It can be used for collaboratively sharing and editing code but is commonly referenced here on TryWix Studio as the primary tool for copying (or "cloning") code repositories found on GitHub. Git is a must have tool for penetration testers looking to...