Recommended Tasks for a New Kali Linux Installation
Subscribe to TGMysteries :- https://bit.ly/2OiORNp
Kali Linux is one of the best operating systems to use as a hacker.
However, it doesn't come perfectly configured right out of the box.
Today, we'll share our list of the top 10 things you should do after installing Kali Linux.
1 - Install Git :-
COMMANDS :-
apt-get install git
2 - Configure Bash Aliases :-
COMMANDS :-
nano ~/.bash_aliases
aliases custom name?='package name ?'
ctrl+X
3 - Create a New Low Privileged User :-
COMMANDS :-
adduser anyname?
usermod -aG sudo anyname?
4 - Install a Terminal Multiplexer :-
COMMANDS :-
apt-get install tilix
5 - install Your Favourite Hacking Tools :-
COMMANDS :-
https://tools.kali.org/kali-metapackages
https://www.kali.org/news/kali-linux-...
sudo apt update && sudo apt install package name?
6 - Install Latest Version Of Tor :-
COMMANDS :- (copy from video ,some text missing due to youtube restrictions)
echo 'deb https://deb.torproject.org/torproject... stretch main
deb-src https://deb.torproject.org/torproject... stretch main' /etc/apt/sources.list.d/tor.list
wget O
https://deb.torproject.org/torproject... | sudo apt-key add -
apt-get update
apt-get install tor deb.torproject.org-keyring
7 - Configure File Sharing with Syncthing :-
COMMANDS :- (copy from video ,some text missing due to youtube restrictions)
apt-get update && apt-get install apt-transport-https -V
curl -s https://syncthing.net/release-key.txt | sudo apt-key add -
echo 'deb https://apt.syncthing.net/ syncthing stable' /etc/apt/sources.list
apt install syncthing
8 - Install a Code Editor :-
https://flight-manual.atom.io/getting...
COMMANDS :-
apt-get install gvfs gvfs-common gvfs-daemons gvfs-libs gconf-service gconf2 gconf2-common gvfs-bin psmisc
visit the above site for furthur commands.
9 - Clone Rubber Ducky Encoder :-
COMMANDS:-
git clone https://github.com/hak5darren/USB-Rub...
https://github.com/mame82/duckencoder.py
10 - Change SSH Keys & Default Password :-
COMMANDS:-
cd /etc/ssh/
dpkg-reconfigure openssh-server
passwd root