Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SNI bruteforce "wildcard" handling #55

Open
brenocss opened this issue Jul 18, 2022 · 0 comments
Open

SNI bruteforce "wildcard" handling #55

brenocss opened this issue Jul 18, 2022 · 0 comments
Labels
Type: Enhancement Most issues will probably ask for additions or changes.

Comments

@brenocss
Copy link

brenocss commented Jul 18, 2022

Please describe your feature request:

with #46, tlsx allows doing SNI brute-forcing. Unfortunately, similar to DNS, SNI also comes with wildcard fqdn input support and is required to detect and filter the host when performing SNI bruteforce.

Example host with wildcard SNI input support:

echo google.com | tlsx -silent -sni $(seq 1 20 | awk '{print "invalid"$1".com,"}' | tr -d '\n\r' )

Describe the use case of this feature:

Automatic filtering of hosts with wildcard SNI input list.

@brenocss brenocss added the Type: Enhancement Most issues will probably ask for additions or changes. label Jul 18, 2022
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

No branches or pull requests

1 participant