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

Rewrite response data #9

Open
danzatt opened this issue May 23, 2014 · 2 comments
Open

Rewrite response data #9

danzatt opened this issue May 23, 2014 · 2 comments

Comments

@danzatt
Copy link

danzatt commented May 23, 2014

How can I edit what server sent ?
e.g.:

function response_data(data){
data = new Buffer("Test", "binary");
}

var processor = function(proxy) {
proxy.on("response_data", response_data);
};

Doesn't work.

@skepticfx
Copy link

@P4r4dOx If you are trying to intercept HTTPS traffic, why don't you try https://github.com/skepticfx/tlsjack

@danzatt
Copy link
Author

danzatt commented May 24, 2014

thanks. gona give it a shot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants