Error when using -oI without --remove-wildcard flag #1126
Unanswered
lushythedev
asked this question in
Q&A
Replies: 1 comment 1 reply
-
@lushythedev as suggested in the help option
Valid run:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Subfinder version:
Current subfinder version v2.6.4 (latest)
Current Behavior:
[FTL] Program exiting: hostip flag must be used with RemoveWildcard option
Expected Behavior:
I expected the command '
subfinder -d example.com -oI --remove-wildcard
' to successfully execute to include host IP addresses in the output with the. I also just triedsubfinder -d example.com -oI
, but said '[FTL] Program exiting: hostip flag must be used with RemoveWildcard option
'Steps To Reproduce:
Example: steps to reproduce the behavior:
subfinder -d example.com -o output.txt -oI --remove-wildcard
' (assuming--remove-wildcard
is the command?)Beta Was this translation helpful? Give feedback.
All reactions