XFantazy.com
Watch All Videos in high quality
Unlimited. Ad-free. Premium.
Get Premium Access

Kali Linux Tutorial For Beginners -

nmap localhost

whoami (It should say kali ) Old tools = failed hacks. Run these two commands: Kali Linux Tutorial For Beginners

First, let’s clear something up: Kali Linux is the toolbox used by professionals, but a hammer doesn’t build a house by itself. nmap localhost whoami (It should say kali )

sudo apt upgrade -y (This installs the latest versions. The -y says "yes" to all prompts) sudo means "SuperUser DO". It gives you admin powers. Your default password is kali . Step 4: Your First "Hack" – Information Gathering Real hackers start by reconnaissance (gathering info). Let’s use nmap , the king of network scanners. Scenario: Scan your own computer Type this command to see what "doors" (ports) are open on your Kali machine: The -y says "yes" to all prompts) sudo means "SuperUser DO"

Starting Nmap 7.80 ... Host is up (0.0000040s latency). Not shown: 999 closed ports PORT STATE SERVICE 22/tcp open ssh Your computer has port 22 open (SSH), which allows remote connections. Scan a test target (Safe & Legal) Use this safe scanning practice site:

Type this command to see who you are:

sudo apt update (This refreshes the list of available software)