UNDERCODE TESTING
311 subscribers
311 photos
24 videos
173 files
29.8K links
πŸ¦‘ World first platform which Collect & Analyzes every New hacking method.

+ Free AI Practice.

(New Bug Bounty Methods, Tools Updates, AI & Courses).

✨ Services: Undercode.help/services

✨youtube.com/undercode

@Undercode_Testing
Download Telegram
πŸ¦‘You've probably heard of JWT - Json Web Tokens.
It is a format designed to securely transfer information between two parties, so it is mainly used to authenticate and transmit information in an encrypted way by using different algorithms when it consists of three parts (Header, Payload, and Signature).

I recently visited a website that manages couriers since I myself am waiting for delivery. He is vulnerable, he is not secure, he is "weak." A weakness that I was able to locate was expressed in the fact that the server stores information about couriers (scheduling) for that courier in JWT format. The information inside is by "x" (identifier) and "y" (shipping). There is no defense mechanism in place, which leads to security weakness and damage to credibility.

It turns out (unfortunately) that anyone can edit the payload content (change a shipping ID to data belonging to another user), and without verifying the signature, the server will receive the edited token as valid, which leads to data tampering, exposing details, and also Rxss because it turns out that there is no filtering on user input.

What's more, it's not normal!
The problem with the JWT header is that it contains information such as id and num, for example, while it does not store information about the encryption type (alg) and the type of token (typ) at all. Using a header to store such data is a security weakness because the header is both unsigned and can be easily modified.

Platforms like Portswigger have modules that focus on attacks on jwt that can also be used to learn about secure development
JWT (Algorithm confusion, Header Injections, etc.)

Ref: Adam Kahlon
@UndercodeCommunity
▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁
πŸ¦‘AWS Cloud #tips : The Backbone of Modern Technology!🌟

πŸ”Ž What is AWS (Amazon Web Services)?
AWS is the world’s most comprehensive and widely adopted cloud platform, offering 200+ fully featured services across compute, storage, databases, networking, AI, IoT, and more. Trusted by millions, AWS enables businesses of all sizes to innovate faster and scale effortlessly.

🌟 Why AWS Stands Out:

1️⃣ Global Infrastructure:
β€’ Operates across 31 geographic regions and 99 Availability Zones, ensuring low latency, reliability, and scalability.
β€’ Plans for 15 more regions are underway, making AWS one of the largest global networks.

2️⃣ Cost Optimization:
β€’ AWS follows a pay-as-you-go model, meaning you only pay for what you use.
β€’ Tools like AWS Cost Explorer and Savings Plans help optimize your cloud spend.

3️⃣ Unmatched Security:
β€’ Industry-leading security protocols, compliance with over 140 global standards, and data encryption ensure peace of mind.
β€’ AWS also provides IAM (Identity and Access Management) for granular security control.

4️⃣ Innovation-Driven:
β€’ AWS offers cutting-edge tools for AI/ML (SageMaker), Big Data (EMR), and Serverless Computing (Lambda).
β€’ Pioneering advancements in Edge Computing with services like AWS Outposts and Wavelength.

5️⃣ Ease of Use for Developers:
β€’ A user-friendly console, SDKs, APIs, and CLI make building and managing applications seamless.
β€’ Offers templates via CloudFormation for infrastructure automation.

πŸ’» Most Popular AWS Services
β€’ EC2: Scalable compute power for running applications.
β€’ S3: Highly durable object storage for backups, data lakes, and archives.
β€’ RDS & DynamoDB: Managed relational and NoSQL databases.
β€’ CloudFront: Fast and secure content delivery network.
β€’ Lambda: Event-driven serverless computing without infrastructure management.

πŸ“š AWS Certification Pathway

AWS certifications validate your skills and open doors to career opportunities. Popular certifications include:
β€’ AWS Certified Solutions Architect (Associate)
β€’ AWS Certified Cloud Practitioner
β€’ AWS Certified DevOps Engineer

πŸš€ Who Uses AWS?
β€’ Startups: Accelerate development with low upfront costs.
β€’ Enterprises: Achieve agility and scale globally.
β€’ Developers & IT Professionals: Innovate and build cutting-edge solutions.

🌟 Getting Started:
β€’ Try AWS Free Tier to explore its services risk-free.
β€’ Explore AWS tutorials, documentation, and online courses to boost your skills.

Ref: Mahesh GirheMahesh Girhe
@UndercodeCommunity
▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁
Forwarded from Exploiting Crew (Pr1vAt3)
1734278140921.pdf
15.6 MB
Forwarded from Exploiting Crew (Pr1vAt3)
πŸ¦‘Protect Your Inbox Like a Pro! πŸ”’

Your email is a goldmine for cybercriminals, containing personal, professional, and financial information. But fear notβ€”here’s how to safeguard it effectively:

πŸ›‘οΈ Top Email Security Tips:

