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 interactsh support to sni #3276

Merged
merged 1 commit into from
Feb 7, 2023
Merged

Conversation

Mzack9999
Copy link
Member

@Mzack9999 Mzack9999 commented Feb 6, 2023

Proposed changes

This PR adds interactsh support to SNI override. Example template:

id: basic-raw-http-example

info:
  name: Test RAW GET Template
  author: pdteam
  severity: info

requests:
  - raw:
      - |
        @tls-sni: interactsh-url
        GET / HTTP/1.1
        Host: test

    matchers:
      - type: word
        part: interactsh_protocol # Confirms the HTTP Interaction
        words:
          - "http"

image

Checklist

@Mzack9999 Mzack9999 added the Type: Enhancement Most issues will probably ask for additions or changes. label Feb 6, 2023
@Mzack9999 Mzack9999 self-assigned this Feb 6, 2023
@ehsandeep ehsandeep removed the request for review from tarunKoyalwar February 7, 2023 08:32
@ehsandeep ehsandeep merged commit 7556416 into dev Feb 7, 2023
@ehsandeep ehsandeep deleted the issue-3152-sni-annotation branch February 7, 2023 08:32
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.

Add support for interactsh-url placeholders to SNI request annotations
3 participants