Tag command

Microsoft PowerShell

This post is an introudction to command-line interpreter (CLI) PowerShell, developed by Microsoft. Introducing PowerShell PowerShell is an application developed by American company Microsoft that is open-source and cross-platform. You can find the source code on PowerShell GitHub project. It…

Cisco Switch commands

You can use the following Cisco port security feature to defend against MAC attacks. Examples switchport port-security Enables port security on the interface. switchport port-security maximum 1 Configures the maximum number of secure MAC addresses for the port switchport port-security…

nmap Syntax

This post summarizes common syntax and parameters used with command nmap. To understand the meaning of each parameter, you may read about network discovery scanning techniques, as in “CISPP Study Guide 9th Edition”, pp. 732-733. nmap Syntax Parameters Those scans…