Closed nmaxcom closed 7 years ago
Hi! Thanks for this. I thought I had fully updated dependencies. Will look into this and fix :+1:
npm install express body-parser multer jade --save
tryed your proxy on
https://www.ig.com/fr/ig-indices/allemagne-30
keep getting error
`λ node wsproxy.js events.js:161 throw er; // Unhandled 'error' event ^
Error: read ECONNRESET at exports._errnoException (util.js:1028:11) at TCP.onread (net.js:572:26)
C:\Users`
wsproxy exit
hi! sorry for the delay on this.
I pushed a few small changes that hopefully covers this. I tried against https://www.ig.com/fr/ig-indices/allemagne-30
and can't reproduce the error.
Are you connecting directly to the wsproxy? My setup is as follows: Firefox -> burp -> wsproxy
This has a two-fold benefit, you don't have to worry about certificate errors in Firefox, as burp's cert is already trusted. Secondly, you can do the normal testing of web requests you would normally do through Burp.
Hope this helps!
this should all be resolved with https://github.com/sensepost/wsproxy/pull/4
Hi guys. You need to fill the dependencies needed otherwise it just keeps complaining of packets that are not installed (because they are not present in the package.json) like:
I'm manually inserting express, body-parser, multer, jade...