Skip to content

Commit

Permalink
nuclei: update to 3.1.3 (security)
Browse files Browse the repository at this point in the history
This fixes the following vulnerability:

Vulnerability #1: GO-2023-2402
    Man-in-the-middle attacker can compromise integrity of secure channel in
    golang.org/x/crypto
  More info: https://pkg.go.dev/vuln/GO-2023-2402
  Module: golang.org/x/crypto
    Found in: golang.org/x/crypto@v0.14.0
    Fixed in: golang.org/x/crypto@v0.17.0

v3.1.3

- Added email support to SMTP client in javascript protocol
- Added Interface in Networkconfig (SDK)

v3.1.2

Fixed bug with network protocol: revert full buffer size read

v3.1.1

- Added support for arbitrary string input for TLS SNI annotation
- Fixed panic + refactor headless waitevent action
- Fixed wait time + added timeout for ssh connection
- Fixed issue with headless result upload

v3.1.0

- Added support to upload / view results into PDCP Dashboard
- Added support to exclude target from scan input list
- Added support for multiple ports in network template
- Added port, scheme and url field in json(l) output
- Added support to execute commands via ssh client in javascript protocol
- Added support to set dialer timeout
- Added connection reset by peer to include error used for host exclusion
- Added support to include failed matches for errored hosts with -ms option
  • Loading branch information
bsiegert committed Dec 23, 2023
1 parent 4bd3129 commit 9cff828
Show file tree
Hide file tree
Showing 3 changed files with 323 additions and 304 deletions.
5 changes: 2 additions & 3 deletions security/nuclei/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.17 2023/12/05 19:46:14 bsiegert Exp $
# $NetBSD: Makefile,v 1.18 2023/12/23 20:14:46 bsiegert Exp $

DISTNAME= nuclei-3.0.2
PKGREVISION= 2
DISTNAME= nuclei-3.1.3
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=projectdiscovery/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Expand Down
Loading

0 comments on commit 9cff828

Please sign in to comment.