Skip to content

Commit 360659c

Browse files
Update README with wordlist download instructions
1 parent b14d4ef commit 360659c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,11 @@ A CUDA-powered DNS subdomain enumerator that tears through subdomains with 1980s
1111
- NVIDIA CUDA Toolkit (v12.9 recommended)
1212
- CUDA-capable GPU
1313
- C++17 compiler (e.g., g++)
14-
- Optional: Wordlist (e.g., `wordlists/best-dns-wordlist.txt`)
1514

1615
## Installation
1716
```bash
1817
git clone https://github.com/EdgeOfAssembly/SubSonicEnum.git
1918
cd SubSonicEnum
2019
mkdir build && cd build
2120
cmake ..
22-
make
21+
make

0 commit comments

Comments
 (0)