1️⃣ Enable Multi-Factor Authentication (MFA): A strong password isn’t enough. MFA adds an extra layer of security.
2️⃣ Beware of Phishing Emails: Don’t click on suspicious links or attachments. Verify the sender before taking action.
3️⃣ Use Strong Passwords: Avoid predictable passwords like β€œpassword123.” Use a combination of upper/lowercase letters, numbers, and symbols.
4️⃣ Encrypt Your Emails: Protect sensitive information by using email encryption tools.
5️⃣ Keep Software Updated: Ensure your email client and antivirus software are always up-to-date.
6️⃣ Educate Yourself and Your Team: Awareness is your first line of defense. Share best practices with colleagues.

🚨 Common Email Security Threats:

πŸ”Έ Phishing: Fake emails designed to steal your information.
πŸ”Έ Spoofing: Attackers pretending to be trusted contacts.
πŸ”Έ Ransomware: Malicious attachments locking you out of your data.
πŸ”Έ BEC (Business Email Compromise): Fraudulent emails targeting businesses.

πŸ” Remember: A secure inbox equals a secure life. Take action now to protect your data and privacy!

Ref: Mahech Girhe
@UndercodeCommunity
▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁
πŸ¦‘Detection of teams convoC2 Mainly used by Red Teamers recent days.

Basically it causes out bound requests to C2 Server, exfiltrates command outputs from Adaptive Cards images URLs and inserting data into hidden span tags in Microsoft teams conservations.
The fact that the victim only sends http queries to Microsoft servers and the antivirus doesn't examine MS teams log files and in absence of direct connection between the victim and attacker in this case its very difficult to detect.

Here is the custom KQL to Detect.

CloudAppEvents
| where Timestamp > ago(1h)
| where Application contains "Microsoft Teams"
| where ActionType contains "AppInstalled"
| where parse_json(RawEventData)["AddOnName"] == 'Workflows'

Ref: Kintali Sai Dinesh
@UndercodeCommunity
▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁
Forwarded from Exploiting Crew (Pr1vAt3)
Forwarded from Exploiting Crew (Pr1vAt3)
πŸ¦‘18 Must-Have Free Tools for Cybersecurity Enthusiasts πŸ›‘οΈ

As a cybersecurity professional, staying ahead of the curve requires constant learning and hands-on practice. The good news? You don’t need to break the bank to access industry-leading tools. Here's a curated list of 18 free cybersecurity tools to elevate your skillsβ€”whether you're a beginner or a seasoned expert!

πŸ”΅ 1. Kali Linux
The ultimate penetration testing operating system for ethical hackers.

πŸ”΅ 2. Wireshark
A network protocol analyzer that lets you capture and inspect data in real time.

πŸ”΅ 3. Burp Suite Community Edition
Perfect for web application security testing and vulnerability assessments.

πŸ”΅ 4. Gophish
An open-source phishing toolkit for creating realistic phishing campaigns.

πŸ”΅ 5. Aircrack-ng
Specializes in cracking WEP/WPA Wi-Fi passwords.

πŸ”΅ 6. Have I Been Pwned?
Check if your email or accounts have been compromised in data breaches.

πŸ”΅ 7. Metasploit Framework
A penetration testing powerhouse for exploiting vulnerabilities.

πŸ”΅ 8. Nikto
Scans web servers for dangerous files, outdated software, and misconfigurations.

πŸ”΅ 9. HackTheBox
An interactive training platform to sharpen your hacking skills.

πŸ”΅ 10. pfSense
A firewall and router solution for network protection.

πŸ”΅ 11. CyberChef
A versatile tool for analyzing, encrypting, and decoding data.

πŸ”΅ 12. Ghidra
An open-source reverse engineering tool by the NSA.

πŸ”΅ 13. Deshashed
Enhance email security by detecting exposed credentials.

πŸ”΅ 14. OpenVAS
A comprehensive vulnerability scanner for systems and networks.

πŸ”΅ 15. OSSEC
Monitor and prevent intrusions in your environment with this HIDS tool.

πŸ”΅ 16. SQLmap
Automatically detect and exploit SQL injection vulnerabilities.

πŸ”΅ 17. REMnux
Reverse engineering and malware analysis made accessible.

πŸ”΅ 18. Zed Attack Proxy (ZAP)
A web application security scanner for discovering vulnerabilities.


🌟 Why Use These Tools?
- Cost-Effective: Free but highly efficient.
- Industry Standard: Frequently used by professionals worldwide.
- Skill Development: Master critical areas like penetration testing, vulnerability analysis, and data protection.

Ref: Arun KL
@UndercodeCommunity
▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁
πŸ¦‘π—£π—Όπ˜„π—²π—Ώπ—¦π—΅π—²π—Ήπ—Ή 𝗦𝗲𝗹𝗳-π—£π˜„π—» π——π—²π˜π—²π—°π˜π—Άπ—Όπ—»

The Proofpoint blog outlines a social engineering tactic where threat actors deceive users into copying and pasting malicious PowerShell scripts, causing malware infections. Groups like TA571 use fake error messages to prompt script execution, delivering malware such as DarkGate and NetSupport. Despite needing significant user interaction, the attack's success hinges on sophisticated social engineering. I have developed a custom detection PowerShell Self-Pwn KQL to identify such scenarios and assist SecOps in isolating affected devices.

