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

Proxify doesn't save Request Body in jsonl raw field #558

Open
exploit-io opened this issue May 4, 2024 · 1 comment · Fixed by #656
Open

Proxify doesn't save Request Body in jsonl raw field #558

exploit-io opened this issue May 4, 2024 · 1 comment · Fixed by #656
Assignees
Labels
Status: Completed Nothing further to be done with this issue. Awaiting to be closed. Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors.

Comments

@exploit-io
Copy link

In this request, we should have username and password but there is nothing in the body!

{"timestamp":"2024-05-04T11:06:04+03:30","url":"http://testphp.vulnweb.com/userinfo.php","request":{"header":{"Accept":"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8","Accept-Encoding":"gzip, deflate","Accept-Language":"en-US,en;q=0.5","Connection":"close","Content-Length":"21","Content-Type":"application/x-www-form-urlencoded","Origin":"http://testphp.vulnweb.com","Referer":"http://testphp.vulnweb.com/login.php","Upgrade-Insecure-Requests":"1","User-Agent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:125.0) Gecko/20100101 Firefox/125.0","host":"testphp.vulnweb.com","method":"POST","path":"/userinfo.php","scheme":"http"},"raw":"POST http://testphp.vulnweb.com/userinfo.php HTTP/1.1\r\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8\r\nAccept-Encoding: gzip, deflate\r\nAccept-Language: en-US,en;q=0.5\r\nConnection: close\r\nContent-Length: 21\r\nContent-Type: application/x-www-form-urlencoded\r\nOrigin: http://testphp.vulnweb.com\r\nReferer: http://testphp.vulnweb.com/login.php\r\nUpgrade-Insecure-Requests: 1\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:125.0) Gecko/20100101 Firefox/125.0\r\n\r\n"},"response":{"header":{"Content-Type":"text/html; charset=UTF-8","Date":"Sat, 04 May 2024 07:36:04 GMT","Location":"login.php","Server":"nginx/1.19.0","X-Powered-By":"PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1"},"raw":"HTTP/1.1 302 Found\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Sat, 04 May 2024 07:36:04 GMT\r\nLocation: login.php\r\nServer: nginx/1.19.0\r\nX-Powered-By: PHP/5.6.40-38+ubuntu20.04.1+deb.sury.org+1\r\n\r\n"}}
@exploit-io exploit-io added the Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors. label May 4, 2024
@dogancanbakir dogancanbakir mentioned this issue Oct 17, 2024
4 tasks
@dogancanbakir dogancanbakir linked a pull request Oct 30, 2024 that will close this issue
4 tasks
@D0nk3rS100t
Copy link

+1 would love to see this fixed when possible. Currently blocking the ability to create jsonl output (with body) to feed into other tools.

@ehsandeep ehsandeep added the Status: Completed Nothing further to be done with this issue. Awaiting to be closed. label Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Completed Nothing further to be done with this issue. Awaiting to be closed. Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants