Skip to content

HackfutSec/ulp_scan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

7 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

<div align="center">
  
# ๐Ÿ”ฅ ULP SCAN PRO v4.1 ๐Ÿ”ฅ

### Advanced Multi-Service Credential Scanner

[![Version](https://img.shields.io/badge/version-4.1-blue.svg)](https://github.com/HackfutSec)
[![Python](https://img.shields.io/badge/python-3.7+-green.svg)](https://www.python.org/)
[![License](https://img.shields.io/badge/license-MIT-red.svg)](https://opensource.org/licenses/MIT)
[![Telegram](https://img.shields.io/badge/Telegram-Channel-blue.svg)](https://t.me/+gsrpvshwGUc5MzI0)

</div>

---

## ๐Ÿ“ธ Preview

โ•”โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•— โ•‘ ๐Ÿš€ ULP SCAN PRO v4.1 ๐Ÿš€ โ•‘ โ•‘ โ•‘ โ•‘ Format: Domain.com:UserName:Password โ•‘ โ•‘ 50+ Services: cPanel/WHM/WordPress/Joomla/Drupal/etc โ•‘ โ•‘ Telegram Auto-Report โ€ข Multi-Threading โ€ข Auto-Clean โ•‘ โ•‘ Fixed URL parsing for malformed formats โ•‘ โ•‘ โ•‘ โ•‘ ๐Ÿ‘จโ€๐Ÿ’ป Coded by @HackfutS3c โ•‘ โ•‘ ๐Ÿ“ข Channel: https://t.me/+gsrpvshwGUc5MzI0 โ•‘ โ•‘ ๐Ÿ“ฆ PASTEBIN: https://pastebin.com/u/hackfut โ•‘ โ•‘ ๐Ÿ™ GITHUB: https://github.com/HackfutSec โ•‘ โ•šโ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•


## โœจ Features

<table>
<tr>
<td>

### ๐ŸŽฏ **Supported Services (50+)**

#### Hosting Panels
- WHM, cPanel, Webmail
- Plesk, DirectAdmin
- Webmin, Virtualmin
- VestaCP, CentOS WebPanel

#### CMS Systems
- WordPress, Joomla, Drupal
- Magento, PrestaShop, OpenCart
- Shopify, WooCommerce
- Wix, Squarespace, Webflow

#### Frameworks
- Laravel, Symfony, CodeIgniter
- CakePHP, Yii, Zend, Phalcon

#### Forums & Communities
- phpBB, SMF, MyBB
- vBulletin, XenForo, FluxBB

#### E-commerce
- Shopware, OXID, ZenCart
- AbanteCart, Thirty Bees

#### Additional Services
- FTP, SSH, MySQL, phpMyAdmin
- Nextcloud, OwnCloud, GitLab
- Jenkins, Jira, Confluence

</td>
<td>

### โšก **Core Features**

- โœ… **Multi-threading** for high performance
- โœ… **Real-time results** display with colors
- โœ… **Auto-clean** malformed URLs and combos
- โœ… **Telegram integration** for instant notifications
- โœ… **Automatic service detection**
- โœ… **Organized output** by service type
- โœ… **Invalid lines logging** for debugging
- โœ… **Supports multiple combo formats**

### ๐ŸŽจ **Output Format**
- Colored terminal output
- Service-specific result files
- Global success tracking
- Invalid lines reporting

</td>
</tr>
</table>

## ๐Ÿ“‹ Requirements

```bash
pip install requests beautifulsoup4 colorama lxml

Optional Dependencies

  • lxml - Faster HTML parsing (falls back to html.parser)
  • ftplib - Built-in, for FTP checking

๐Ÿš€ Installation

# Clone the repository
git clone https://github.com/HackfutSec/ulp_scan.git

# Navigate to directory
cd ulp_scan

# Install dependencies
pip install -r requirements.txt

# Run the tool
python ulpscanner-success_access.py
python ulp_extractor.exe

๐Ÿ“ Input Formats

The tool supports multiple combo formats:

# Standard format
https://domain.com:username:password

# Without protocol
domain.com:username:password

# With pipe separator
domain.com|username|password

# WordPress specific
https://domain.com/wp-login.php:username:password

# Malformed URLs (auto-corrected)
https:////domain.com:username:password
http:/domain.com:username:password

๐ŸŽฎ Usage

Basic Usage

python ulpscanner-success_access.py
python ulp_extractor.exe

Step-by-step

  1. Launch the tool

    python ulpscanner-success_access.py
    python ulp_extractor.exe
  2. Enter your combo file

    Enter the name of your list file (e.g., list.txt): combos.txt
    
  3. Configure threads

    Enter the number of threads (default: 100): 200
    

Telegram Configuration

Edit the script and add your credentials:

TELEGRAM_BOT_TOKEN = "YOUR_BOT_TOKEN_HERE"
TELEGRAM_CHAT_ID = "YOUR_CHAT_ID_HERE"

๐Ÿ“ Output Structure

output/
โ”œโ”€โ”€ Correct/
โ”‚   โ”œโ”€โ”€ WordPress.txt
โ”‚   โ”œโ”€โ”€ cPanel.txt
โ”‚   โ”œโ”€โ”€ Joomla.txt
โ”‚   โ”œโ”€โ”€ Drupal.txt
โ”‚   โ””โ”€โ”€ ... (service-specific files)
โ”œโ”€โ”€ all_success_results.txt
โ””โ”€โ”€ invalid_lines.txt

๐Ÿ–ฅ๏ธ Real-time Output Example

๐ŸŸฃ domain: example.com | username: admin | password: pass123 | checking: WordPress...
๐ŸŸข domain: example.com | username: admin | password: pass123 | service: WordPress | access: OK
๐Ÿ”ด domain: test.com | username: user | password: test | service: cPanel | access: NOT FOUND

๐ŸŽฏ Supported Services List

Click to expand full list
Category Services
Hosting Panels WHM, cPanel, Webmail, Plesk, DirectAdmin, Webmin, Virtualmin, VestaCP, CentOS WebPanel
CMS WordPress, Joomla, Drupal, Magento, PrestaShop, OpenCart, Shopify, WooCommerce, Wix, Squarespace, Webflow, Ghost, Typo3, Concrete5, Craft CMS, MODX, SilverStripe
Frameworks Laravel, Symfony, CodeIgniter, CakePHP, Yii, Zend, Phalcon, FuelPHP
Forums phpBB, SMF, MyBB, vBulletin, XenForo, FluxBB, Discuz, IP.Board
Wikis MediaWiki, DokuWiki, PmWiki, TikiWiki
E-commerce Shopware, OXID, ZenCart, AbanteCart, Thirty Bees
Databases MySQL, PostgreSQL, Redis, MongoDB, phpMyAdmin, Adminer
DevOps Jenkins, GitLab, GitHub, Bitbucket, Jira, Confluence
Cloud Nextcloud, OwnCloud, Seafile, Rocket.Chat, Mattermost
Other FTP, SSH, Flask, Plex

๐Ÿ”ง Advanced Features

Auto-Clean Functionality

The tool automatically fixes malformed URLs:

  • https:////domain.com โ†’ https://domain.com
  • http:/domain.com โ†’ http://domain.com
  • Removes duplicate slashes
  • Normalizes domain formats

Real-time Saving

  • Results saved immediately upon finding
  • No data loss on interruption
  • Continuous Telegram notifications

Threading Performance

  • Adjustable thread count (default: 100)
  • Optimized for speed vs resource usage
  • Thread-safe operations

๐Ÿ“Š Statistics Display

After completion, you'll see:

======================================================
                    COMPLETE                    
======================================================
Check finished! Success statistics:
  - WordPress           : 42 hits
  - cPanel             : 15 hits
  - Joomla             : 8 hits
  - Drupal             : 3 hits
------------------------------------------------------
  Total found: 68 successful accounts.
  Total successes sent to Telegram: 68
  Invalid lines skipped: 12
  Results saved in directory: 'output/Correct'
  Global results file: 'output/all_success_results.txt'
======================================================

๐Ÿ›ก๏ธ Disclaimer

โš ๏ธ IMPORTANT NOTICE

This tool is for educational purposes only. Use it only on:

  • Your own systems
  • Systems you have explicit permission to test
  • Authorized security assessments

Unauthorized access to computer systems is illegal. The authors assume no liability for misuse.

๐Ÿค Contributing

Contributions are welcome! Please:

  1. Fork the repository
  2. Create a feature branch
  3. Commit your changes
  4. Push to the branch
  5. Open a Pull Request

๐Ÿ“ž Contact & Support

โญ Show Your Support

If you find this tool useful, please:

  • โญ Star the repository
  • ๐Ÿ”„ Share with others
  • ๐Ÿ“ข Join our Telegram channel

Made with โค๏ธ by @HackfutS3c

Stay secure, stay ethical

```

๐Ÿ“ฆ requirements.txt

Create this file for easy installation:

requests>=2.25.0
beautifulsoup4>=4.9.0
colorama>=0.4.4
lxml>=4.6.0

๐ŸŽจ Badges (Optional)

You can also add these badges at the top of your README:

[![Python 3.7+](https://img.shields.io/badge/python-3.7+-blue.svg)](https://www.python.org/downloads/)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com)
[![Telegram](https://img.shields.io/badge/Telegram-Join-blue.svg)](https://t.me/+gsrpvshwGUc5MzI0)

Releases

No releases published

Packages

 
 
 

Contributors

Languages