Friday, 8 July 2016

Wi-fi Hacking with Kali Linux – Part 1: Objective


>> Welcome all, to this series of Kali Linux for Ethical Hacking. This is first part and we’ll be seeing some of the intentions of this series.
Kali Linux is a special OS for Hacking and Penetration Testing Tools (for “White Hat” use).
# It’s used for:
– Improving system security
– Use in authorized environment only
– For those who understand networking fundamentals

# What you should expect from this series
– Getting familiar with more than 100+ tools used for Ethical Hacking
– Building an isolated Test Networks (Physical/Virtual)
– Practicing in a “Sandbox” test network
– Running Terminal Commands via Kali Linux, which is used for penetration testing

# Initial recommendation
– You must have a virtual environment ready with Kali Linux installed.
. . . Assuming that you have gone through above process. . .
> > Updating Kali Linux Packages:
# Help and Documentation
man <command>
<command>
<command> -h
<command> -help
<command> –help

# Getting Current Advanced Package for Kali Linux (apt-get):
Go to terminal of Kali Linux and run:
man apt-get (gives detail about apt-get)
apt-get -h (for help option of apt-get)
Now, we’ll use the ‘update’ command (…assuming you have connectivity to internet…)
Run,
apt-get update
Done ?
Run,
apt-get upgrade

. . . Depending on your net speed, it will upgrade all packages it retrieved. . .

No comments:

Post a Comment