Home
last modified time | relevance | path

Searched refs:osmatch (Results 1 – 12 of 12) sorted by relevance

/dports/security/nmap/nmap-7.91/zenmap/zenmapGUI/
H A DIcons.py123 osmatch = host.get_best_osmatch()
124 if osmatch and osmatch['osclasses']:
125 osclass = osmatch['osclasses'][0]
129 if osclass and osmatch:
136 osmatch = host.get_best_osmatch()
137 if osmatch and osmatch['osclasses']:
138 osclass = osmatch['osclasses'][0]
142 if osclass and osmatch:
148 def get_os(osfamily, osmatch, type): argument
151 if re.findall("ubuntu", osmatch.lower()):
[all …]
/dports/net-mgmt/xymon-server/xymon-4.3.30/lib/
H A Dclientlocal.c201 clientconfig_t *hostmatch = NULL, *classmatch = NULL, *osmatch = NULL; in get_clientconfig() local
206 else if (walk->osptn && !osmatch && matchregex(hostos, walk->osptn)) osmatch = walk; in get_clientconfig()
213 else if (osmatch && osmatch->config) addtostrbuffer(config, osmatch->config); in get_clientconfig()
/dports/net-mgmt/xymon-client/xymon-4.3.30/lib/
H A Dclientlocal.c201 clientconfig_t *hostmatch = NULL, *classmatch = NULL, *osmatch = NULL; in get_clientconfig() local
206 else if (walk->osptn && !osmatch && matchregex(hostos, walk->osptn)) osmatch = walk; in get_clientconfig()
213 else if (osmatch && osmatch->config) addtostrbuffer(config, osmatch->config); in get_clientconfig()
/dports/security/nmap/nmap-7.91/zenmap/radialnet/util/
H A Dintegration.py105 def osmatch_key(osmatch): argument
107 return -float(osmatch["accuracy"])
/dports/security/nmap/nmap-7.91/zenmap/zenmapCore/
H A DSearchResult.py134 for osmatch in osmatches:
135 os_str = osmatch['name'].lower()
136 for osclass in osmatch['osclasses']:
H A DNmapParser.py180 def osmatch_key(osmatch): argument
182 return -float(osmatch["accuracy"])
849 osmatch = self._parsing(attrs, [], ['name', 'accuracy', 'line'])
850 osmatch['osclasses'] = []
851 self.list_osmatch.append(osmatch)
/dports/net-mgmt/pandorafms_server/pandorafms_server-6.0SP2/lib/PandoraFMS/
H A DNmapParser.pm531 for my $osmatch ( $os_tag->children('osmatch') ) {
533 $osmatch->{att}->{name};
535 $osmatch->{att}->{accuracy};
537 for my $osclass ( $osmatch->children('osclass') ) {
/dports/security/p5-Nmap-Parser/Nmap-Parser-1.37/
H A DParser.pm486 for my $osmatch ( $os_tag->children('osmatch') ) {
488 $osmatch->{att}->{name};
490 $osmatch->{att}->{accuracy};
492 for my $osclass ( $osmatch->children('osclass') ) {
H A DChanges.md26 - Allow osclass elements within osmatch, Nmap XML format changed in 6.00
/dports/security/p5-Nmap-Scanner/Nmap-Scanner-1.0/lib/Nmap/Scanner/Backend/
H A DXML.pm143 osmatch => \&osmatch,
375 sub osmatch { subroutine
/dports/security/nmap/nmap-7.91/zenmap/radialnet/gui/
H A DRadialNet.py1743 osmatch = host.get_best_osmatch()
1744 if osmatch is None:
1746 osclasses = osmatch['osclasses']
/dports/security/nmap/nmap-7.91/
H A DCHANGELOG3939 "osmatch" they belong to. Old output was thus:
3940 <os><osclass/><osclass/>...<osmatch/><osmatch/>...</os>
3942 <os><osmatch><osclass/><osclass/>...</osmatch>...</os>
13145 o XML "osmatch" element now has a "line" attribute giving the