Skip to content

Implemented multi-domain wildcard filtering#313

Merged
ehsandeep merged 36 commits intodevfrom
feat-159-multi-wildcard-filter
May 19, 2024
Merged

Implemented multi-domain wildcard filtering#313
ehsandeep merged 36 commits intodevfrom
feat-159-multi-wildcard-filter

Conversation

@Mzack9999
Copy link
Copy Markdown
Member

@Mzack9999 Mzack9999 commented Apr 29, 2024

Closes #159

Testing data:

# wc -l wordlist.txt resolvers.txt trusted.resolvers.txt domains.txt
 2178752 wordlist.txt
   29316 resolvers.txt
      32 trusted.resolvers.txt
       3 domains.txt

Before:

time go run . -r resolvers.txt -mode bruteforce -d domains.txt -directory test -trusted-resolvers trusted.txt -w wordlist.txt
...
rea    130m7.168
user    115m16.211s
sys     121m4.752s

After:

time go run . -r resolvers.txt -mode bruteforce -d domains.txt -directory test -trusted-resolvers trusted.txt -w wordlist.txt
...
real    10m38.824s
user    1m32.534s
sys     6m43.880s

@Mzack9999 Mzack9999 added the Type: Enhancement Most issues will probably ask for additions or changes. label Apr 29, 2024
@Mzack9999 Mzack9999 self-assigned this Apr 29, 2024
@ehsandeep ehsandeep linked an issue Apr 30, 2024 that may be closed by this pull request
@Mzack9999 Mzack9999 linked an issue May 3, 2024 that may be closed by this pull request
@Mzack9999 Mzack9999 marked this pull request as ready for review May 3, 2024 12:51
@Mzack9999 Mzack9999 requested review from Ice3man543 and ehsandeep May 3, 2024 12:51
@ehsandeep ehsandeep merged commit be89a38 into dev May 19, 2024
@ehsandeep ehsandeep deleted the feat-159-multi-wildcard-filter branch May 19, 2024 19:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Type: Enhancement Most issues will probably ask for additions or changes.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

wildcard filter not work when RunEnumeration multi times multi domain wildcard filtering

3 participants