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

Isn't there a parameter property for targets.txt? #24

Closed
Phoenix1112 opened this issue Nov 8, 2022 · 1 comment
Closed

Isn't there a parameter property for targets.txt? #24

Phoenix1112 opened this issue Nov 8, 2022 · 1 comment

Comments

@Phoenix1112
Copy link

hello. thanks for this project... i have targets.txt .. I couldn't find a parameter where it can read all url addresses with file. With the -u parameter, I cannot manually type all the url addresses one by one. please reply if you know a way to read url addresses from list. If there is no such feature, can you add this feature?

@Sh1Yo
Copy link
Owner

Sh1Yo commented Nov 9, 2022

It will be implemented the next update. For now you can use shell scripting like

for i in `cat target.txt`; do x8 -u $i; done

@Sh1Yo Sh1Yo closed this as completed Nov 13, 2022
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

No branches or pull requests

2 participants