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

Challenge 12: Network Traffic Analysis - No ICMP packets #38

Open
stephentyers1975 opened this issue Mar 12, 2025 · 3 comments
Open

Challenge 12: Network Traffic Analysis - No ICMP packets #38

stephentyers1975 opened this issue Mar 12, 2025 · 3 comments
Assignees

Comments

@stephentyers1975
Copy link

stephentyers1975 commented Mar 12, 2025

Hi,

I'm trying to complete Challenge 12: Network Traffic Analysis and I've used the below command to dump ICMP packets

sudo tcpdump -i eth0 -A -v icmp
tcpdump: listening on eth0, link-type EN10MB (Ethernet), snapshot length 262144 bytes
^C
0 packets captured
0 packets received by filter
0 packets dropped by kernel

I've tried a number of iterations of this command and there doesn't seem to be any ping packets being generated to inspect after leaving it a while. Am I doing something wrong or is the test not generating the ping packets?

Many thanks
Steve

@jleiv01
Copy link
Contributor

jleiv01 commented Mar 13, 2025

Hi,

I'm trying to complete Challenge 12: Network Traffic Analysis and I've used the below command to dump ICMP packets

sudo tcpdump -i eth0 -A -v icmp
tcpdump: listening on eth0, link-type EN10MB (Ethernet), snapshot length 262144 bytes
^C
0 packets captured
0 packets received by filter
0 packets dropped by kernel

I've tried a number of iterations of this command and there doesn't seem to be any ping packets being generated to inspect after leaving it a while. Am I doing something wrong or is the test not generating the ping packets?

Many thanks Steve

Hello @stephentyers1975
There are packets being sent.
Hint: use ip a and ps -aux

In this scenario, the client tells you that they are sending packets, your task is to analyze all packets.

Happy hunting!

@madebygps
Copy link
Collaborator

@jleiv01 do you think we need to clarify challenge hints?

@jleiv01
Copy link
Contributor

jleiv01 commented Mar 16, 2025

@jleiv01 do you think we need to clarify challenge hints?

We could probably add

"Consider all NICs" or something along those words.

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

4 participants