A Static binary analysis and reverse engineering workbench toolkit, it's still in early stages, and it's written in GO.
PRE-RELEASE 1.0.1
https://t.co/uQZMkZGidL
Fake HTMLi for JSi
<a href='/alert(1)/'>
An HTML anchor that works as JavaScript Injection, possibly confusing parsers and/or satisfying white lists.
This same technique worked against Bitrix24 CMS WAF
https://t.co/s0ouLOgBjG
#hack2earn
I injected {{7*7}} into a name field. The page said: "Hello, {{7*7}}"
Template not evaluated. I moved on.
🔴 That was a mistake.
The PDF generator rendered it 3 minutes later. DNS hit. Jinja2. Internal IP. P1.
Here's what I missed — and how to never miss it again: https://t.co/rmvBnJpypp
#BugBounty #AppSec #CyberSecurity #Hacking #Pentest #bugbountytips
Two useful writeups I recently published:
1. Zero-Click ATO via Self-Stored XSS + WAF Bypass + IDOR
🔗https://t.co/uer6ZK7VnE
2. Chained Two Logic Flaws to Break a Ticketing System
🔗https://t.co/2DSAaufeMj
Enjoy reading, and happy hacking
#bugbounty#cybersecurity
a professor at Illinois got frustrated with existing systems programming textbooks
so he started a wikibook project and had students help write it
it covers C, processes, threads, synchronization, memory allocation, networking, filesystems, scheduling and security
all in one free PDF
it eventually became the official textbook for CS 241 at UIUC with more than 1000 students taking the course every year
written for people who already know how to code and want to understand what actually happens underneath
The Hacker Recipes is the AD attack bible that OSCP prep guides forget to mention.
Kerberos delegation abuses.
NTLM relay chains.
DCSync paths.
Constrained vs unconstrained delegation.
https://t.co/sOQy6OwG7S
Profile 2 of the new AI/LLM set in Burp Bounty Pro: API gateway fingerprints.
🌐 Detects:
x-kong-upstream-latency
x-kong-proxy-latency
x-kong-request-id
x-envoy-upstream-service-time
x-envoy-attempt-count
x-envoy-original-path
Infrastructure Concept — explained simply
RDP (Remote Desktop Protocol)
Microsoft’s protocol for remote GUI access. Default port 3389.
Unlike SSH (text-only) or VNC (raw pixels), RDP sends drawing commands, a much smaller payload and a smoother experience over slow links.
What flows over an RDP session:
keyboard + mouse input from client
screen updates back from the server
clipboard sync both directions
file transfers, audio, printers
Clients you’ll actually use:
mstsc.exe (Windows)
Remmina (Linux)
FreeRDP / Microsoft Remote Desktop (Mac)
One rule above all else: never expose 3389 directly to the internet. It gets brute-forced within minutes. Sit it behind a VPN or RD Gateway. Enable NLA. Add MFA. Patch BlueKeep.
RDP is one of the most common entry points for ransomware in 2026. Treat it accordingly.