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

Adding jarm helper via dsl #3906

Merged
merged 6 commits into from
Jul 14, 2023
Merged

Adding jarm helper via dsl #3906

merged 6 commits into from
Jul 14, 2023

Conversation

Mzack9999
Copy link
Member

@Mzack9999 Mzack9999 commented Jul 5, 2023

Proposed changes

Adds jarm calculation helper via dsl package

Depends on:

Example:

$ cat test.yaml
id: basic-example

info:
  name: Test HTTP Template
  author: pdteam
  severity: info

http:
  - raw:
      - |+
        GET /{{jarm(Hostname)}} HTTP/1.1
        Host: {{Hostname}}
$ echo 192.168.1.1:443 | nuclei -t test.yaml -v
...
[INF] Found 1 URL from httpx
[VER] [basic-example] Sent HTTP request to https://192.168.1.1:443/29d29d00029d29d00041d41d000000ad9bf51cc3f5a1e29eecb81d0c7b06eb
[INF] No results found. Better luck next time!

Checklist

  • Pull request is created against the dev branch
  • All checks passed (lint, unit/integration/regression tests etc.) with my changes (unrelated failing test tracked at Problems related to TestDownloadCustomTemplatesFromGitHub test #3345)
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)

@Mzack9999 Mzack9999 added the Type: Enhancement Most issues will probably ask for additions or changes. label Jul 5, 2023
@Mzack9999 Mzack9999 self-assigned this Jul 5, 2023
@Mzack9999 Mzack9999 linked an issue Jul 5, 2023 that may be closed by this pull request
@Mzack9999 Mzack9999 marked this pull request as ready for review July 10, 2023 18:47
@Mzack9999 Mzack9999 requested a review from ehsandeep July 14, 2023 11:59
@ehsandeep ehsandeep merged commit 66f0dc7 into dev Jul 14, 2023
11 checks passed
@ehsandeep ehsandeep deleted the feat-3403-jarm branch July 14, 2023 15:54
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

Successfully merging this pull request may close these issues.

JARM and ja3 output don't exist in Nuclei Engine
3 participants