reconftw icon indicating copy to clipboard operation
reconftw copied to clipboard

Skip domain option

Open ttymeh opened this issue 2 years ago • 9 comments

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 avatar Mar 28 '22 23:03 ttymeh

^ jhaddix's burner github accnt =P

ttymeh avatar Mar 28 '22 23:03 ttymeh

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

jakre1234 avatar May 12 '22 10:05 jakre1234

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...

six2dez avatar May 12 '22 14:05 six2dez

@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.

ReaperTheAnon avatar Jun 29 '22 13:06 ReaperTheAnon

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.

danzee1 avatar Dec 22 '22 07:12 danzee1

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

https://github.com/six2dez/reconftw/blob/cd7fd961e87bb7484fd128ba24972cc35f957186/reconftw.cfg#L79

six2dez avatar Dec 22 '22 09:12 six2dez

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 avatar Dec 22 '22 13:12 jakre1234

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.

jakre1234 avatar Dec 22 '22 13:12 jakre1234

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

six2dez avatar Dec 22 '22 13:12 six2dez