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

clear after stop #3312

Merged
merged 6 commits into from
Feb 13, 2023
Merged

clear after stop #3312

merged 6 commits into from
Feb 13, 2023

Conversation

Mzack9999
Copy link
Member

Proposed changes

Coupled with projectdiscovery/interactsh#462 Closes #3298

$ go run -race . -t tls-sni-proxy.yaml -u https://localhost

                     __     _
   ____  __  _______/ /__  (_)
  / __ \/ / / / ___/ / _ \/ /
 / / / / /_/ / /__/ /  __/ /
/_/ /_/\__,_/\___/_/\___/_/   v2.8.9

                projectdiscovery.io

[INF] Using Nuclei Engine 2.8.9 (latest)
[INF] Using Nuclei Templates 9.3.7 (latest)
[INF] Templates added in last update: 58
[INF] Templates loaded for scan: 1
[INF] Targets loaded for scan: 1
[INF] Using Interactsh Server: oast.site
[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
  • 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: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors. label Feb 12, 2023
@Mzack9999 Mzack9999 self-assigned this Feb 12, 2023
@Mzack9999 Mzack9999 linked an issue Feb 12, 2023 that may be closed by this pull request
@Mzack9999 Mzack9999 marked this pull request as draft February 12, 2023 22:48
@Mzack9999 Mzack9999 marked this pull request as ready for review February 13, 2023 06:37
@Mzack9999 Mzack9999 marked this pull request as draft February 13, 2023 07:28
@Mzack9999 Mzack9999 marked this pull request as ready for review February 13, 2023 10:53
Copy link
Member

@ehsandeep ehsandeep left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

while true; do echo result: `go run . -t tr.yaml -u https://localhost -silent | wc`; done

result: 1
result: 1
result: 1
result: 1
result: 1
result: 1
result: 1
result: 1
result: 1
result: 1
result: 1
result: 1
result: 1
result: 1
result: 1
result: 1
result: 1
result: 1
result: 1
result: 1
result: 1
result: 1
result: 1
result: 1
result: 1
result: 1
result: 1
result: 1
result: 1
result: 1
result: 1
result: 1
result: 1
result: 1
result: 1
result: 1
result: 1
result: 1
result: 1
result: 1
result: 1
result: 1
result: 1
result: 1
result: 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Interactsh integration panics when reused as SDK
3 participants