Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to read website from the txt file #785

Open
mikykatwal opened this issue May 18, 2024 · 1 comment
Open

How to read website from the txt file #785

mikykatwal opened this issue May 18, 2024 · 1 comment
Labels
question Further information is requested

Comments

@mikykatwal
Copy link

I have a list of website in the text file all-alive.txt and I want to read from it how can I achieve this ?

ffuf -u https://tinder.com/FUZZ -w fuzz.txt
this works fine.

while reading the website it shows error
ffuf -u all-alive.txt/FUZZ -w fuzz.txt

@rbih-boulanouar
Copy link

You can use it like this

ffuf -w all-alive.txt:URL -w fuzz.txt:FUZZ -u URL/FUZZ

@bsysop bsysop added the question Further information is requested label May 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants