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

Setting max tls1.2 with burp proxy #311

Merged
merged 1 commit into from
Feb 16, 2023
Merged

Setting max tls1.2 with burp proxy #311

merged 1 commit into from
Feb 16, 2023

Conversation

Mzack9999
Copy link
Member

@Mzack9999 Mzack9999 commented Feb 14, 2023

Closes #170

Example:

$ go run . -proxy http://127.0.0.1:8080 -u https://site.com -d 5 -jc  -v

   __        __
  / /_____ _/ /____ ____  ___ _
 /  '_/ _  / __/ _  / _ \/ _  /
/_/\_\\_,_/\__/\_,_/_//_/\_,_/ v0.0.3

                projectdiscovery.io

[script] https://site.com/static/111213/js/perf/stub.js

@Mzack9999 Mzack9999 added the Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors. label Feb 14, 2023
@Mzack9999 Mzack9999 self-assigned this Feb 14, 2023
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.

$ katana -u https://www.duolingo.com -jc  -kf all --proxy http://127.0.0.1:8080 -silent | wc
      24

$ go run . -u https://www.duolingo.com -jc  -kf all --proxy http://127.0.0.1:8080 -silent | wc
     120

@ehsandeep ehsandeep merged commit f4bacb0 into dev Feb 16, 2023
@ehsandeep ehsandeep deleted the issue-170-burp-proxy branch February 16, 2023 20:35
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.

remote error: tls: user canceled with burp proxy Proxy Causes Less results
2 participants