有人可以将IP地址欺骗为任何数字吗?

编程入门 行业动态 更新时间:2024-10-27 01:28:02
本文介绍了有人可以将IP地址欺骗为任何数字吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

一个IP地址可帮助Facebook和Google确定尝试访问您帐户的人是否实际上是您.我已经看到代理能够欺骗" IP地址,但这不会将其更改为正确的IP地址以访问该帐户.如果有人知道我的IP地址和密码到我的一个帐户,有人可以通过欺骗其IP地址来匹配我的IP地址吗?这样的IP地址安全真的很安全,将其合并到我的php脚本中会很好吗?

An IP address helps Facebook and Google to determine whether someone trying to access your account is in fact you. I've seen proxies able to "spoof" the IP address, but that wouldn't change it to the correct one for access to that account. If someone knew my IP address and password to one of my accounts, would it be possible for someone to spoof their IP address to match mine? Is IP address security like this really safe and would it be good to incorporate it into my php scripts?

推荐答案

您不能真正有效地欺骗IP,因为如果这样做,http响应将针对该IP,而不是您的IP.因此,这可能不是您最好的时间利用方式. (它们可能是伪造的,但无法接收预期的数据.)

You can't really spoof an IP effectively because if you do, http responses will go to that IP rather than yours. As such, it'd probably not be the best use of your time. (They can be fake, but they can't receive the intended data.)

通过接收预期数据",我的意思是,如果某人在127.0.9.63尝试向Google发送登录请求,并且将其IP欺骗为123.53.53.234,则Google会将响应发送至123.53.53.234,不是127.0.9.63.这意味着潜在的127.0.9.63黑客实际上从未收到过任何与您帐户有关的数据.

By "receive the intended data", I mean that if someone at 127.0.9.63 tries to send a login request to Google, and spoofs their IP to be 123.53.53.234, then Google will send the response to 123.53.53.234, not 127.0.9.63. That means that the would-be hacker at 127.0.9.63 never actually receives any data pertaining to your account.

这是一种风险(但可能对您而言不大)-这是进行DDoS(分布式拒绝服务)攻击的一种行之有效的方法.看看本文如果您好奇的话.

This is a risk (but probably not to you) - it's a well established way of conducting DDoS (Distributed Denial of Service) attacks. Have a look at this article if you're curious.

更多推荐

有人可以将IP地址欺骗为任何数字吗?

本文发布于:2023-06-10 05:43:40,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/608231.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:地址   数字   IP

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!