Ref: Steven Lim
@UndercodeCommunity
▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁
Forwarded from Exploiting Crew (Pr1vAt3)
Forwarded from Exploiting Crew (Pr1vAt3)
πŸ¦‘Security collection for pro:

βœ…Worm Infection: https://lnkd.in/ez-kq98Y
βœ…Social Engineering: https://lnkd.in/e_FJbxDP
βœ…Information Leakage: https://lnkd.in/eeN8KX8g
βœ…Insider Abuse: https://lnkd.in/ep4p_THk
βœ…Customer Phishing: https://lnkd.in/ekTfY7vz
βœ…Scam: https://lnkd.in/eUHwG3fF
βœ…Trademark infringement: https://lnkd.in/e3P3xfeb
βœ…Phishing: https://lnkd.in/eYTi3RQ8
βœ…Ransomware: https://lnkd.in/eRkctdQn
βœ…Large_scale_compromise: https://lnkd.in/eYFF43b4
βœ…3rd-party_compromise: https://lnkd.in/e8SAu5MT
βœ…Windows Intrusion: https://lnkd.in/eXCpcx9V
βœ…Unix Linux lntrusionDetection: https://lnkd.in/eHkm6MMe
βœ…DDOS: https://lnkd.in/eQ7zZzVt
βœ…MaliciousNetworkBehaviour: https://lnkd.in/ewVZy2cs
βœ…Website-Defacement: https://lnkd.in/eraNiHcH
βœ…WindowsMalwareDetection: https://lnkd.in/ewEx_C6Y
βœ…Blackmail: https://lnkd.in/eW3zGcPs
βœ…SmartphoneMalware.pdf: https://lnkd.in/ezjyY4G9

Ref: Mohamad Hamadi
@UndercodeCommunity
▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁
Media is too big
VIEW IN TELEGRAM
πŸ¦‘Takeover poc Video dem:

Password Reset Link not expiring after changing the email Leads To Account Takeover poc 🚨

πŸ“ Description:
In this video, I’ll demonstrate a critical vulnerability where a password reset link remains active even after changing the registered email, leading to a potential account takeover exploit. This live PoC showcases the risk and offers insights into preventing such flaws.
πŸ¦‘Top Free Java Projects:

1. Airline Reservation System:
- https://lnkd.in/dRFK2vPh

2. Data Visualization Software:
- https://lnkd.in/dVWVU8xn

3. Electricity Billing System:
- https://lnkd.in/dekycNXQ

4. E-Healthcare Management System:
- https://lnkd.in/dEkE2raN

5. Email Client Software:
- https://lnkd.in/d_qz7U9E

6. Library Management System:
- https://lnkd.in/dY7bDjFn

7. Network Packet Sniffer:
- https://lnkd.in/dXPtyzz4

8. Online Bank Management System:
- https://lnkd.in/d4Qzy8fN

9. Online Medical Management System:
- https://lnkd.in/dHciHGGz

10. Online Quiz Management System:
- https://lnkd.in/djKs3DJq

11. Online Survey System:
- https://lnkd.in/dw9Cmhix

12. RSS Feed Reader:
- https://lnkd.in/dupDQPnG

13. Smart City Project:
- https://lnkd.in/d3YT36aJ

14. Stock Management System:
- https://lnkd.in/dTb3hikj

15. Supply Chain Management System:
- https://lnkd.in/dAzJthMQ

16. Virtual Private Network:
- https://lnkd.in/dyEcgrFC

Ref: Rajat Gajbhiye
@UndercodeCommunity
▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁
Forwarded from Exploiting Crew (Pr1vAt3)
1733811306699.pdf
23.6 MB
Forwarded from Exploiting Crew (Pr1vAt3)
πŸ¦‘How Was the TOR Attacker Caught? πŸ•΅οΈβ™‚οΈ

🌐 The Dark Web often seems like an untraceable haven for anonymity. But even in the world of TOR (The Onion Router), attackers can be caught! Here’s how:

1️⃣ Human Error: Attackers often make small mistakes, like logging in from a non-TOR connection or revealing identifying details in their communications. Even a single misstep can be critical.

2️⃣ Traffic Analysis: TOR masks your identity by routing traffic through multiple nodes. However, law enforcement can use advanced traffic correlation techniques to identify entry and exit points, especially when they control some TOR nodes.

3️⃣ Compromised Nodes: Investigators may run malicious TOR nodes to intercept traffic. They analyze the data flowing through them, narrowing down potential suspects.

4️⃣ Exploits: Vulnerabilities in TOR or the user’s device/browser can be exploited to reveal real IP addresses. For example, Operation Onymous used malware to expose hidden server locations.

5️⃣ Metadata Tracking: Even encrypted communications leave traces. Authorities piece together patterns, times, and behaviors to zero in on suspects.

πŸ’‘ Key Takeaway: No system is 100% secure. Cybercriminals often underestimate the combination of technical expertise and human ingenuity behind modern investigations.

Ref: Mahesh Girhe
@UndercodeCommunity
▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁
πŸ¦‘Xss
#tips
1. Get endpoints from wayback.
2. And then knoxnl -i endpoints.txt -afb -sb 1