osx - Do not receive echo-reply from ping request with scapy -


i use scapy , try make ping , receive reply.

my_ping = ether() / ip(dst='8.8.8.8') / icmp() rep,no_rep = srp(my_ping)

the problem don't receive answer. ping 8.8.8.8 works using terminal. i've problem on mac (os x 10.10 yosemite) , on ubuntu vm installed on mac. however, commands work on aws ubuntu machine.

if has clue... feel free answer


Comments

Popular posts from this blog

matlab - "Contour not rendered for non-finite ZData" -

delphi - Indy UDP Read Contents of Adata -

javascript - Any ideas when Firefox is likely to implement lengthAdjust and textLength? -