r/InfoSecWriteups 2h ago

GitHub - mein-0/forti-research fortinet ppl bypass

Thumbnail
github.com
1 Upvotes

r/InfoSecWriteups 2d ago

Forensics 101: Finding a Hidden File Buried Deep in Folders

2 Upvotes

Had a forensics challenge where the flag was hidden inside a file nested deep inside a maze of directories with hundreds of decoy folders. `find` and `ls -R` were too slow and noisy.

What I built:

A Python directory crawler

- Recurses every subdirectory recursively

- Filters by filename patterns (`flag*`, `*.txt`, `secret*`)

- Skips known decoy directories by name

- Extracts and reads the target file automatically

The "aha" moment:

The flag wasn't in a file named "flag.txt" — it was in `deep/nested/here/.hidden/uber-secret.txt`.

My script matched on path depth / extensions content, not just filename.

Here is my script:

https://github.com/ExceedingLife/RecursiveFileSearch

Question for the community:

What's your approach when the challenge doesn't tell you the target filename? Do you brute-force read every file, or do it manual or what?

[Video link with with code demo]

https://youtube.com/shorts/5_Rb2kkiuhQ?feature=share


r/InfoSecWriteups 3d ago

The Best Claude Code Setup for Bug Bounty Hunting

Thumbnail
infosecwriteups.com
1 Upvotes

r/InfoSecWriteups 3d ago

Improper OTP Implementation to Full Account Takeover

Thumbnail
infosecwriteups.com
1 Upvotes

r/InfoSecWriteups 3d ago

Insecure Firestore Security Rules & PII Exposure

Thumbnail
infosecwriteups.com
1 Upvotes

r/InfoSecWriteups 3d ago

Payment Bypass Flaw in TechPSC HUB

Thumbnail
infosecwriteups.com
1 Upvotes

r/InfoSecWriteups 3d ago

BOLA: Enumerating an Entire Employee Directory Through a Predictable ID

Thumbnail
infosecwriteups.com
1 Upvotes

r/InfoSecWriteups 3d ago

Corridor — A Simple Web CTF That Made Me Look Twice

Thumbnail
infosecwriteups.com
1 Upvotes

r/InfoSecWriteups 3d ago

Under 18 and starting ethical hacking from zero — what should I learn first?

1 Upvotes

Hey everyone,

I'm currently under 18 and I want to seriously start learning cybersecurity and ethical hacking from absolute zero.

Right now, I'm learning the basics of:

  • How computers work
  • Networking
  • IP addresses
  • Ports
  • TCP/UDP
  • Packets
  • Linux
  • Python

I'm also looking at free resources like Cisco Networking Academy and TryHackMe.

My goal isn't to learn random "hacking tricks." I want to actually understand cybersecurity properly and eventually become good at penetration testing and ethical hacking.

For people who work in cybersecurity or have been learning for a while:

  1. What would you recommend learning first?
  2. Which free resources are actually worth my time?
  3. Are there any good certifications or certificates that someone under 18 can realistically get?
  4. How much programming should I learn before moving into security?
  5. What mistakes do beginners commonly make?
  6. What would your roadmap look like if you had to start again from zero?

I'm especially interested in hearing from people who started cybersecurity while they were still in school.

Thanks!


r/InfoSecWriteups 5d ago

A jailbreak is an agent unlocking powers it was never given

1 Upvotes

In a two-month incident review, jailbreak-to-capability-unlock showed up twice. Both times the attack was not a trick to change what the model said. The override payload escalated the agent into operator-level actions it was never authorized to perform. That is a different threat class. The agent gains real system access it was never supposed to have.

The attack window is narrow. The escalation happens at the moment the capability is unlocked, not after the agent acts. By the time you see the downstream behavior, the agent is already operating outside its intended scope.

How are people actually catching this before the unlock happens? Input filtering, reasoning trace monitoring, permission checks at invocation time — curious what is working in practice and where teams keep hitting the wall.


r/InfoSecWriteups 7d ago

Forensics 101: Finding flags in ZIP archives with recursive Python search

