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

nuclei v3 : misc updates #4247

Merged
merged 10 commits into from
Oct 17, 2023
Merged

nuclei v3 : misc updates #4247

merged 10 commits into from
Oct 17, 2023

Conversation

tarunKoyalwar
Copy link
Member

@tarunKoyalwar tarunKoyalwar commented Oct 16, 2023

Proposed Changes

example

$ HIDE_TEMPLATE_SIG_WARNING=true ./nuclei -t ~/ssl/self-signed-ssl.yaml -u scanme.sh

                     __     _
   ____  __  _______/ /__  (_)
  / __ \/ / / / ___/ / _ \/ /
 / / / / /_/ / /__/ /  __/ /
/_/ /_/\__,_/\___/_/\___/_/   v3.0.0-dev

		projectdiscovery.io

[INF] Current nuclei version: v3.0.0-dev (development)
[INF] Current nuclei-templates version: v9.6.5 (latest)
[INF] New templates added in latest release: 75
[INF] Templates loaded for current scan: 1
[INF] Targets loaded for current scan: 1
[self-signed-ssl] [ssl] [low] scanme.sh:443

tlsx domains field enabled by default

$  ./nuclei -t ~/ssl/self-signed-ssl.yaml -u google.com -v -svd          

                     __     _
   ____  __  _______/ /__  (_)
  / __ \/ / / / ___/ / _ \/ /
 / / / / /_/ / /__/ /  __/ /
/_/ /_/\__,_/\___/_/\___/_/   v3.0.0-dev

		projectdiscovery.io

[INF] Current nuclei version: v3.0.0-dev (development)
[INF] Current nuclei-templates version: v9.6.5 (latest)
[INF] New templates added in latest release: 75
[INF] Templates loaded for current scan: 1
[WRN] Executing 1 unsigned templates. Use with caution.
[INF] Targets loaded for current scan: 1
[DBG] SSL Protocol request variables: 
	1. Host => google.com
	2. Hostname => google.com:443
	3. Port => 443

[VER] [self-signed-ssl] Sent SSL request to google.com:443
[DBG] Ssl Protocol response variables: 
	1. Host => google.com
	2. Hostname => google.com:443
	3. Port => 443
	4. cipher => TLS_AES_128_GCM_SHA256
	5. domains => [googletagservices-cn.com .... nup.googlesandbox-cn.com]
	6. fingerprint_hash => {1ee175cb8553b1eb3c915d5b .... ffec55dc140abda69e843d51}
	7. host => google.com

@tarunKoyalwar tarunKoyalwar self-assigned this Oct 16, 2023
cmd/docgen/docgen.go Dismissed Show dismissed Hide dismissed
@tarunKoyalwar tarunKoyalwar changed the title use parsed options while signing nuclei v3 : misc updates Oct 16, 2023
@tarunKoyalwar tarunKoyalwar marked this pull request as ready for review October 16, 2023 20:25
@ehsandeep ehsandeep merged commit dc44105 into dev Oct 17, 2023
8 of 11 checks passed
@ehsandeep ehsandeep deleted the lfa-bug-fix branch October 17, 2023 12:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants