Home > Backend Development > PHP Tutorial > PHP page jump and cross-site submission forged Referer address source_PHP tutorial

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

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-07-20 11:11:48
Original
684 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 '

Latest Issues
php data acquisition?
From 1970-01-01 08:00:00
0
0
0
PHP extension intl
From 1970-01-01 08:00:00
0
0
0
How to learn php well
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template