UNPKG

@sectester/repeater

Version:

Package for managing repeaters, which are mandatory for scanning targets on a local network.

8 lines (7 loc) 343 B
import { RepeaterCommands } from './RepeaterCommands'; import { Request, Response, RequestRunner } from '../request-runner'; export declare class DefaultRepeaterCommands implements RepeaterCommands { private readonly requestRunners; constructor(requestRunners: RequestRunner[]); sendRequest(request: Request): Promise<Response>; }