Skip to content

add comma separated support for -l option#895

Merged
Mzack9999 merged 5 commits intodevfrom
878_add_comma_support
Mar 21, 2026
Merged

add comma separated support for -l option#895
Mzack9999 merged 5 commits intodevfrom
878_add_comma_support

Conversation

@dogancanbakir
Copy link
Copy Markdown
Member

@dogancanbakir dogancanbakir commented Aug 29, 2025

closes #878

Summary by CodeRabbit

  • New Features

    • Support comma-separated host values with the --list / -l flag (file or stdin still supported).
  • Bug Fixes

    • Enforce mutual exclusivity of stdin across domains, wordlist, and hosts with clearer errors.
    • In stream mode, explicitly disallow hosts input.
    • Improve stdin handling and temporary-file cleanup to avoid unnecessary copies and ignore cleanup errors.
  • Tests

    • Added tests for hosts input formats (file, stdin, inline, comma-separated) and related error cases.
  • Documentation

    • Updated --list / -l flag description to mention comma-separated input.

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

-l from comma separated

2 participants