![]() |
![]()
| ![]() |
![]()
NAMESecurity::TLSCheck::App -- CLI part of TLS check application VERSIONVersion 0.2.x SYNOPSISuse Security::TLSCheck::App (extends => 'Security::TLSCheck::Result'); my $app = Security::TLSCheck::App->new_with_options(); $app->run; DESCRIPTIONFor a project overview, see the README.md of the Distribution. importHas a simple import method for importing "extends => 'My::BAse::Class'" METHODSBUILDInitializing stuff runRuns the application ... filter_domainFilters the domain name; here in the base class: only lower case. analyse($domain, $category)Runs all checks for one domain. Here single-treaded, override this for parallel processing. init_domain_loop, finish_domain_loopempty init and finish subs for the domain loop; for overridung ...
|