👾 Tetstack👾
64 subscribers
54 photos
1 video
27 links
Download Telegram
Anyone knows how to bypass WAF-based protection. I ma stay on this for a while.
well fuck me ... The project need way more work than I thought. Standard tools like Puppeteer get clapped instantly because sites check under the hood for automation flags. I ma be deep in the actual browser source code changing things from the root.

​Here is the plan for the five layers I need to fix:

​JS and DOM stuff: Standard scripts try to hide flags using basic JS injection, but sites catch that by checking prototype chains. I have to change the actual C++ files so navigator.webdriver looks clean from the start. Also need to fill up the plugins and mimeTypes arrays with real data so they aren't empty, and sync the languages array with the system clock so it doesn't look sus.

​Headless mode flags: Running without a UI changes how the browser starts up. Things like window.chrome don't even load right in headless. I'm rewriting how frames are made to force them to load normally, and keeping the User-Agent and client hints completely matching.

​Graphics and hardware: Virtual servers are an instant ban. If a site checks WebGL and sees a software renderer like SwiftShader or Mesa instead of a real GPU, you're done. I'm changing those queries to report real graphics cards and fixing how canvas renders text and pixels so it matches a normal 1080p desktop baseline.

​Input and prototype checks: If you change a native function, calling .toString() on it leaks the wrapper. I'm patching the engine to keep the native formatting clean so checks don't flag it, and making sure permission states respond like a normal browser.

​Network stack: This is the hardest part. TLS fingerprinting (JA3/JA4) and HTTP/2 settings frames give you away instantly. I have to tweak the crypto settings, cipher suites, and stream window sizes to match standard browser releases perfectly.

​I am not sure how I will handle all the custom compilation runs yet. Well I ma fuck around,"The more you fuck around the more you find out".
👾 Tetstack👾
Yeap, fuck me for real
This media is not supported in your browser
VIEW IN TELEGRAM
Sooo no more sleep for me
This media is not supported in your browser
VIEW IN TELEGRAM
1
Well unfuck me cuz ... Change of plans on the browser source code rewrite grind.
​Straight up, trying to manually rebuild five layers of a browser engine to spoof WebGL, clean up prototype chains, and trick JA4 fingerprints is a massive, endless rabbit hole. It’s a total brain melt, and honestly, even if I spent months custom-compiling a franken-browser, a single edge update from Cloudflare would probably still clap it instantly.
​So, I’m shifting gears. We are working smarter, not harder.
​Instead of fighting the WAF like a random intruder and wasting weeks on custom compilation runs that might look sus anyway, I’m implementing a clean, institutional-grade architecture. We’re going the fully authorized route—exactly how platforms like HackerOne or Burp Suite handle it.
​Here is the new move:
The backend will support direct Cloudflare API Token Integration. Users will provide a token to prove they fully own the domain, our app validates it natively with Cloudflare's infrastructure, and then we can programmatically whitelist our scanner's IP to pull the data directly without getting blocked. No spoofing required, completely ironclad, and zero WAF drama.
​This lets us stop fighting engine internals 24/7 and actually focus on building out the core scanning logic and vulnerability features for the engine.
​Guess I fucked around and found out that building an enterprise-style auth flow is way more alpha than fighting a losing war against edge firewalls. Updates soon.
POV: How I feel trying to debug a logic on the BackEnd API core engine, while having the EUEE(MATRIK) in 20 days or less. (I haven't started studying till now. )
😎3
Genuinely not getting why my fam is worried about my screen time when there are niggas my age ripping bed and doing drugs, i don't even go out of the house ma nigga plus i have a bedtime pus i am fucking 19 bruh. I am just inches close to crashing out fr.
🤝4
Today I felt like I am worthy enough for a portfolio so check it out: https://isitreallyme.pages.dev/

Would love any feedback.
Ohh and have fun doxxing me 🙂.
And yeah mainly when you build portfolio either on vps or anything please please please use cloudflare unless you want web scrappers to get your info.
👍1
Well guess what, now there is a new way of cyber attack using bio weapon which is a viru. I am serious researchers just found a way how they can use a 176 base pair synthetic DNA encoded to cause buffer overflow when the sequence machine read it triggered a buffer overflow. I guess we gotta learn biology now huh?
👾 Tetstack👾
Today I felt like I am worthy enough for a portfolio so check it out: https://isitreallyme.pages.dev/ Would love any feedback.
So did a little tweak on the page used pure js vanilla maths for the background. Might be a bit clunky on phone bur check it out on desktop.

https://isitreallyme.pages.dev/
The background was made with JS maths and I used randomness so if you reload it will be different
As someone's advice I will be also talking about security treats that most of you do and I notice and which will lead to your as getting cooked.