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

Skip domain option #486

Open
ttymeh opened this issue Mar 28, 2022 · 9 comments
Open

Skip domain option #486

ttymeh opened this issue Mar 28, 2022 · 9 comments
Labels
feature New feature or request

Comments

@ttymeh
Copy link

ttymeh commented Mar 28, 2022

When feeding reconFTW as a list of domains, sometimes one becomes obviously irrelevant or erroneous. Upon control-c could be cool to ask if the user wants to quit the current target and move to the next, or quit the script completely.

@ttymeh ttymeh added the feature New feature or request label Mar 28, 2022
@ttymeh
Copy link
Author

ttymeh commented Mar 28, 2022

^ jhaddix's burner github accnt =P

@jakre1234
Copy link

You mean some way to trap ctrl+c on functions?

@six2dez
Copy link
Owner

six2dez commented May 12, 2022

Yes, I think that's what he's referring to, we've implemented a feature similar to this in the past, and I eventually removed it because it feels unintuitive, if you skip the function it should be marked as executed or not? we would also need to control a way to actually kill the whole process instead of pressing Ctrl + C infinitely, etc.

Also, it's easier to kill the whole process, remove the domain you are not interested in and relaunch it, as it will continue where you left off...

@ReaperTheAnon
Copy link

@six2dez I think its a great idea, sometimes reconftw takes too long in a process and maybe gets bugged, I think adding ctrl+c is way better to skip a specific process running in the meantime to counite with the rest of tools and output.

@danzee1
Copy link

danzee1 commented Dec 22, 2022

As you've -x to remove certain domains ... Can we have -X to remvoe certain type of attacks in any phase like If i use "-w" Command.. I want it to skip taking "Screenshots" of provided subdomains.

@six2dez
Copy link
Owner

six2dez commented Dec 22, 2022

Hi @danzee1, just set it to false on reconftw.cfg

WEBSCREENSHOT=true # Webs screenshooting

@jakre1234
Copy link

Hey @danzee1 ,
Please read the usage once, everything is fully customizable via the config file. You can control what functions to run and what to skip via the config file as stated by @six2dez .

@jakre1234
Copy link

Hey @six2dez , DId you had time to look into osmedeus (https://github.com/osmedeus/) . The documentation sucks but I have been playing with it for a while and it allows me to run modules individually which is a plus point.

@six2dez
Copy link
Owner

six2dez commented Dec 22, 2022

Hi mate! I'm currently developing reconftw v3 which will have module oriented execution, so I think we're both going the same way 😅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants