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

questions on scamper #1

Closed
Sandman02 opened this issue May 13, 2015 · 1 comment
Closed

questions on scamper #1

Sandman02 opened this issue May 13, 2015 · 1 comment

Comments

@Sandman02
Copy link

Hi everybody,
I was studying the documentation of scamper, searched for code in the internet and tried many things in the command line, but still getting major things not done. I have two basic questions:
• How can I probe more than one IP address in the command line?
• Can I use functions for IP address generation in a textfile used as input for IP addresses? Or has it to be the format one IP address per line?
• How do I get a TTL value as output of a traceroute probe? (ICMP time exceeded message)
I hope anybody can help me, I would appreciate any advice!

@matthewluckie
Copy link

Yes you can supply multiple IP addresses on the command line with the -i option. They go at the end of the string. e.g. scamper -c "ping" -i 192.0.2.1 192.0.2.2 192.0.2.3

You can put any address of your choosing in a file. One per line.

The TTL value in the quote or in the IP header of the time exceeded message?

@cmand cmand closed this as completed Nov 7, 2016
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

3 participants