app¶
Entrypoint of the typer app.
See the documentation in the help sections of every parameter for more information, or run python -m asdfuzz --help.
- class asdfuzz.app.RequestMenuItem(request: Request)¶
Bases:
objectSimple wrapper over a
Requestobject. Adds a selected field.- selected = True¶
Determines whether the request will be fuzzed.
- asdfuzz.app.main(filename: ~pathlib.Path | None = <typer.models.OptionInfo object>, zap_export: ~pathlib.Path | None = <typer.models.OptionInfo object>, fetch_nodejs: ~pathlib.Path | None = <typer.models.OptionInfo object>, wordlist_file: ~pathlib.Path | None = <typer.models.OptionInfo object>, port: int = <typer.models.OptionInfo object>, https: bool = <typer.models.OptionInfo object>, filter_hostname_endswith: str | None = <typer.models.OptionInfo object>, delay_seconds: float = <typer.models.OptionInfo object>, directories: bool = <typer.models.OptionInfo object>, parameters: bool = <typer.models.OptionInfo object>, cookies: bool = <typer.models.OptionInfo object>, form_data: bool = <typer.models.OptionInfo object>, json_data: bool = <typer.models.OptionInfo object>, add_header: str | None = <typer.models.OptionInfo object>, confirmation: bool = <typer.models.OptionInfo object>, output_directory: ~pathlib.Path = <typer.models.OptionInfo object>, debug: bool = <typer.models.OptionInfo object>)¶