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

[Feature] Allow saving only requests or response when doing proxy #19

Closed
0xAwali opened this issue Dec 27, 2020 · 2 comments · Fixed by #20 or #41
Closed

[Feature] Allow saving only requests or response when doing proxy #19

0xAwali opened this issue Dec 27, 2020 · 2 comments · Fixed by #20 or #41
Labels
Type: Enhancement Most issues will probably ask for additions or changes.

Comments

@0xAwali
Copy link

0xAwali commented Dec 27, 2020

Actually , There Is One Issue While Saving The Requests And The Responses

Screenshot_2020-12-27_02-04-33

From The Previous Image There Is not an New Line Between Body Of The POST Request And First Line Of The Response e.g. log File Should Be Like This

Screenshot_2020-12-27_02-15-37

And If You Can Possible Add Feature To Save Only Request Without Response That Will Be a Great Because If Any One Can Use This Files With sqlmap Tool With Option -r OR fuff Tool With Option -request

@ehsandeep ehsandeep changed the title It Is Possible To Save Only The Requests Without The Responses [Feature] Allow saving only requests or response when doing proxy Dec 27, 2020
@ehsandeep ehsandeep added the Type: Enhancement Most issues will probably ask for additions or changes. label Dec 27, 2020
@ehsandeep
Copy link
Member

As a default, proxify stores, request + response dumps into one txt file, to support requested feature, we have two possible options:-

  1. As default store request and response in separate txt file.
  2. Keep the default behaviour as it is, and have dump-req and dump-res flag to dump them if used.

@Mzack9999 Mzack9999 linked a pull request Dec 28, 2020 that will close this issue
@ehsandeep
Copy link
Member

Both issues fixed here #20 @0xAwali

  • Bugfix with new lines
  • Added 2 new flag, dump-req, dump-resp to dump either request or response or both at the same time, as default, both request/response will be dumped to the same file.

@ehsandeep ehsandeep linked a pull request May 23, 2021 that will close this issue
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 a pull request may close this issue.

2 participants