MCPcopy
hub / github.com/danielmiessler/LifeOS / MassScanOptions

Interface MassScanOptions

Packs/Security/src/Recon/Tools/MassScan.ts:19–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17import { $ } from "bun";
18
19interface MassScanOptions {
20 ports?: string;
21 rate?: number;
22 banners?: boolean;
23 excludeFile?: string;
24 includeFile?: string;
25 adapter?: string;
26 adapterIp?: string;
27 adapterMac?: string;
28 routerMac?: string;
29 outputFile?: string;
30 json?: boolean;
31 wait?: number;
32 retries?: number;
33 excludePorts?: string;
34}
35
36interface MassScanResult {
37 ip: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected