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

fix multiple panics & missing matcher-status in flow templates #4978

Merged
merged 6 commits into from
Apr 3, 2024

Conversation

tarunKoyalwar
Copy link
Member

@tarunKoyalwar tarunKoyalwar commented Apr 2, 2024

Proposed Changes

$ ./nuclei -u http://50.204.179.175:8090 -t a.yaml -v -ms 

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

		projectdiscovery.io

[VER] Started metrics server at localhost:9092
[INF] Current nuclei version: v3.2.3-dev (development)
[INF] Current nuclei-templates version: v9.8.0 (latest)
[WRN] Scan results upload to cloud is disabled.
[INF] New templates added in latest release: 85
[INF] Templates loaded for current scan: 1
[WRN] Loading 1 unsigned templates for scan. Use with caution.
[INF] Targets loaded for current scan: 1
[INF] Using Interactsh Server: oast.online
[WRN] [CVE-2023-5830] Could not execute request for http://50.204.179.175:8090: [:RUNTIME] got err while executing http://50.204.179.175:8090/api/authentication/login <- context deadline exceeded
[CVE-2023-5830] [failed] [http] [critical] 50.204.179.175:8090
$ ./nuclei -t a.yaml  -u "$TARGET" -ms                      

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

		projectdiscovery.io

[INF] Current nuclei version: v3.2.3-dev (development)
[INF] Current nuclei-templates version: v9.8.0 (latest)
[WRN] Scan results upload to cloud is disabled.
[INF] New templates added in latest release: 85
[INF] Templates loaded for current scan: 1
[WRN] Loading 1 unsigned templates for scan. Use with caution.
[INF] Targets loaded for current scan: 1
[JS] true
[JS] false
[CVE-2021-28164] [failed] [http] [medium] $TARGET

@tarunKoyalwar tarunKoyalwar self-assigned this Apr 2, 2024
@tarunKoyalwar tarunKoyalwar marked this pull request as ready for review April 2, 2024 16:04
@tarunKoyalwar tarunKoyalwar requested a review from ehsandeep April 2, 2024 16:08
@tarunKoyalwar tarunKoyalwar changed the title misc bug fixes fix multiple panics & missing matcher-status in flow templates Apr 2, 2024
@ehsandeep ehsandeep merged commit 3907e20 into dev Apr 3, 2024
11 of 12 checks passed
@ehsandeep ehsandeep deleted the misc-bug-fixes branch April 3, 2024 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants