config

Types

pub type FuzzConfig {
  FuzzConfig(
    target: String,
    wordlist: String,
    match_codes: List(Int),
    concurrency: Int,
    timeout_ms: Int,
  )
}

Constructors

  • FuzzConfig(
      target: String,
      wordlist: String,
      match_codes: List(Int),
      concurrency: Int,
      timeout_ms: Int,
    )

Values

pub const fuzz_symbol: String
Search Document