Subangkar / ICMP-Ping-Spoofing

Sending icmp ping with a spoofed IP using unix raw socket

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IP Spoofing doesn't work.

tigersoft18 opened this issue · comments

Running the project successfully launches packets with spoofed IP and it is verified with Wireshark on my PC. But they never reach the target on internet. I've checked it working in my LAN. What's the difference between LAN and Internet in this project?

Normal packets arrive perfectly, but only spoofed packets are filtered out. It seems that intermediate routers are blocking them.
Then, is it impossible to spoof source IP address on the internet?
Are all spoofing PoCs are tested on LAN?

I think target machine is not the problem seeing that normal packets are working well. I wonder sender's routing structure blocks spoofing.
Would you test your project on my target machine?

I opened this issue because this repo doesn't work on my sender and target machines both on the internet.
Would you just try sending spoofed ping to my target machine with your sender? I want to make it clear whether ip spoofing is still possible on the internet.

Well. it's an interesting matter to look into.
But I currently have windows environment only. Thanks for letting me know. I will inform you once it is tried outside LAN.

Can I tunnel ssh using icmp host spoffing