Hijacking: Difference between revisions

From Hackepedia
Jump to navigationJump to search
m New page: Hijacking in the Internet World means that someone has taken over your open sessions and continues them without your approval. Often the person must be a man in middle. Also see [[Juped]...
 
mNo edit summary
Line 3: Line 3:
without your approval.  Often the person must be a
without your approval.  Often the person must be a
man in middle.  Also see [[Juped]] IRC term.
man in middle.  Also see [[Juped]] IRC term.
== Necessary paranoia ==
A man in the middle attack cannot be detected on the Internet, but it can be avoided by using cryptography.  If one component is clear text and you as the end user relies on that you can be maliciously hijacked and all your websites may still look like websites but behind them is something else, something that's dangerous.
See any cryptography book to show how authentication systems work.

Revision as of 05:49, 21 July 2008

Hijacking in the Internet World means that someone has taken over your open sessions and continues them without your approval. Often the person must be a man in middle. Also see Juped IRC term.


Necessary paranoia

A man in the middle attack cannot be detected on the Internet, but it can be avoided by using cryptography. If one component is clear text and you as the end user relies on that you can be maliciously hijacked and all your websites may still look like websites but behind them is something else, something that's dangerous.

See any cryptography book to show how authentication systems work.