Dega file :
https://mega.nz/file/Yh4VECAL#2GvF-DCdzRikpZQnGH_ztnNIKf98GtrPI-VfTI1SRVQ
stuffs i used :
tcpdump -r data.pcap -l -w - src 192.168.101.132 and dst port 3000 | tcpflow -C -r -
cat out1 |grep -v "POST / HTTP/1.1"|grep -v "Host: 192.168.101.133:3000"|grep -v "Connection: keep-alive"|grep -v "Accept-Encoding: gzip, deflate"|grep -v "Accept: */*"|grep -v "User-Agent: python-requests/2.22.0" | grep -v "Content-Type: application/x-www-form-urlencoded" | grep -v "Content-Length: "
tr -d '\n'
strings out2 | sed 's/%0A//g'| sed 's/%3D/=/g' >out3