Sabitlenmiş Tweet
iuseGrok
2.2K posts

iuseGrok
@PostandIReply
Cyber security Analyst | Red Team | Ai security
@hackthebox Katılım Ağustos 2025
371 Takip Edilen215 Takipçiler

Spent a long time stuck on a HTB "find the config file" task , kept tweaking date filters and size precision, got nowhere.
Turned out the real bug wasn't my filters at all. I was searching /etc only, when the file lived elsewhere entirely. Scope was the problem, not the flags.
Lesson: question where you're looking, not just what you're looking for.
#CyberSecurity #Linux #HackTheBox #LearningInPublic
English

@util_center @file Exactly, that's what got me stuck for a bit. I kept re-checking my JSON syntax instead of checking what was actually being sent over the wire. Should've thrown -v in earlier to see the real request body instead of trusting the error message's framing.
English

@PostandIReply @file That one is painful because the error points at JSON, but the real bug is the request shape
English

Spent way longer than I'd like to admit today chasing a "invalid JSON" error on a pentest lab.
Turned out --data-raw @file.json ≠ -d @file.json in cURL, one reads the file, the other sends the literal string "@file.json" as-is. 🤦
Session auth + JSON POST replication, done. Small bug, big lesson in reading the docs instead of assuming.
#CyberSecurity #PenTesting #curl #TIL
English

Quick one today: found the inode (index) number of /etc/sudoers using ls -i.
Every file on Linux has a unique index number tied to the filesystem, small detail, but stuff like this comes up a lot in privilege escalation later on.
Still grinding through Linux Fundamentals 🐧
#CyberSecurity #Linux #HackTheBox #LearningInPublic
English
iuseGrok retweetledi

Chipping away at the Linux Fundamentals module today 🐧 (13% in, steady progress)
SSH'd into a target and pulled real system info — kernel release, home directory, mail spool path, default shell, and network interface MTU using core commands like uname, ip a, and /etc/passwd.
Also learned the hard way to always double check which machine I'm actually connected to 😅
#CyberSecurity #Linux #HackTheBox #LearningInPublic
English
iuseGrok retweetledi

Currently deep in Linux fundamentals on my HTB skill path 🐧
Learning the file system structure — /etc, /var, /home, /tmp, and why knowing where things live matters way more than it sounds once you get into privesc and log hunting.
Slow and steady, building the foundation properly.
#CyberSecurity #Linux #HackTheBox #LearningInPublic
English

@akanbi_kunle Hehee I just connected with you because I saw this post and I also started my journey as a cyber security analyst, going into Pentester actually, saw your profile and I will be grateful if you could share some cues a Pentester
English
iuseGrok retweetledi

Leave Burpsuite an go to church ⛪️ . The vulnerability is not running away.
But 🤔 attack might see it before I come back from church ooo.
Church WAY #dlcommunity #appsec

English
iuseGrok retweetledi

You can also explore supply chain in Cybersecurity. Here are some job titles 👇🏾
Third Party Risk Analyst/Manager
Third Party Security Consultant
Third Party Assurance Analyst/Manager
Third Party Risk Officer
Third Party Cybersecurity Program Manager
Vendor Risk Analyst/Manager
Supplier Assurance Lead
Security Due Dilligence Analyst
Vendor Security Assessment Analyst/Manager
Note: Third Party, Vendor, Supplier are used interchangeably depending on the organization
Àgbàakin of Europe🇳🇬 🇪🇺@powerfulbadeeu
If you’re not sure what you want to do with your career, go to “Supply Chain” Operations, Logistics, Sales, Continuous improvement, Procurement, Finance, Project Management; name it. Supply chain isn’t one career, it’s dozens of career under one roof, and there’s room for everyone, every skill set & interest. More people are needed in this profession, BTW, no gatekeeping either, your degree is no barrier.
English
iuseGrok retweetledi
iuseGrok retweetledi
iuseGrok retweetledi

Day 30/100 of Cybersecurity.
Hunting a kernel level Malware.
How do you detect a malware threat that hides directly in the kernel? 🕵️♂️
In this deep dive, I show you how to use Wazuh SIEM to hunt down a rootkit called Diamorphine and flag hidden processes that bypass standard OS checks.
👇
Special thanks to @TechSphereAcad for being a great online institute for learning cyber skills
#Cybersecurity #InfoSec #Wazuh #Malware
English

@somadinaaaa Hi Soma
This is Tega from LinkedIn, this is my x account
English

Application for CyBlack Internship (September 2026 cohort) is now open!
Click the link below to apply.👇🏾
forms.gle/6V4C2L7C4EUi3T…
Note: registration closes by 4pm today!

English
iuseGrok retweetledi

I have just completed the Web Requests module on HTB Academy! academy.hackthebox.com/achievement/16… #hackthebox #htbacademy #cybersecurity
English

Day 3 of my cybersecurity journey 🚩
Went deep on API testing today with cURL, session cookies, JSON POST requests, and full CRUD attacks (GET → PUT → DELETE) against a REST API to expose broken access control.
Fought through shell-quoting hell across PowerShell and cmd along the way. Worth it.
#CyberSecurity #InfoSec #HackTheBox #LearningInPublic #Day3
English




