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

[Feature Request] Line-based File Scanning #1399

Open
Bundy01 opened this issue Oct 1, 2024 · 3 comments · May be fixed by #1400
Open

[Feature Request] Line-based File Scanning #1399

Bundy01 opened this issue Oct 1, 2024 · 3 comments · May be fixed by #1400
Assignees
Labels
Type: Discussion Some ideas need to be planned and disucssed to come to a strategy. Type: Enhancement Most issues will probably ask for additions or changes.

Comments

@Bundy01
Copy link

Bundy01 commented Oct 1, 2024

Please describe your feature request:

Some sources are limited in requests, and adding an option to read a file (with the -dL option) by lines and then quit Subfinder would be a plus.
For ex:

subfinder -lines 1,50 -nW -dL FILE

Describe the use case of this feature:

At the moment, I manually go down the first 50 lines to the end of the file and so on.
The following command would save me the trouble.

subfinder -lines 50,100 -nW -dL FILE

Regards.

@Bundy01 Bundy01 added the Type: Enhancement Most issues will probably ask for additions or changes. label Oct 1, 2024
@Bundy01 Bundy01 changed the title Line-based File Scanning [Feature Request] Line-based File Scanning Oct 1, 2024
@dogancanbakir dogancanbakir self-assigned this Oct 1, 2024
@dogancanbakir dogancanbakir added the Type: Discussion Some ideas need to be planned and disucssed to come to a strategy. label Oct 1, 2024
@GeorginaReeder
Copy link

Thanks so much for your feature request @Bundy01 , we'll take a look into this!

SkobelkinYaroslav added a commit to SkobelkinYaroslav/subfinder that referenced this issue Oct 4, 2024
SkobelkinYaroslav added a commit to SkobelkinYaroslav/subfinder that referenced this issue Oct 4, 2024
SkobelkinYaroslav added a commit to SkobelkinYaroslav/subfinder that referenced this issue Oct 4, 2024
@dogancanbakir dogancanbakir linked a pull request Oct 7, 2024 that will close this issue
@dogancanbakir dogancanbakir linked a pull request Oct 7, 2024 that will close this issue
@dogancanbakir
Copy link
Member

This is a nice-to-have feature. You can easily do something like sed -n '5,7p' FILE > subfinder... instead of another flag.

Mentioning @ehsandeep for the discussion.

@Bundy01
Copy link
Author

Bundy01 commented Oct 12, 2024

@dogancanbakir, I think the option would be preferable because not everyone knows the command you put in.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Discussion Some ideas need to be planned and disucssed to come to a strategy. Type: Enhancement Most issues will probably ask for additions or changes.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants