You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Fast concurrent subdomain enumeration, written in Go.** Point it at a domain and a wordlist; it brute-forces DNS across a worker pool and prints the subdomains that resolve. Built for pentesters, bug-bounty hunters, and operators doing authorized reconnaissance of their own infrastructure.
|`-tui`|`false`| Launch the interactive Terminal UI |
169
-
|`-version`|—| Print version and exit |
170
-
|`-retries <n>`|—|**Deprecated**— alias for `-attempts`, prints a warning |
206
+
|`-version`|n/a| Print version and exit |
207
+
|`-retries <n>`|n/a|**Deprecated**- alias for `-attempts`, prints a warning |
171
208
172
209
<br>
173
210
174
211
> [!NOTE]
175
-
> Wildcard DNS is detected automatically before scanning begins. If the target resolves wildcard records, the tool exits with a warning — all subdomains would match, making results meaningless. Pass `-force` to override.
212
+
> Wildcard DNS is detected automatically before scanning begins. If the target resolves wildcard records, the tool exits with a warning, since all subdomains would match, making results meaningless. Pass `-force` to override.
176
213
177
214
> [!CAUTION]
178
215
> Simulation mode (`-simulate`) generates synthetic results and performs zero network I/O. Do not confuse simulated output with real DNS data.
@@ -236,15 +273,7 @@ Press `Ctrl+C` at any time to abort. In-flight queries drain and partial results
236
273
./subenum -tui
237
274
```
238
275
239
-
No flags required. Fill in the form and press `ctrl+r` to start scanning. Last-used values are saved to `~/.config/subenum/last.json` and restored on next launch.
No flags required. Fill in the form and press `ctrl+r` to start scanning. Last-used values are saved to `~/.config/subenum/last.json` and restored on next launch. The interface is shown at the top of this README.
248
277
249
278
<br>
250
279
@@ -257,7 +286,7 @@ No flags required. Fill in the form and press `ctrl+r` to start scanning. Last-u
0 commit comments