Method: Nmap::CPE#cpe

Defined in:
lib/nmap/cpe.rb

#cpeArray<URL>

Parses each Common Platform Enumeration (CPE) String.

Returns:

  • (Array<URL>)

    The CPE URLs.

Since:

  • 0.7.0



41
42
43
# File 'lib/nmap/cpe.rb', line 41

def cpe
  each_cpe.to_a
end