h***n 发帖数: 4 | 1 有些网站通过IP地址来识别用户身份。不知有没有软件能伪装
IP地址?
谢谢 |
l*x 发帖数: 14021 | 2 Use Proxy
【在 h***n 的大作中提到】 : 有些网站通过IP地址来识别用户身份。不知有没有软件能伪装 : IP地址? : 谢谢
|
h*****l 发帖数: 184 | 3 Could you recommend some place to get Proxy?
【在 l*x 的大作中提到】 : Use Proxy
|
D****N 发帖数: 430 | 4 Proxys 4 All
http://proxys4all.cgi.net/
Free Public Proxy Severs List
http://tools.rosinstrument.com/proxy/proxies.htm
【在 h*****l 的大作中提到】 : Could you recommend some place to get Proxy?
|
s*******w 发帖数: 8 | 5 try this one: tools.rosinstrument.com
【在 h***n 的大作中提到】 : 有些网站通过IP地址来识别用户身份。不知有没有软件能伪装 : IP地址? : 谢谢
|
l*x 发帖数: 14021 | 6
Http uses TCP which is connection-oriented
There is a 3-way handshake before connection is set up.
And because of this 3-way handshake, it is very hard to disguise IP,
even it is easy to send any pockets with any source ip.
Am I right? |
c*v 发帖数: 19 | 7
this only works if the network is shared media, not work for
switched networks.
the better way is to spoof the router, for instance if you are
one host H, and you are faking address F, just tell your router
that to reach F must use H as gateway. so all packets for F
will be going through H. of course you need to turn the nic
on H to permiscue mode. but you can only fake an ip in your as.
rip v1 is easy to spoof, so is some version of bgp. |
m*****e 发帖数: 4193 | 8
This won't work. Intranet IP will be translated into the gateway's external
IP when it comes out. It only works when the server is in the same intranet,
which of course is not what he is asking about. |
m*****e 发帖数: 4193 | 9 And you will probably have to snoof all the routers along the way.
It's not a good thing to do. Netadmin will come after you if you disturb
the network, and then you will lose your network connection.
【在 c*v 的大作中提到】 : : this only works if the network is shared media, not work for : switched networks. : the better way is to spoof the router, for instance if you are : one host H, and you are faking address F, just tell your router : that to reach F must use H as gateway. so all packets for F : will be going through H. of course you need to turn the nic : on H to permiscue mode. but you can only fake an ip in your as. : rip v1 is easy to spoof, so is some version of bgp.
|
c*v 发帖数: 19 | 10
it depends. basically if you hijack one of the routers, you hijack
all in that as since some version of routing protocol such as
early versions of bgp will spread the false route to other routers.
that would probably be true. but which hacker will really use his
own network to do hacking? you get into a foreign network first, open
a backdoor, then use that network to do nasty things, and always
erase footprints.
today with broadband connection, many users with no idea of net
admin and secu
【在 m*****e 的大作中提到】 : And you will probably have to snoof all the routers along the way. : It's not a good thing to do. Netadmin will come after you if you disturb : the network, and then you will lose your network connection.
|
m*****e 发帖数: 4193 | 11
If you can hack into others network, what's the point to spoof IP addresses?
这不是xxxxxx,多此一举么?hehe.
【在 c*v 的大作中提到】 : : it depends. basically if you hijack one of the routers, you hijack : all in that as since some version of routing protocol such as : early versions of bgp will spread the false route to other routers. : that would probably be true. but which hacker will really use his : own network to do hacking? you get into a foreign network first, open : a backdoor, then use that network to do nasty things, and always : erase footprints. : today with broadband connection, many users with no idea of net : admin and secu
|
c*v 发帖数: 19 | 12
totally agree. won't worth it at all for just playing with
some poor web servers.
just for the fun of it, for "i can", hehe.
【在 m*****e 的大作中提到】 : : If you can hack into others network, what's the point to spoof IP addresses? : 这不是xxxxxx,多此一举么?hehe.
|
a***a 发帖数: 21 | 13 For the DDos attack, even if the packets are from the
agents, their source IP
address are usually faked, or even randomly generated. |
m*****e 发帖数: 4193 | 14 Dos attack are of no technical interest since they are just sending out
packets and not receiving response.
【在 a***a 的大作中提到】 : For the DDos attack, even if the packets are from the : agents, their source IP : address are usually faked, or even randomly generated.
|