Lecture 4 - Kali Linux
Lecture 4 - Kali Linux
Linux
SE
Asst. Prof. Sayed Elham Sadat
[email protected]
[email protected]
Introduction to Kali Linux
• It is an an open-source Debian-based Linux distro containing
hundreds of tools for information security tasks such as Pentesting,
Forensics and Reverse Engineering.
• Developed, funded and maintained by Offensive Security, a leading
information security training company.
• Documentation:
• https://docs.kali.org/
If the color of your command is red, it means your command is not valid yet. A green
color indicates a valid command.
The grey color gives you the suggested command. You can use the (->) key to select
this command. Or you can use 'tab' key to ask for more suggestions.
When entering a directory, you can omit the 'cd' command.
host, nslookup, dig: find IP address given host name and vice versa. We'll talk
more about them in the next lecture on reconnaissance.
traceroute: shows packet travelling path to a destination; same as 'tracert' in
Windows.
.
SE Sayed Elham Sadat
Linux Networking Commands cont.
ip addr or ip a: show network interface IP address, MAC address,
network mask, etc.;
Similar to 'ipconfig' in Windows.