mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-18 02:25:25 +00:00
* use parsed options while signing * update project layout to v3 * fix .gitignore * remove example template * misc updates * bump tlsx version * hide template sig warning with env * js: retain value while using log * fix nil pointer derefernce * misc doc update --------- Co-authored-by: sandeep <8293321+ehsandeep@users.noreply.github.com>
9 lines
613 B
Markdown
9 lines
613 B
Markdown
# THANKS
|
|
|
|
- https://github.com/dop251/goja - Pure Go Javascript VM used by nuclei JS layer.
|
|
- https://github.com/gogap/gojs-tool - Inspiration for code generation used in JS Libraries addition.
|
|
- https://github.com/ropnop/kerbrute - Kerberos Module of JS layer
|
|
- https://github.com/praetorian-inc/fingerprintx - A lot of Network Protocol fingerprinting functionality is used from `fingerprintx` package.
|
|
- https://github.com/zmap/zgrab2 - Used for SMB and SSH protocol handshake Metadata gathering.
|
|
|
|
A lot of other Go based libraries are used in the javascript layer. Thanks goes to the creators and maintainers. |