-
Notifications
You must be signed in to change notification settings - Fork 4
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
IP Spoofing doesn't work. #1
Comments
Considering that your target machine has real ip i.e. it is not behind any
NAT, spoofed ping can still be traced if via intermediate routers by
detecting an invalid source ip for the domain you are using.
However, in my university LAN it worked pretty well.
…On Tue, Sep 29, 2020, 7:53 PM Wenhao Wang ***@***.***> wrote:
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?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFOFWCPDXBQ5KIAKZKQDYTDSIHRFFANCNFSM4R52SZEA>
.
|
Normal packets arrive perfectly, but only spoofed packets are filtered out. It seems that intermediate routers are blocking them. |
I think target machine is not the problem seeing that normal packets are working well. I wonder sender's routing structure blocks spoofing. |
Well if the intermediate router can verify whether a source ip can exist in
the incoming domain or not, it can certainly reject it.
I'm currently occupied with a work right now. Feel free to send the
spoofed ping to your target ip following the instructions mentioned in the
readme file of the repo.
…On Thu, Oct 1, 2020, 5:13 PM Wenhao Wang ***@***.***> wrote:
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?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFOFWCNU4BQHLKOP7PN42YLSIRP37ANCNFSM4R52SZEA>
.
|
I opened this issue because this repo doesn't work on my sender and target machines both on the internet. |
Well. it's an interesting matter to look into. |
Can I tunnel ssh using icmp host spoffing |
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?
The text was updated successfully, but these errors were encountered: