open source solutions
前往频道在 Telegram
stop guessing and start tracing.
显示更多未指定国家未指定类别
506
订阅者
-124 小时
-17 天
+2430 天
帖子数量
数据加载中...
反应
评论
Telegram 星星
按以下排序的热门帖子
数据加载中...
发布分析
帖子 | 浏览量动态 | |||||
More modules coming this weekend | 33 | 0 | 0 | 1 | Loading... | |
jax isnt retarded nigga shut up. | 38 | 0 | 0 | 2 | Loading... | |
jax got ragebaited by a retard bro 😭 | 40 | 0 | 0 | 0 | Loading... | |
y dis nigga being retarded wtf | 40 | 0 | 0 | 0 | Loading... | |
him complaining and spreading misinformation.
He keeps saying im "horrifiedimpacta".
my response to that was i dont know who that is, ive never been in coms and i havnt done whatever he/she has done, i've spoken to him before briefly a few months back and ig thats "friends" to akiras state of mind. | 39 | 0 | 0 | 0 | Loading... | |
uh oh | 31 | 0 | 0 | 0 | Loading... | |
没有文字... | 30 | 1 | 0 | 0 | Loading... | |
im going to use 1000 proxies and just spam his shit with account creations ruining his db + possible ddos | 1 | 0 | 0 | 0 | Loading... | |
if his registered ever goes back up | 1 | 0 | 0 | 0 | Loading... | |
hackers against botnetters and exploiters i suppose | 1 | 0 | 0 | 0 | Loading... | |
没有文字... | 34 | 1 | 0 | 0 | Loading... | |
ngrok-free | 32 | 0 | 0 | 0 | Loading... | |
// prevail.rocks — frontend
const API = "https://ashes-chasing-fondly.ngrok-free.dev";
async function api(path, opts = {}) {
const cfg = {
method: opts.method || "GET",
credentials: "include",
headers: { "Content-Type": "application/json" },
body: opts.body,
};
try {
const r = await fetch(API + path, cfg);
let data = null;
try { data = await r.json(); } catch (_) { data = { ok: false, error: "bad response" }; }
return { status: r.status, data };
} catch (e) {
return { status: 0, data: { ok: false, error: "network error: " + e.message } };
}
}
async function guard(requireAuth = true) {
const { status, data } = await api("/api/me");
const authed = status === 200 && data && data.ok;
if (requireAuth && !authed) { location.href = "login.html"; return null; }
if (!requireAuth && authed) { location.href = "dashboard.html"; return null; }
return authed ? data : null;
}
const $ = id => document.getElementById(id);
const $$ = sel => document.querySelectorAll(sel);
const esc = s => String(s == null ? "" : s)
.replace(/&/g, "&").replace(/</g, "<").replace(/>/g, ">")
.replace(/"/g, """);
function flash(msg, isErr) {
const b = $("flash");
if (!b) return;
b.className = "msg" + (isErr ? " err" : "");
b.textContent = msg;
b.style.display = "block";
}
function hide(id) { const e = $(id); if (e) e.style.display = "none"; }
function show(id) { const e = $(id); if (e) e.style.display = ""; }
function fmtDate(s) {
if (!s) return "—";
try { return s.slice(0, 19).replace("T", " "); } catch (_) { return s; }
}
document.addEventListener("DOMContentLoaded", () => {
const out = $("logout");
if (out) out.onclick = async e => {
e.preventDefault();
await api("/api/logout", { method: "POST" });
location.href = "index.html";
};
});
he doesnt hide his files ig | 34 | 1 | 0 | 0 | Loading... | |
same person that runs with frantic 💀 | 40 | 0 | 0 | 0 | Loading... | |
没有文字... | 41 | 1 | 0 | 1 | Loading... | |
open ports
80
443
8443 | 40 | 0 | 0 | 0 | Loading... | |
im not worried about my site because i know i have a good protection.
Rate limits on literally everything
Rate limits on searching is also installed
Xss protection and all 7/7 security headers.
Akira stop trying and ill stop leaking | 40 | 0 | 0 | 0 | Loading... | |
so he doesnt wanna stop, some special things coming soon about his shitty site 😭 | 46 | 0 | 0 | 0 | Loading... | |
prevail.rocks, lets talk about it.
So manager, aka akira aka @myonetruelovecalledmeamonster DM'd me saying I had competition with his 'osint', from what I've seen he relies strictly off intelbase, he later tries to "pen-test" and tells me he created 13k users. If he had created 13k users my site would not be functional the way it is right now, his excuses are "you cant see them in the database" "they're unremoveable", clearly he has no history with pen-testing or DB handling. His "pen-test" concluded to nothing and was most likely client sided.
i didnt wanna annouce this publicly but hes trying to ruin rep and spread false information. | 49 | 0 | 0 | 1 | Loading... | |
没有文字... | 63 | 0 | 0 | 0 | Loading... |

