PHP page jump and cross-site submission forged Referer address source_PHP tutorial

WBOY
Release: 2016-07-20 11:11:48
Original
612 people have browsed it

This article will introduce to you two specific implementations of page jumps and cross-site submission of forged Referer address sources using PHP. The method mainly uses two functions: fsockopen and curl. Friends who need to know more can refer to it.

1. Tried URL jump methods

The code is as follows Copy code
 代码如下 复制代码

echo '';

echo 'window.location.href="'.$url.'";';

echo '

Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template