Page hijacking

Page hijacking involves compromising legitimate web pages in order to redirect users to a malicious web site or an exploit kit via cross site scripting.

Example

A hacker may use an exploit framework such as sqlmap to search for SQL vulnerabilities in the database and insert an exploit kit such as MPack in order to compromise legitimate users who visit the now compromised web server. One of the simplest forms of page hijacking involves altering a webpage to contain a malicious inline frame which can allow an exploit kit to load.

Page hijacking is frequently used in tandem with a watering hole attack on corporate entities in order to compromise targets.

gollark: Fine, I'll change it.
gollark: It's an example.
gollark: It's especially good with ADTs.
gollark: ```fsharptype Thing = | Foo of int | Bar of string | Baz of Thing listlet rec printThing t = match t with | Foo f -> sprintf "foo: %d" f | Bar s -> sprintf "bar: %s" s | Baz ts -> sprintf "[%s]" <| String.concat ", " (List.map printThing ts)```More pattern matching examples!
gollark: I was going to have `let printed` at the top then changed my mind.

See also

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.