Log inSign up
HackingHub
3,297 posts
user avatar
HackingHub
@hackinghub_io
Educating the next generation of ethical hackers.
United Kingdom
hackinghub.io
Joined April 2019
14
Following
12.6K
Followers
  • user avatar
    HackingHub
    @hackinghub_io
    Aug 1, 2025
    How to fuzz log files using wordlist of dates šŸ‘‡ 1ļøāƒ£ Use ffuf to find an active log directory 2ļøāƒ£ Grab a wordlist of dates 3ļøāƒ£ Run ffuf -w dates.txt -u <URL>/log/FUZZ.log -ac -mc 200 Want to try this out? Try out Content Discovery Hub now! (šŸ”— link in comments šŸ‘‡)
    00:00
    10K
  • user avatar
    HackingHub
    @hackinghub_io
    Jul 26, 2025
    APIs tell you everything (if you listen). Beginners often jump straight to brute forcing but many APIs actually tell you EXACTLY what data they expect! Make sure to look at the error messages as they often include key field names and content requirements.
    00:00
    12K
  • user avatar
    HackingHub
    @hackinghub_io
    Aug 2, 2025
    Struggling to find your first bug?Ā  Try @NahamSec's 5 Week Program on HackingHub! What's covered? šŸ’„ Week 1: API Hacking šŸ’„ Week 2: Fuzzing šŸ’„ Week 3: CSRF šŸ’„ Week 4: IDOR šŸ’„ Week 5: XSS Start hacking todayšŸ‘‡ app.hackinghub.io/hubs/nahamsec-…
    12K
  • user avatar
    HackingHub
    @hackinghub_io
    Jul 3, 2025
    How to Test and Confirm RCE, Then Exfiltrate Data (no firewall): Step 1: Test if RCE is possible with something like ;whoami Since the app doesn’t return output (blind RCE), you need a side-channel to confirm it. Continued in thread šŸ‘‡
    00:00
    14K
  • user avatar
    HackingHub
    @hackinghub_io
    Jul 11, 2025
    Scanning github repos is a great way to find juicy information, secrets and credentials! Trufflehog makes this easy. With one scan you can find AWS keys, FTP creds, crypto keys and more! Check this outšŸ‘‡
    00:00
    15K
  • user avatar
    HackingHub
    @hackinghub_io
    Aug 23, 2025
    How to spot IDOR opportunities without using a second accountšŸ‘‡ (šŸ”— link to this IDOR hub in the comments)
    00:00
    10K
  • user avatar
    HackingHub
    @hackinghub_io
    Aug 31, 2025
    Stop copy and pasting XSS payloads. Here's why šŸ‘‡
    00:00
    11K
  • user avatar
    HackingHub
    @hackinghub_io
    Aug 19, 2025
    Struggling to find IDORs? Many stop at simple GET requests and miss deeper bugs. In this video, @NahamSecĀ introduces you to IDORs including what they are, where you can find them andĀ how to exploit them.Ā  Watch now to level up your IDOR hunting šŸ‘‡ youtube.com/watch?v=bCUqio…
    7.4K
  • user avatar
    HackingHub
    @hackinghub_io
    Aug 10, 2025
    IDORs are one of the most common web vulnerabilities but most beginner's test them wrong. Here are 7 steps to properly test for IDORsšŸ‘‡ (p.s most IDORs are missed because people stop after step 3) 1/9
    15K
  • user avatar
    HackingHub
    @hackinghub_io
    Jan 8, 2022
    Hacking is about learning and more importantly lifelong learning. There’s lots of great platforms and people creating brilliant content, check out the accounts of who we follow to continue your learning journey 🧐
  • user avatar
    HackingHub
    @hackinghub_io
    Jul 6, 2025
    Getting blocked by servers while using cURL? Most sites don’t like requests from cURL and will often block it because it's a red flag for bots or scraping tools. Try changing your User-Agent header, like this: curl "https://hackinghub[.]io" -A "<NEW-USER-AGENT>"
    12K
  • user avatar
    HackingHub
    @hackinghub_io
    Jul 8, 2025
    jq is so much more than just making json look pretty.Ā  Did you know you can use jq for url encoding your payloads?Ā  try this:Ā echo "<payload>" | jq -sRr @ uri Check itšŸ‘‡
    5.5K
  • user avatar
    HackingHub
    @hackinghub_io
    Jun 16, 2025
    Hunting assets via IP ranges? Try this for combo for mass reverse DNS lookups šŸ‘‡
    7.9K
  • user avatar
    HackingHub
    @hackinghub_io
    Jul 5, 2025
    Mapping an organization’s Autonomous System Number (ASN) is a great way to uncover IP ranges tied to your target! Use asnmap like this: asnmap -org <TARGET> -json | jq -r .as_number | sort -u Combine this with tools like nmap, amass, or masscan.
    6K

New to X?

Sign up now to get your own personalized timeline!

Create account

By signing up, you agree to the Terms of Service and Privacy Policy, including Cookie Use.

TermsĀ·PrivacyĀ·CookiesĀ·AccessibilityĀ·Ads InfoĀ·Ā© 2026 X Corp.
Don't miss what's happening
People on X are the first to know.
Log inSign up