HackingHub

3.3K posts

HackingHub banner
HackingHub

HackingHub

@hackinghub_io

Educating the next generation of ethical hackers.

United Kingdom Entrou em Nisan 2019
14 Seguindo12.7K Seguidores
HackingHub
HackingHub@hackinghub_io·
Execute the perfect Father's Day payload 👇
HackingHub tweet media
English
0
2
20
986
HackingHub
HackingHub@hackinghub_io·
NahamSec made $30,000 USD with a single bug, and we turned it into a new practice hub. ⚔️ HospitalHub is a deliberately vulnerable staff portal. You sign in as a front-desk receptionist with zero patient privileges.  Your goal? Chain two Broken Access Control vulnerabilities to compromise the system. Try to solve it now 👇 hhub.io/HospitalHub  @NahamSec
English
1
11
99
5.7K
HackingHub
HackingHub@hackinghub_io·
Want to HUNT for broken access control (BAC)? @NahamSec has some hacking advice for you 😎  Let’s hear it. 👇
English
2
7
53
3.8K
HackingHub
HackingHub@hackinghub_io·
Why does swapping GET 🔁 POST/PUT/PATCH work?  Because it forces the server to walk code paths it never expected, some things to try: ➡️ Try GET on every POST/PUT/PATCH endpoint. ➡️ Try POST/PUT on GET endpoints, especially the one returning 403. ➡️ Add X-HTTP-Method-Override: DELETE (or PUT) on GET requests. ➡️ Append ?_method=DELETE (or PUT, PATCH) to any URL. ➡️ If CSRF token is present, remove it and flip POST→GET.
English
1
6
30
1.6K
HackingHub
HackingHub@hackinghub_io·
Someone: "I don't know where to learn to hack REAL targets." Me:
HackingHub tweet media
English
0
1
23
503
HackingHub
HackingHub@hackinghub_io·
Easily fuzz log files using a wordlist of dates 🗓️  Here’s how: 1️⃣ Use ffuf to find an active log directory 2️⃣ Grab a wordlist of dates 3️⃣ Run ffuf -w dates.txt -u /log/FUZZ.log -ac -mc 200 Want to try this technique out? Hack our Content Discovery Hub now! Link in comment 🔗
English
1
24
148
10.7K
HackingHub
HackingHub@hackinghub_io·
Does this look robust? You think you can BYPASS it? 😎  Send your payloads. 🚀
HackingHub tweet media
English
1
0
10
813
HackingHub
HackingHub@hackinghub_io·
Get the most out of your reverse engineering with GDB plugin, GEF (GDB Enhanced Features).  Run this command to install:  wget -O ~/.gdbinit-gef.py -q gef.blah.cat/py && echo source ~/.gdbinit-gef.py >> ~/.gdbinit
HackingHub tweet media
English
0
1
26
1.4K
HackingHub
HackingHub@hackinghub_io·
At first glance, this looks safe. What's the issue?
HackingHub tweet media
English
2
0
15
1.2K
HackingHub
HackingHub@hackinghub_io·
As they say, a good defender makes a better hacker. Void Step is a simple SOC challenge, but it will allow you to think in so many ways. You will understand what your Nmap scan looks like and how defenders catch on to the activity you make as a penetration tester.
HackingHub tweet media
English
3
2
19
1K
HackingHub
HackingHub@hackinghub_io·
How good is your Reverse Engineering?  Reindeer Route is a reverse engineering challenge from NahamCon 2025 Winter CTF.  As of posting this, only 140 hackers were able to solve this. Can you do it?
HackingHub tweet media
English
1
2
43
2.3K
HackingHub
HackingHub@hackinghub_io·
Report quality can make a huge difference.  @NahamSec   explains why report quality is important. He also gives some tips on how to write a well-written report.  Here’s a quick watch. 👇
English
2
1
39
1.1K
HackingHub
HackingHub@hackinghub_io·
Compare the responses and check if it's returning other users’ data.  Got it? Learn more techniques by hacking our FREE Hubs!
English
1
0
1
292
HackingHub
HackingHub@hackinghub_io·
When you send two values for the same parameter, different server stacks resolve it differently. PHP/mod_wsgi takes the last value. Node/Express gives an array. Python/Zope returns all as a list.  This inconsistency can sometimes bypass authz checks.
English
2
3
55
7.3K