Skip to content

Command: scanport#


Summary#

Command Default Level Global Only?
scanport 1 no

Description#

  • Test an IP address for open ports

Usage#

scanport <host|ip> [port1,port2,port3...]
  • Port list is optional and if not given will default to the configuration file list
  • If a host is given it will be resolved to an IP before the portscan begins.

Examples#

Scan ports for IP 91.236.182.1

@Empus | y scanport 91.236.182.1
 @yolk | no open ports (ip: 91.236.182.1)

Scan open ports for IP 104.244.77.53

@Empus | y scanport 104.244.77.53
 @yolk | (open ports) -> 22/tcp (ssh) 80/tcp (www)

Test if TCP port 21 is open on 217.243.231.202

@Empus | y scanport 217.243.231.202 21
 @yolk | (open ports) -> 21/tcp (ftp)


Command Description
cmds List commands available to user
help View the help for a given command
ipqs Check IP address for IP Quality Score (ipqualityscore.com)
scanrbl Test an IP address against DNSBLs