HackingHub

3.3K posts

HackingHub banner
HackingHub

HackingHub

@hackinghub_io

Educating the next generation of ethical hackers.

United Kingdom Bergabung Nisan 2019
14 Mengikuti12.7K Pengikut
HackingHub
HackingHub@hackinghub_io·
Recap: 💥 Use $sleep 5 to confirm blind RCE 💥 Use curl with webhook[.]site to exfiltrate output 💥 webhook[.]site acts as a temporary listener 💥 Great for demos, PoCs, and beginner-friendly workflows
English
0
0
0
118
HackingHub
HackingHub@hackinghub_io·
4️⃣ Verify the output at webhook[.]site Visit your unique webhook[.]site URL and you’ll see a new request with the POST body: user=www-data That confirms the command output was exfiltrated successfully.
English
1
0
0
127
HackingHub
HackingHub@hackinghub_io·
How to test and confirm RCE 🧑‍💻  …then exfiltrate data (no firewall).
English
1
10
76
4.8K
HackingHub
HackingHub@hackinghub_io·
How to HUNT for MFA bypass. Here’s a practical guide + SOLID hacking tips 👇
English
2
6
87
4.6K
HackingHub
HackingHub@hackinghub_io·
Execute the perfect Father's Day payload 👇
HackingHub tweet media
English
0
2
21
1K
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
12
101
6.2K
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
4K
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
24
526
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
149
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
12
829
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