Results 15 comments of Tao Sauvage

Hi @lucyoa, I would usually comply with this kind of requests but I really think that it is not necessary here. All 3 exploits are simple to understand (1 command...

@rnehra01 The stdin method allows you to do `cat request.txt | hrt -s`, while the interactive method is a user-friendly-let-me-tell-you-what-I-need-you-to-feed-me mode that is verbose. @7a I agree that the interactive...

@dhruvagarwal I am not really fan of this idea for 2 reasons: - If the user wants to use a custom template, s-he can write it under './templates/' - If...

@dhruvagarwal Do you think that you could add unittests for that new feature as well as the source code? That will be very helpful before merging the changes :)

@dhruvagarwal Reading the modification, what happens if the user specifies a custom template `bash.py`? Is it overidden by the default one http_request_translator provides?

@dhruvagarwal Do you need more information in order to update your PR regarding the custom template idea?

@nlfox Thanks for your PowerShell support! I would need some help to review it since I have no experience with PowerShell. Do you think you could provide unit tests to...

@DoomTaper could you provide the code of `testing.py`? I can't see how you try to use ptp so I don't know if what ptp is doing is wrong, or if...

Known issue since only GET and POST are supported for now. https://github.com/owtf/http-request-translator/blob/dev/http_request_translator/base.py#L80

@dhruvagarwal Is this ready to review? Or should I wait until the second item in your list is checked?