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

Listening on multiple port? #298

Closed
Zouuup opened this issue Jun 9, 2016 · 3 comments
Closed

Listening on multiple port? #298

Zouuup opened this issue Jun 9, 2016 · 3 comments

Comments

@Zouuup
Copy link

Zouuup commented Jun 9, 2016

Won't it be cool to be able to listen on multiple ip/port addresses?
something like: 1.1.1.2:8080,8081,80 1.1.1.3:8090

@buger
Copy link
Owner

buger commented Jun 10, 2016

Well, actually you can already do that by using multiple --input-raw: gor --input-raw 1.1.1.2:8080 --input-raw :8081 --input-raw :80 .... But this should be the same service on this ports, because capturing traffic from different apps make no much sense: you can't replay it correctly.

@buger buger closed this as completed Jun 10, 2016
@Zouuup
Copy link
Author

Zouuup commented Jun 10, 2016

Thanks.

What if i use --input-raw-engine "raw_socket" for one of them? will it affect all others?

@buger
Copy link
Owner

buger commented Jun 10, 2016

Yes, it will affect all of them.

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