UNDERCODE TESTING
310 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
๐Ÿฆ‘Hack Together: The Microsoft Fabric Global AI Hack

Official Repo:
https://github.com/microsoft/Hack-Together-Fabric-AI
๐Ÿฆ‘๐๐ž๐ญ๐ฐ๐จ๐ซ๐ค ๐€๐ญ๐ญ๐š๐œ๐ค๐ฌ ๐„๐ฑ๐ฉ๐ฅ๐š๐ข๐ง๐ž๐
๐Ÿ”น ๐Œ๐ˆ๐“๐Œ (๐Œ๐š๐ง-๐ข๐ง-๐ญ๐ก๐ž-๐Œ๐ข๐๐๐ฅ๐ž) ๐€๐ญ๐ญ๐š๐œ๐ค: Interception of communication between two parties by a third party, potentially altering messages (e.g., an attacker intercepts messages between Alice and Bob).

๐Ÿ”น๐‘๐จ๐จ๐ญ๐ค๐ข๐ญ๐ฌ: Malicious software that provides privileged access to a computer while hiding the attacker's presence (e.g., an attacker installs a rootkit on a server to avoid detection).

๐Ÿ”น ๐๐จ๐ญ๐ง๐ž๐ญ๐ฌ: Networks of compromised devices controlled by a central entity, used for malicious activities like DDoS attacks (e.g., thousands of infected computers flood a website).

๐Ÿ”น๐ˆ๐ ๐’๐ฉ๐จ๐จ๐Ÿ๐ข๐ง๐ : Sending packets with a fake source IP address to impersonate another device or mask traffic origin (e.g., an attacker tricks a server into thinking a request is from a trusted source).

๐Ÿ”น ๐ƒ๐ƒ๐จ๐’ (๐ƒ๐ข๐ฌ๐ญ๐ซ๐ข๐›๐ฎ๐ญ๐ž๐ ๐ƒ๐ž๐ง๐ข๐š๐ฅ ๐จ๐Ÿ ๐’๐ž๐ซ๐ฏ๐ข๐œ๐ž): Overwhelming a server with traffic from multiple sources, making it unavailable to legitimate users (e.g., using a botnet to crash a website).

๐Ÿ”น๐ƒ๐๐’ ๐’๐ฉ๐จ๐จ๐Ÿ๐ข๐ง๐ : Providing false DNS responses to redirect victims to malicious sites, often to steal information (e.g., redirecting users to a fake bank website).

Ref: Praveen Singh
@UndercodeCommunity
โ– โ–‚ โ–„ U๐•Ÿ๐”ปโ’บ๐ซฤ†๐”ฌ๐““โ“” โ–„ โ–‚ โ–
๐Ÿฆ‘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