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

verbose flag modification #61

Merged
merged 2 commits into from
Oct 12, 2021

Conversation

LuitelSamikshya
Copy link
Contributor

No description provided.

@ehsandeep ehsandeep linked an issue Oct 8, 2021 that may be closed by this pull request
@Mzack9999 Mzack9999 self-requested a review October 12, 2021 07:59
@Mzack9999 Mzack9999 added the Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors. label Oct 12, 2021
@Mzack9999 Mzack9999 linked an issue Oct 12, 2021 that may be closed by this pull request
Copy link
Member

@Mzack9999 Mzack9999 left a comment

Choose a reason for hiding this comment

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

proxify (not printing binary data to stdout)

$ ./proxify -v
POST http://192.168.1.1/ HTTP/1.1
Accept: */*
Content-Length: 120848
Content-Type: application/x-www-form-urlencoded
Expect: 100-continue
Proxy-Connection: Keep-Alive
User-Agent: curl/7.64.1

curl (sending binary data)

curl http://192.168.1.1 -x http://localhost:8888 -X POST --data-binary "@/bin/echo"

@ehsandeep ehsandeep merged commit d7d7e25 into projectdiscovery:dev Oct 12, 2021
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
3 participants