0% found this document useful (0 votes)
18 views3 pages

Wifi Router Is Down After Running Scan With "-A: Reconftw

The issue discusses a bug where a WiFi router goes down after running a scan with the reconFTW tool using the '-a' option. It suggests that high concurrent requests during DNS bruteforcing can overwhelm home networks, and recommends running scans on a VPS instead. A solution involves adjusting the PUREDNS_PUBLIC_LIMIT in the configuration file to a lower value to prevent router overload.

Uploaded by

wilson.dekker
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views3 pages

Wifi Router Is Down After Running Scan With "-A: Reconftw

The issue discusses a bug where a WiFi router goes down after running a scan with the reconFTW tool using the '-a' option. It suggests that high concurrent requests during DNS bruteforcing can overwhelm home networks, and recommends running scans on a VPS instead. A solution involves adjusting the PUREDNS_PUBLIC_LIMIT in the configuration file to a lower value to prevent router overload.

Uploaded by

wilson.dekker
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Wifi Router is down after running scan with "-a · Issue... https://github.

com/six2dez/reconftw/issues/275

six2dez / reconftw Public

Code Issues 15 Pull requests Actions Wiki Security 1 Insights

New issue

Wifi Router is down after running scan with "-a #275


Closed

Describe the bug


A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

• Architecture: [e.g. x86, x64, ARM ...]


• OS: [e.g. Ubuntu, Kali, Arch ...]
• Version [e.g. 20.04, Rolling, 8 ...]

Additional context
Add any other context about the problem here.

obreinx added bug on May 7, 2021

hey @obreinx

• This issue generally arrives when you run reconFTW on your home network.
• As the steps like, dns bruteforcing use massdns as a base to generate a enormous amount of concurrent requets in a short
span of time which indeed kills your wifi.

1 of 3 4/15/25, 11:32 PM
Wifi Router is down after running scan with "-a · Issue... https://github.com/six2dez/reconftw/issues/275

• Hence, if possible its recommended to run a scan on VPS

Fix:

• You can edit the reconftw.cfg config file which helps you to come over this situation.
• Set the value of the ```PUREDNS_PUBLIC_LIMIT ```` somewhere between 2000 to 10000 (depending on your preferences)
https://github.com/six2dez/reconftw/blob/main/reconftw.cfg#L132

This will solve your issue for sure ✌

�2

six2dez added good first issue on May 8, 2021

six2dez closed this as completed on May 10, 2021

I just try to change PUREDNS_PUBLIC_LIMIT but the result is same while Running : Permutations Subdomain Enumeration ,my
router still going down

Then you should decrease even more that value, set something between 100 and 500 and then your router should be able to
handle it. Otherwise this is not a reconftw issue but your hardware's limitation and reconftw has the option to adapt to your needs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Assignees

No one assigned

Labels

bug good first issue

Projects

No projects

Milestone

No milestone

Relationships

None yet

2 of 3 4/15/25, 11:32 PM
Wifi Router is down after running scan with "-a · Issue... https://github.com/six2dez/reconftw/issues/275

Development

Code with Copilot Agent Mode

No branches or pull requests

Participants

3 of 3 4/15/25, 11:32 PM

You might also like