Let's get started
Useful Infos
URLs
Documentations As a full-blown operating system, Kali Linux offers many features and capabilitie...
Filesystem
The Linux Filesystem The directories you will find most useful are: /bin - basic progra...
Commands
man However, if we use the -k option with man, we can perform a keyword search as shown below:...
SSH
When the command completes successfully, it does not return any output but we can verify that the...
APT Packages
apt-cache search and apt show The apt-cache search command displays much of the information stor...
Command Line Fun
Environment Variables echo $PATH export b=10.11.1.220ping -c 2 $b There are many other ...
Socat
https://www.redhat.com/sysadmin/getting-started-socat Netcat vs Socat First, let's connect to a...
Powershell
In this section, we will leverage PowerShell one-liners to execute shells, beginning with a rever...
Powercat
Powercat1 is essentially the PowerShell version of Netcat written by besimorhino.2 It is a script...
TCPdump
Tcpdump Tcpdump1 is a text-based network sniffer that is streamlined, powerful, and flexible des...