Hacking Vidhya
Open in Telegram
We Talk about : Hacking , CTFs , Pentesting , Red & Blue Team etc. Not Allowed: Selling, Carding, Cracking Crypto.
Show more409
Subscribers
+2324 hours
+257 days
+4430 days
Posts Archive
Yo, Perplexity is giving out 12 months subscription for FREE with this link: https://www.perplexity.ai/join/p/paypal-subscription
The video shows 11 members of the Conti ransomware gang.
Dubai, UAE, February 2022
#GangExposed #Conti #Ransomware
✨List of Awesome Red Team / Red Teaming Resources. This list is for anyone wishing to learn about Red Teaming but do not have a starting point.
https://github.com/0xMrNiko/Awesome-Red-Teaming
PERPLEXITY — PRO SUBSCRIPTION FOR 1 YEAR
STEPS:
Create a new perplexity account, and connect it to your PayPal account.
Use this link:
https://www.perplexity.ai/join/p/paypal-subscription
Claim 12 months of Perplexity Pro.
⚠️ NOTES :
The offer is valid for users who have never subscribed to Perplexity Pro before and it can be redeemed only once from a PayPal account.
The offer is valid until December 31st.
You can cancel your subscription immediately to ensure no future charges by PayPal, and it will remain as it is. Cancel from here:
https://www.perplexity.ai/account/details or go to log-in, go to Settings Payments Cancel Automatic Payments and look for Perplexity and cancel.
Use multiple accounts/devices to claim again if needed.
Celebrating the blessed occasion of Id-e-Milad-un-Nabi! Let us remember and honor the life and teachings of Prophet Muhammad ﷺ. His message of peace, love, and compassion continues to inspire us all. Id-e-Milad-un-Nabi Mubarak to everyone from Hacking Vidhya.
If u are interested in making career in cybersecurity then programming is required atleast u must have understanding about it. So here is a clear simple guide for you.
How to Start:
Step 1: Begin with Python. Use the resources available in our channel.
Step 2: Learn Bash alongside your cybersecurity courses. It will help you work on Linux.
Step 3: Gradually pick up web technologies (HTML, JavaScript, SQL) when starting web penetration testing topics.
Step 4: Learn C/C++ once comfortable with programming basics and OS concepts.
Parallel Study Approach:
Learn programming with consistency
Dedicate few hours daily for ur programming along with foundational cyber security courses. Don't quite any1 or any other courses for this.
Now according to my personal experience related with C, i would recommend u all to follow this ,
If u know nothing about programming :
My recommendation is
If you are in school or a school graduate, start with C as your base language. then u can move on to C++ or java. C language may seem tough, but it builds strong foundation in core programming concepts, make understanding and learning other programming languages easier, & develop a problem solving mindset.
You have time on your side, so starting with something challenging will be highly beneficial for your future. As you progress, you’ll understand why C or C++ was such an important step.
If you're in the 1st year of college, I’d recommend learning C/C++ or JavaScript,
why C/C++ ? This will strengthen your fundamentals and build a solid base for programming understanding.
- why JavaScript? If you're looking for a time efficient, need practical scripting language, JavaScript is highly useful, especially for web application related tasks & will ease to ace python quickly.
Note : choose any programming language as urs 1st language but this is the one which builds a foundation which is unbreakable. So choose wisely.
Indian army cybersecurity hackathon is here
You can now work with and get mentorship from army officials
• A bug hunting track (CTF)
• Hackathon track
This hackathon aims to delve deeper into fostering innovation and collaboration in critical domains like securing emerging technologies like drone technology, AI/ML, Quantum etc.
Hurry up just 4 more days to close the registration 📢🚨
Apply now👇
https://www.cyberchallenge.in/tcq2025
Release Note: https://www.pib.gov.in/PressReleasePage.aspx?PRID=2161248
Find sensitive information with gf
# Search for testing point with gau and fff
gau target -subs | cut -d"?" -f1 | grep -E "\.js+(?:on|)$" | tee urls.txt
sort -u urls.txt | fff -s 200 -o out/
# After we save responses from known URLs, it's time to dig for secrets
for i in gf -list; do [[ ${i} =~ "_secrets"* ]] && gf ${i}; doneGoogle dorks for finding cloud storage buckets (AWS S3, Azure, Firebase, Cloudflare R2) 🤠
👇
Bug bounty hunters flexing AI-written reports like it’s 2015 😂
Bro stop being ChatGPT writers.
Real hackers use AI to break shit — build wrappers, glue code, connectors.
Not just press “generate report” and call it a day.
Wake up.
#bugbounty #infosec #hacktheplanet #redteam
⚡Safari Address Bar Spoof via Cursor Overlap
✅https://github.com/RenwaX23/X/blob/master/safari_bug2.md
💡Don't miss this Fofa Dorks
Here are some advanced FOFA dorks I use to uncover assets & exposures that others miss 👇
# ORG-WIDE / CERT PIVOTS
cert.subject="target.com" cert.subject="*.target.com"
cert.subject="target.com" && protocol="https" && port="443"
domain="target.com" cert.subject="target.com" header="target.com" # broad net
# DEV/STAGE/QA SURFACING (common env keywords)
domain="target.com" && (host="dev.*" host="stg.*" host="qa.*" host="test.*")
# DIRECTORY LISTING / BACKUPS
domain="target.com" && title="Index of /" && body="Parent Directory"
domain="target.com" && (title="Index of /backup" title="Index of /backups" title="Index of /old")
domain="target.com" && (title="Index of /.git" body=".git/HEAD")
domain="target.com" && (title="Index of /.svn" body="/.svn/entries")
# SECRETS/SPILLS IN TEXT/JS
domain="target.com" && header="Content-Type: application/javascript" && body="apiKey"
domain="target.com" && (body="AWS_ACCESS_KEY_ID" body="AKIA")
domain="target.com" && body="APP_KEY=" # Laravel .env spill
domain="target.com" && body="PRIVATE KEY-----" # PEM leaks
domain="target.com" && body="eyJhbGciOi" # JWT in responses
domain="target.com" && body="//# sourceMappingURL=" # JS source maps
# AUTH/SSO/OAUTH PIVOTS
domain="target.com" && (body="/oauth/authorize" body="OpenID Connect" body="/.well-known/openid-configuration")
# CORS MISCONFIG (weak but good lead list)
domain="target.com" && header="Access-Control-Allow-Origin: *" && header="Access-Control-Allow-Credentials: true"
# GRAPHQL / SWAGGER / API EXPLORERS
domain="target.com" && (title="GraphQL Playground" title="GraphiQL" body="graphql?query=")
domain="target.com" && (title="Swagger UI" body="swagger-ui" body="openapi")
# DEBUG / STACK TRACE FINGERPRINTS
domain="target.com" && (title="Whitelabel Error Page" body="There was an unexpected error (type=)")
domain="target.com" && body="Traceback (most recent call last)"
domain="target.com" && (body="PHP Notice:" body="PHP Warning:" body="phpinfo()")
# CLOUD/EDGE FINGERPRINTS (useful for SSRF/CDN bypass trails)
domain="target.com" && header="X-Amzn-Trace-Id"
domain="target.com" && header="X-Envoy-Upstream-Service-Time"
domain="target.com" && header="Server: nginx" && header="Via: varnish"
# ELASTIC / LOGGING / METRICS / CI
domain="target.com" && (title="Kibana" || header="kbn-name")
domain="target.com" && title="Grafana" && body="Sign in"
domain="target.com" && title="Prometheus Time Series Collection and Processing Server"
domain="target.com" && title="Jenkins" && body="Login"
domain="target.com" && title="SonarQube"
Repost from N/a
Teaching LLMs how to XSS - An introduction to fine-tuning and reinforcement learning (using your own GPU) ⚔️
- https://docs.google.com/presentation/d/1feHRtOWdAKhZUQcfyzeDSgsx4Sn5QzqfgLFV1Tiskmo/edit?usp=drivesdk
Repost from Samcommunity Academy
🚀 The OSINTMantra is here!
🎯 Samcommunity Technologies Presents – FREE The OSINTMantra: 5-Day OSINT & Investigation Bootcamp
➖➖➖➖➖➖➖➖➖➖➖➖➖➖
🚀 Discover how investigators, journalists & ethical hackers uncover hidden truths from publicly available data!
OSINT (Open Source Intelligence) is one of the most powerful skills in today’s digital world. From tracking criminals to verifying fake news, OSINT is used everywhere. Now it’s your chance to learn the art of digital investigation – absolutely FREE.
Join this exclusive 5-Day Bootcamp designed for serious learners only. Learn real-world OSINT tools, methods, and live investigations directly with expert mentors.
───────────────────────────
📌 Why Join The OSINTMantra?
🔍 OSINT is the future of digital investigation & intelligence.
From cybercrime tracking to fake news verification — professionals across law enforcement, cybersecurity, journalism, and corporate sectors rely on OSINT daily.
🚀 By joining this bootcamp, you will:
• Learn techniques used by professional investigators & ethical hackers* • Get practical, hands-on training with real OSINT tools & workflows • Gain exclusive insights through live case studies & investigations • Become part of an active cybersecurity & OSINT community • Access a program that is 100% FREE — but only for verified learners────────────────────────────── 📌 What You’ll Learn:
✅ People Search & Digital Footprinting ✅ Social Media OSINT (Facebook, Instagram, LinkedIn, X) ✅Geo-location & Image/Video Verification ✅ Email, Phone & Username Investigation ✅ Dark Web & Deep Web Intelligence Basics ✅Tools: Maltego, Recon-ng, Sherlock, Google Dorks & more ✅ Real Case Studies + Live Investigations ✅Doubt-Solving & Mentor Guidance─────────────────────────── 🎁 What You’ll Get: ✅ 5 Days of Live, Interactive OSINT Training ✅ Access to Real Tools, Workflows & Case Studies ✅ Mentor Support & Live Doubt-Solving ✅Certificate of Completion (for selected active participants only) ✅ Entry into Samcommunity’s exclusive Cybersecurity Learning Circle ─────────────────────────── ⚠️ Important:
- Registration is mandatory for all applicants. - Every submission will go through manual verification. - Only selected participants will receive access details & certificate eligibility. - This bootcamp is designed for serious learners, not casual sign-ups.────────────────────────── 📌Register Now to Apply: ‼️ https://forms.gle/YRUm7g69gHd9NaRKA 📞 For Any Queries or Support: ✉️ Email: Events@SamCommunity.in ☎️+91 92345 60241 ─────────────────────────── ~ Team SamCommunity Technologies✅
OpenAI's GPT-5 Bio Bug Bounty Program starts today (August 25, 2025) - an application and invite-only challenge for vetted bio red-teamers to identify one universal jailbreaking prompt answering all ten bio/chem safety questions without prompting moderation, with rewards up to $25,000, applications accepted on a rolling basis, and testing beginning September 9, 2025, under NDA
