-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
193 lines (182 loc) · 9.73 KB
/
index.html
File metadata and controls
193 lines (182 loc) · 9.73 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Facebook OSINT Tool - Futuristic prefix-based research assistant using thumpersecure subdomain enumeration">
<!--
SECURITY: Content-Security-Policy restricts resource loading.
- default-src 'self': Only same-origin by default
- script-src 'self': No inline scripts, no eval - prevents XSS
- style-src 'self' https://fonts.googleapis.com: External fonts only from trusted CDN
- font-src 'self' https://fonts.gstatic.com: Font files from trusted CDN
- form-action 'self' base-uri 'self': Prevents form/base hijacking
- frame-ancestors 'self': Prevents clickjacking
- All processing is client-side; no sensitive data stored
-->
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'; style-src 'self' https://fonts.googleapis.com; font-src 'self' https://fonts.gstatic.com; connect-src 'self' https://api.openai.com https://api.anthropic.com; form-action 'self'; base-uri 'self'; frame-ancestors 'self';">
<title>FB OSINT Terminal 2036 | Facebook Prefix Research</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600&family=Orbitron:wght@400;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<a href="#main-content" class="skip-link">Skip to main content</a>
<div class="scanlines" aria-hidden="true"></div>
<div class="grid-bg" aria-hidden="true"></div>
<div class="glow-orb glow-orb--1" aria-hidden="true"></div>
<div class="glow-orb glow-orb--2" aria-hidden="true"></div>
<header class="header">
<div class="header__inner">
<div class="logo">
<span class="logo__icon">◈</span>
<span class="logo__text">FB OSINT</span>
<span class="logo__year">2036</span>
</div>
<div class="header__controls">
<button type="button" id="theme-toggle" class="theme-toggle" aria-label="Toggle theme" title="Toggle theme (T)">
<span class="theme-toggle__icon" aria-hidden="true">◐</span>
</button>
<button type="button" id="settings-btn" class="upgrade-btn" aria-label="Open settings" title="Settings">
<span class="upgrade-btn__text">Settings</span>
</button>
</div>
<nav class="nav" role="navigation">
<button type="button" class="nav__btn nav__btn--active" aria-pressed="true" data-panel="0">Search</button>
<button type="button" class="nav__btn" aria-pressed="false" data-panel="1">Library</button>
<button type="button" class="nav__btn" aria-pressed="false" data-panel="2">Methods</button>
</nav>
</div>
</header>
<div id="toast-container" class="toast-container" aria-live="polite" aria-atomic="true"></div>
<main class="main" id="main-content">
<!-- Search Panel -->
<section class="main-panel main-panel--active" data-panel="0">
<section class="search-section">
<div class="search-box glass">
<label for="search-input" class="visually-hidden">Target identifier</label>
<div class="search-box__input-wrap">
<span class="search-box__prefix">></span>
<input
type="search"
id="search-input"
class="search-box__input"
placeholder="Username, ID, or path..."
autocomplete="off"
aria-describedby="search-hint"
>
</div>
<p id="search-hint" class="search-box__hint">Enter Facebook username, numeric ID, or path. Results open in new tab.</p>
<div class="search-box__actions">
<button type="button" class="search-box__submit" aria-label="Execute search">
<span class="search-box__submit-text">Execute</span>
<span class="search-box__submit-icon">▶</span>
</button>
<button type="button" id="url-copy-btn" class="search-box__copy" aria-label="Copy URL">Copy</button>
<output id="url-output" class="search-box__url-preview" for="search-input">https://www.facebook.com/</output>
</div>
</div>
<div class="method-selector glass">
<span class="method-selector__label">Quick methods</span>
<div class="method-selector__chips">
<button type="button" class="method-chip" data-goal="profile-discovery" data-query="find profile">Profile</button>
<button type="button" class="method-chip" data-goal="link-tracking" data-query="track links">Links</button>
<button type="button" class="method-chip" data-goal="business-intel" data-query="business research">Business</button>
<button type="button" class="method-chip" data-goal="api-discovery" data-query="api discovery">API</button>
<button type="button" class="method-chip" data-goal="locale-search" data-query="locale search">Locale</button>
</div>
</div>
</section>
<section class="results-section">
<h2 class="results__title">Query Results</h2>
<div class="results-toolbar glass" aria-label="Results actions">
<div class="results-toolbar__left">
<span class="results-toolbar__label">Goal</span>
<span class="results-toolbar__value" id="active-goal">Profile Discovery</span>
</div>
<div class="results-toolbar__right">
<button type="button" class="btn results-toolbar__btn" id="save-preset-btn" aria-label="Save current target as preset">Save preset</button>
<button type="button" class="btn results-toolbar__btn" id="export-csv-btn" aria-label="Export last results to CSV">Export CSV</button>
<button type="button" class="btn results-toolbar__btn" id="bulk-open-btn" aria-label="Bulk open last results">Bulk open</button>
</div>
</div>
<div class="results-grid" id="results-grid">
<div class="results-placeholder">
<p>Enter a username or ID above and click Execute. The assistant will recommend the best prefix combinations.</p>
</div>
</div>
</section>
</section>
<!-- Library Panel -->
<section class="main-panel" data-panel="1">
<div class="library-header glass">
<h2>Prefix Library</h2>
<p>Subdomains from <a href="https://github.com/thumpersecure/thumpersecure/blob/main/facebook-prefix-list.md" target="_blank" rel="noopener noreferrer">thumpersecure</a>. Click to open with your search path.</p>
<label for="library-filter" class="visually-hidden">Filter prefixes</label>
<input type="search" id="library-filter" class="library-filter" placeholder="Filter by domain, category..." autocomplete="off" aria-label="Filter prefixes">
</div>
<div class="prefix-grid" id="prefix-list"></div>
</section>
<!-- Methods Panel -->
<section class="main-panel" data-panel="2">
<div class="methods-header glass">
<h2>Method Combinations</h2>
<p>Recommended prefix combinations for specific OSINT goals.</p>
</div>
<div class="combo-grid" id="combo-list"></div>
</section>
<aside class="chat-panel glass" id="chat-panel">
<div class="chat-panel__header">
<h2 class="chat-panel__title">Assistant</h2>
<button type="button" class="chat-panel__toggle" aria-expanded="true" aria-controls="chat-messages">
<span class="chat-panel__toggle-icon">−</span>
</button>
</div>
<div class="chat-panel__messages" id="chat-messages"></div>
<div class="chat-panel__input-wrap">
<label for="chat-input" class="visually-hidden">Ask assistant</label>
<input
type="text"
id="chat-input"
class="chat-panel__input"
placeholder="e.g. find profile, track links..."
aria-label="Ask assistant"
>
<button type="button" class="chat-panel__send" aria-label="Send">↑</button>
</div>
</aside>
</main>
<div id="command-palette" class="command-palette" role="dialog" aria-modal="true" aria-labelledby="command-palette-title" hidden>
<div class="command-palette__backdrop" data-command-close="true"></div>
<div class="command-palette__content glass">
<div class="command-palette__header">
<h2 id="command-palette-title" class="command-palette__title">Command Palette</h2>
<span class="command-palette__hint" aria-hidden="true">Esc</span>
</div>
<label for="command-input" class="visually-hidden">Command search</label>
<input
type="search"
id="command-input"
class="command-palette__input"
placeholder="Search prefixes, methods, actions..."
autocomplete="off"
aria-label="Command search"
>
<div id="command-results" class="command-palette__results" role="listbox" aria-label="Command results"></div>
</div>
</div>
<div id="modal-container" class="modal-container" role="dialog" aria-modal="true" hidden>
<div class="modal__backdrop" data-modal-close="true"></div>
<div class="modal__content glass" role="document">
<button type="button" class="modal__close" data-modal-close="true" aria-label="Close modal">×</button>
<div id="modal-body" class="modal__body"></div>
</div>
</div>
<footer class="footer">
<span class="footer__status">System online</span>
<span class="footer__version">v2.0.36 | <a href="https://github.com/thumpersecure/thumpersecure/blob/main/facebook-prefix-list.md" target="_blank" rel="noopener noreferrer">thumpersecure</a></span>
</footer>
<script type="module" src="app.js"></script>
</body>
</html>