UNDERCODE TESTING
311 subscribers
311 photos
24 videos
173 files
29.6K 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
Forwarded from Exploiting Crew (Pr1vAt3)
🦑 LBin Credit Card Generator: (Android/Linux/Windows)

The LBin Credit Card Generator is a Python-based tool used for generating valid credit and debit card numbers. It provides details about the bank and the card number, along with the ability to generate combinations of 3-digit codes and expiry dates.

⚠️ Ethical Use Warning
This tool should only be used for ethical purposes. Unauthorized generation and use of credit card numbers is illegal and unethical.



📋 Quick Start Guide

#### Windows Installation
1. Install Git
Download Git for Windows [here](https://git-scm.com/download/win). Ensure you select the option to add Git to the system PATH during installation.

2. Install Python
Download Python [here](https://www.python.org/downloads/), making sure to check the "Add Python to PATH" option during installation.

3. Clone the Repository
Open the command prompt and clone the repository:
   git clone https://github.com/lalaio1/LBin-CC-generator-.git


4. Navigate to the Project Directory
   cd LBin-CC-generator-


5. Run the Script
   python start.py


Linux Installation
1. Clone the Repository
   git clone https://github.com/lalaio1/LBin-CC-generator-.git


2. Navigate to the Project Directory
   cd LBin-CC-generator-


3. Add Execution Permissions
   chmod +x start.py


4. Run the Script
   python3 start.py


#### Termux (Android) Installation
1. Install Termux
Download and install [Termux](https://play.google.com/store/apps/details?id=com.termux) from the Google Play Store.

2. Install Git
   pkg install git


3. Install Python
   pkg install python3


4. Clone the Repository
   git clone https://github.com/lalaio1/LBin-CC-generator-.git


5. Navigate to the Project Directory
   cd LBin-CC-generator-


6. Add Execution Permissions
   chmod +x start.py


7. Run the Script
   python3 start.py


💻 Supported Operating Systems
- Windows 💻
- Linux 🐧
- Termux (Android) 📱
Forwarded from Exploiting Crew (Pr1vAt3)
🦑Cars Hacking Utilities:

- [How to hack a car — a quick crash-course](https://medium.freecodecamp.org/hacking-cars-a-guide-tutorial-on-how-to-hack-a-car-5eafcfbbb7ec) - Car enthusiast Kenny Kuchera illustrates just enough information to get you up and running. An excellent resource for first timers!

- [Stopping a Jeep Cherokee on the Highway Remotely](https://www.wired.com/2015/07/hackers-remotely-kill-jeep-highway/) - Chris Valasek's and Charlie Miller's pivotal research on hacking into Jeep's presented at DEFCON in 2015.

- [Troy Hunt on Controlling Nissans](https://www.troyhunt.com/controlling-vehicle-features-of-nissan/) - Troy Hunt goes into controlling Nissan vehicles.

- [Tesla hackers explain how they did it at Defcon](http://www.cnet.com/roadshow/news/tesla-hackers-explain-how-they-did-it-at-def-con-23/) - Overview of DEFCON 23 presentation on hacking into Tesla cars.

- [Anatomy of the Rolljam Wireless Car Hack](http://makezine.com/2015/08/11/anatomy-of-the-rolljam-wireless-car-hack/) - Overview of the RollJam rolling code exploitation device.

- [IOActive's Tools and Data](http://blog.ioactive.com/2013/08/car-hacking-content.html) - Chris Valasek and Charlie Miller release some of their tools and data for hacking into vehicles in an effort to get more people into vehicle security research.

- [Developments in Car Hacking](https://www.sans.org/reading-room/whitepapers/ICS/developments-car-hacking-36607) - via the SANS Reading Room, Currie's paper analyses the risks and perils of smart vehicle technology.

- [Car Hacking on the Cheap](http://www.ioactive.com/pdfs/IOActive_Car_Hacking_Poories.pdf) - A whitepaper from Chris Valasek and IOActive on hacking your car when you don't have a lot of resources at your disposal.

- [Car Hacking: The definitive source](http://illmatics.com/carhacking.html) - Charlie Miller and Chris Valasek publish all tools, data, research notes, and papers for everyone for free

- [Car Hacking on the cheap](https://community.rapid7.com/community/transpo-security/blog/2017/02/08/car-hacking-on-the-cheap) - Craig Smith wrote a brief article on working with Metasploitâ€s HWBrige using ELM327 Bluetooth dongle

- [Researchers tackle autonomous vehicle security](https://phys.org/news/2017-05-tackle-autonomous-vehicle.html) - Texas A&M researchers develop intelligence system prototype.

- [Reverse engineering of the Nitro OBD2](https://blog.quarkslab.com/reverse-engineering-of-the-nitro-obd2.html) - Reverse engineering of CAN diagnostic tools.

- [Analysis of an old Subaru Impreza - Subaru Select Monitor v1 (SSM1)](https://p1kachu.pluggi.fr/project/automotive/2018/12/28/subaru-ssm1/) - Digging into an old ECU through an old protocol and disabling a 1997 Subaru Impreza's speed limiter.

- [Car Hacking in 30 Minutes or Less](https://brysonpayne.com/2018/10/20/start-car-hacking-in-30-minutes-or-less/) - Using VirtualBox and Kali Linux, you can start car hacking using completely free open-source software and tools, including can-utils, ICSim, ScanTool, Wireshark, and tcpdump

Source
Forwarded from Exploiting Crew (Pr1vAt3)
🦑How End Users Can Be Susceptible to Malicious PDF Attacks: A Practical Illustration

End users often underestimate the risks of downloading and opening PDFs, assuming these files are harmless. However, attackers can exploit vulnerabilities in PDF readers or embed malicious payloads to compromise a system. Here's an illustrative example of how this attack can be executed: Kali Linux as the attacker's machine, Windows 7 as the victim's machine, and the Metasploit Framework for exploitation.
Attackers often use social engineering to trick the victim into downloading the malicious file:

· Email Phishing: The attacker sends an email impersonating a trusted entity, with the malicious.
PDF attached or linked.

· Drive-By Downloads: Hosting the PDF on a compromised or malicious website.

· USB Drops: Leaving USB devices with the file in public places.

· File Sharing Platforms: Publicly accessible platforms for file sharing, such as peer-to-peer networks or forums, can also be a source of malicious PDFs. Hackers upload infected files disguised as free resources.

Mitigation Strategies
To prevent such attacks, end users and organizations should:

· Update Software Regularly: Keep operating systems and applications, including PDF readers, up to date.

· Use Anti-Malware Tools: Employ advanced threat detection tools to identify and block malicious payloads.

· Be Cautious of Unknown Sources: Avoid downloading files from unknown emails or untrusted websites.

· Sandboxing: Open unknown files in isolated environments to limit potential damage.

· Security Awareness Training: Educate users about phishing tactics and the dangers of opening unsolicited attachments.
Forwarded from Exploiting Crew (Pr1vAt3)
🦑Create your own Wordlist:
The tool Crunch is a wordlist generator used for creating custom wordlists based on specific parameters:

Basic Usage:
./crunch <min-len> <max-len> [charset]

For example:
./crunch 3 7 abcdef

This command generates all combinations of characters abcdef between lengths 3 and 7.

### Options Overview:
- -b: Limit the output file size (in bytes). For example, -b 10MB will stop each file at 10MB.
- -c: Limit the number of lines per file, useful when splitting large wordlists.
- -d: Avoid sequences with too many duplicate characters. E.g., -d 2@ suppresses more than 2 adjacent identical letters.
- -e: Stop at a specific string (useful for large datasets).
- -f: Use predefined character sets from a file (e.g., charset.lst).
- -i: Invert the order of character changes (useful for some cracking methodologies).
- -l: Use literal characters in patterns.
- -o: Specify an output file for the generated list.
- -p: Generate all permutations without repeating characters.
- -t: Use patterns to control string structure (e.g., @@god@@ where @ is replaced with lowercase letters).
- -z: Compress the output directly into formats like gzip, bzip, lzma, or 7z.

### Advanced Examples:
1. Generate a list of passwords with a fixed structure:
   ./crunch 8 8 -t abcd@@@@ -o passwords.txt

Output contains 8-character passwords starting with abcd.

2. Limit to 100 lines per file:
   ./crunch 5 5 abcdef -o START -c 100


3. Create a compressed output:
   ./crunch 4 6 1234 -o wordlist.gz -z gzip


4. Avoid adjacent duplicates:
   ./crunch 5 5 abc -d 2@

Excludes passwords like aabbc.

Crunch is powerful and highly configurable, making it ideal for creating targeted wordlists for penetration testing or other tasks. For detailed documentation, visit the [Crunch SourceForge page](https://sourceforge.net/projects/crunch-wordlist/).
🦑ALL Mr. ROBOT TOOLS IN 1

Key Categories & Tools

1. Information Gathering
- Nmap: Network scanning and vulnerability analysis.
- Setoolkit: Social engineering framework.
- WPScan: WordPress vulnerability scanner.
- CMS Scanner: Identify CMS-specific weaknesses.
- XSStrike: Cross-site scripting (XSS) scanner.
- Dork: Google dorks for passive auditing.

#### 2. Password Attacks
- Cupp: Custom wordlist generation.
- Ncrack: Network authentication cracking.

#### 3. Wireless Testing
- Reaver: WPA/WPA2 key recovery.
- Pixiewps: Offline WPS brute-forcing.
- Bluetooth Honeypot: Bluetooth security testing.

#### 4. Exploitation Tools
- sqlmap: Automated SQL injection.
- Commix: Command injection.
- Shellnoob: Shellcode generator.

#### 5. Sniffing & Spoofing
- SSLtrip: SSL stripping attacks.
- pyPISHER: Phishing attacks.

#### 6. Web Hacking
- Scanners for WordPress, Joomla, Gravity Forms, and file upload vulnerabilities.
- Exploitation scripts for CMS and frameworks like Drupal and Vbulletin.

#### 7. Private Web Hacking
- Tools to locate websites, control panels, zip files, and server users.
- Cloudflare bypass techniques.

#### 8. Post Exploitation
- Tools like Shell Checker, POET, and Weeman for maintaining access and collecting information.

---

### Installation
- Linux:

  bash <(wget -qO- https://git.io/vAtmB)

- Windows: Install a Linux-like environment (e.g., Cygwin) and Python.
- Termux (Android): Same Linux command applies.
- Cloud Services: Use Google Cloud Console or free Ubuntu VPS (e.g., c9.io).

---

### Additional Notes
- Python Compatibility: Works with Python 2. For Python 3, check the updated repository: fsociety-team/fsociety.
- License: MIT License, open-source and free to use.

Would you like help setting it up or exploring specific tools?
🦑 Fix Any Broken Package Using Aptitude

Aptitude is a powerful command-line tool for managing packages on Debian-based systems. One of its key features is the ability to identify and resolve issues with broken packages. Broken packages can cause problems with system updates, installations, or removals, making it essential to fix them promptly.

### Steps to Fix Broken Packages Using Aptitude

1. Install Aptitude (if not already installed):
If you don’t have Aptitude on your system, you can install it using:

   sudo apt update
sudo apt install aptitude

2. Check for Broken Packages:
To identify issues, run the following command:

   sudo aptitude search ~b


This will list all broken packages currently installed on your system.

3. Attempt to Automatically Fix Broken Packages:
Use the following command to let Aptitude automatically resolve issues:

   sudo aptitude --fix-broken install


Aptitude will analyze the dependency tree and propose solutions, such as installing missing dependencies or removing conflicting packages. You can review and approve these solutions interactively.

4. Handle Manual Interventions (if needed):
If Aptitude cannot resolve an issue automatically, it may offer multiple options for resolution. Carefully read the options and choose the one that best fits your needs.
Use:

   sudo aptitude


This opens a text-based interface where you can navigate and manage packages interactively.

5. Verify and Clean Up:
After fixing broken packages, update and clean your package list to ensure everything is in order:

   sudo apt update
sudo apt autoremove
sudo apt clean



### Benefits of Using Aptitude
- Interactive Interface: Aptitude provides a user-friendly text UI for resolving package conflicts.
- Better Dependency Handling: It offers smarter solutions for complex package dependency issues.
- Robust Options: Aptitude allows in-depth package management compared to apt or dpkg.

By using Aptitude, you can effectively fix any broken package and maintain a stable system.
🦑Evaluating and comparing machine learning (ML) and artificial intelligence (AI) algorithms at scale.

- Custom evaluation protocols: Supports different evaluation phases, dataset splits, and metrics, with both public and private leaderboards.
- Remote evaluation: For large-scale challenges requiring special compute capabilities, EvalAI allows organizers to add worker nodes to process submissions.
- Evaluation inside environments: Submissions are evaluated in Docker containers, ensuring a consistent environment.
- CLI support: The evalai-cli tool extends the platform’s capabilities to the command line.
- Portability and scalability: Built on open-source technologies like Docker, Django, Node.js, and PostgreSQL for easy deployment and scalability.
- Faster evaluation: Optimization techniques like dataset chunking and multi-core processing speed up evaluations.

For installation, EvalAI can be set up using Docker with the following steps:

1. Install Docker and Docker Compose.
2. Clone the source code from the repository:
   git clone https://github.com/Cloud-CV/EvalAI.git evalai && cd evalai

3. Build and run the Docker containers:
   docker-compose up --build

4. Access the platform at http://127.0.0.1:8888.

Default users include:
- SUPERUSER: username: admin, password: password
- HOST USER: username: host, password: password
- PARTICIPANT USER: username: participant, password: password
🦑Legit Win 11 Activator:

@ECHO off
cls

:: Prompt for the product key
set /p productKey="Enter your Windows 11 product key: "

:: Set the product key and install it
cscript slmgr.vbs /ipk %productKey%

:: Activate Windows with the Microsoft servers
cscript slmgr.vbs /ato

:: Check activation status
cscript slmgr.vbs /dli

pause
🦑Perl Hacking