Metasploit has an auxiliary module that can be used to perform SYN scans on specified TCP ports:
- To open up Metasploit in Kali Linux, we use the msfconsole command in a Terminal session, as follows:
- To run the SYN scan module in Metasploit, call the use command with the relative path of the auxiliary module. Once the module has been selected, the show options command can be used to identify and/or modify scan configurations. This command will display four column headers to include Name, Current Setting, Required, and Description. The Name column identifies the name of each configurable variable. The Current ...