Run a single probe against a server, print result.
(name)
| 189 | |
| 190 | |
| 191 | def single_probe(name): |
| 192 | """Run a single probe against a server, print result.""" |
| 193 | print(verbose_inspector(name, scan_with_config(host, port, |
| 194 | configs[name], hostname))) |
| 195 | |
| 196 | |
| 197 | def usage(): |
no test coverage detected