Posted a bunch of writeups for BDSEC CTF https://t.co/faZfHvjKIF
Writeup for Linkspire & Cordination Password gets posted once embargo is lifted.
Thanks @kn16h75qu4d for a sweet ctf, enjoyed!
W4llz secured 2nd place in OmniCTF 2026 🥈
With this result, we qualified for the finals in Romania 🇷🇴
Huge thanks to our players for the great performance and to the organizers for the amazing event.
#OmniCTF#CTF#W4llz
W4llz secured 1st place in BroncoCTF 2026. 🥇
It was a great competition, and we achieved 15 First Bloods through excellent teamwork
Thanks to all our players for the outstanding performance and to the organizers for hosting a great event
#W4llz#CTF#BroncoCTF
W4llz secured 1st place in No Hack No CTF 2026 🏆
A strong performance from the team with around 8 First Bloods during the competition
Huge thanks to our players for the great effort and to the organizers for the event
#CTF#W4llz#NoHackNoCTF
W4llz secured 2nd place in SekaiCTF 2026 🥈
A tough CTF with strong challenges including 0day challenges and our team managed to solve most of them through teamwork and focus
Huge thanks to our players for the great performance and to the organizers for the amazing event
@ProjectSEKAIctf@TeamH4C__@w4llz_Team Really fun ctf, had a blast playing! Thanks for hosting!
That minion challenge tho😂@_z68d sending this vid in team disc had me very amused 😂more of these vibes next year please
Sensitive info leak via google dork
site:.target.com ( "date of birth" OR confidential OR "internal use only" OR "balance sheet" OR "profit and loss" OR "banking details" OR "source code" OR "national id" OR "top secret" ) (ext:pdf OR ext:doc OR ext:ppt OR ext:txt OR ext:csv)
Feeling too familiar with using Sysmon? You can use it for #redteam purposes by having it overwrite the #antimalware executable. Just like I did with #windowsdefender
Say hello to ChromElevator (formerly Chrome App-Bound Decryption). Just dropped v0.15.0:
🚀 One command to rule them all - can hit every installed Chromium browsers at once.
🤫 More stealthy discovery as it finds browser paths by querying the registry with direct syscalls. No more hardcoded paths!
🛡️ Smarter EDR evasion, resilient decryption and more.
https://t.co/cCNIBNdMfj
This is how attackers legally hack crypto wallets.
A 25-minute guide used by real pentesters to break into browser wallet extensions like MetaMask.
Here’s how they do it:
For the life of me I can never remember the registry tweaks to avoid TPM checks when installing Win11 in a VM. I finally took note of the `reg add` commands to just copy and paste into the Shift+F10 terminal.
reg add "HKLM\SYSTEM\Setup\LabConfig" /f
reg add "HKLM\SYSTEM\Setup\LabConfig" /v BypassTPMCheck /t REG_DWORD /d 1 /f
reg add "HKLM\SYSTEM\Setup\LabConfig" /v BypassSecureBootCheck /t REG_DWORD /d 1 /f
reg add "HKLM\SYSTEM\Setup\LabConfig" /v BypassRAMCheck /t REG_DWORD /d 1 /f
reg add "HKLM\SYSTEM\Setup\LabConfig" /v BypassCPUCheck /t REG_DWORD /d 1 /f
reg add "HKLM\SYSTEM\Setup\LabConfig" /v BypassStorageCheck /t REG_DWORD /d 1 /f