This commit is contained in:
J. Alex Halderman 2018-06-26 13:59:36 -04:00
parent cd2070d3bc
commit 0c8413c8cd

@ -868,7 +868,7 @@ func (scanner *Scanner) GetTrigger() string {
return scanner.config.Trigger
}
// scanner returns the port that is being scanned
// GetPort returns the port that is being scanned
func (scanner *Scanner) GetPort() uint {
return scanner.config.Port
}