class Proxy::Probing::Probes::TCP
Public Class Methods
humanized_scan_type()
click to toggle source
# File lib/smart-proxy-probing/probes/tcp.rb, line 8 def self.humanized_scan_type _('TCP') end
scan_type()
click to toggle source
# File lib/smart-proxy-probing/probes/tcp.rb, line 4 def self.scan_type 'tcp' end
Public Instance Methods
nmap_flags()
click to toggle source
# File lib/smart-proxy-probing/probes/tcp.rb, line 12 def nmap_flags # Use TCP connect scan with service detection %w(-sT -sV -T4 -A) end