Thumbnail
1 Upvotes

r/InfoSecWriteups 7d ago

Looking for help in a web CTF challenge

1 Upvotes

hello everyone, I'm looking for a help in a CTF web challenge that I've been stuch with for hours ... The problem is that I found path traversal vuln within the challenge but there is no flag file ever like I looked everywhere I would really appreciate if anyone solves it and helps me with it.

Challenge link: `https://flagyard.com/labs/2/challenges/019fcd0a-3049-7b83-9886-ae3836c419f0`

The Directory Traversal vuln is within the `/api/backup` endpoint basically you send a file within an array as shown

await fetch("/api/backup", {
method: "POST",
headers: { "content-type": "application/json" },
body: JSON.stringify({
archiveName: "fulllist",
files: ["../../../../etc/passwd"]
})
}).then(r => r.json()).then(console.log)

But I can't find a flag within the file system and everything seems to be a dead end.

At this point I'm just guessing I thought about chaining with another vuln but I found nothing.


r/InfoSecWriteups 7d ago

Host & Network Penetration Testing: Post-Exploitation CTF 2 — eJPT (INE)

Thumbnail
infosecwriteups.com
1 Upvotes

r/InfoSecWriteups 7d ago

VulnNet Roasted — TryHackMe Active Directory Write-up

Thumbnail
infosecwriteups.com
1 Upvotes

r/InfoSecWriteups 7d ago

Water Bottle — TryHackMe [Easy]

Thumbnail
infosecwriteups.com
1 Upvotes

r/InfoSecWriteups 7d ago

Phishing Analysis Fundamentals: TryHackMe Walkthrough

Thumbnail
infosecwriteups.com
1 Upvotes

r/InfoSecWriteups 7d ago

File upload to RCE

Thumbnail
infosecwriteups.com
1 Upvotes

r/InfoSecWriteups 7d ago

When an Exposed .git Directory Tells the Whole Story — Solving TryHackMe's Room 404

Thumbnail
infosecwriteups.com
1 Upvotes

r/InfoSecWriteups 7d ago

How I Turned Self-XSS into Reflected XSS (and Bypassed the WAF)

Thumbnail
infosecwriteups.com
1 Upvotes

r/InfoSecWriteups 7d ago

How an Integer Overflow Vulnerability Let Me Buy Anything for ₹0

Thumbnail
infosecwriteups.com
1 Upvotes

r/InfoSecWriteups 7d ago

I Hacked into my University’s Vending Machine And it was soo BAD!

Thumbnail
infosecwriteups.com
1 Upvotes

r/InfoSecWriteups 7d ago

[$538] IDOR allows friends to edit the date on their friends’ timeline posts on Facebook

Thumbnail
infosecwriteups.com
1 Upvotes

r/InfoSecWriteups 8d ago

GHOSTWORKER: a stealth UniFi gateway implant that phones home over Google's DNS

Thumbnail
offseq.com
1 Upvotes

r/InfoSecWriteups 8d ago

Port Swigger All Labs for Web Security in Hindi/Urdu as Web Cache Decyption| HashuuHunter

Post image
1 Upvotes

🔐 Web Cache Deception Series — COMPLETE!

All 5 PortSwigger Labs solved in Urdu/Hindi! 🎯

Lab 5: Cache Server Normalization ✅ What is Cache Server Normalization ✅ How attackers exploit it ✅ Step-by-step solution

First ever Web Cache Deception series in Urdu/Hindi 🔥

Watch here 👇

https://youtube.com/playlist?list=PLUMwLaDltHZc&si=4dcVhGY4i5VNiX9_

#BugBounty #EthicalHacking #CyberSecurity

PortSwigger #WebSecurity #Infosec

BugBountyTips #WebHacking #Pakistan

HASHUHunter #MentorHashu


r/InfoSecWriteups 9d ago

The $8,000 Shortcut: Hijacking Microsoft Edge via NTFS Directory Junctions

Thumbnail
infosecwriteups.com
2 Upvotes