Skip to content
KitploitKITPLOIT
उपकरणब्लॉग
जमा करें
उपकरणब्लॉग
जमा करें

हैकिंग, पेनटेस्ट और साइबर सुरक्षा उपकरण आपके सुरक्षा शस्त्रागार के लिए!

Kitploit हैकिंग, साइबर सुरक्षा और पेंटेस्टिंग टूल्स की एक निर्देशिका है। कमजोरियों को खोजने, सिस्टम का विश्लेषण करने, परीक्षण को स्वचालित करने और अपनी सुरक्षा को मजबूत करने के लिए नवीनतम प्रोजेक्ट अपडेट खोजें।

··फ़ीड·संपर्क·गोपनीयता·© 2026 Kitploit

टूल निर्देशिका

श्रेणियाँ

सभी श्रेणियाँ देखें
Loading categories
-CVE-2023-33177- — Xibo CMS CVE-2023-33177 भेद्यता परीक्षक | Kitploit
उपकरण/GitHubGitHub/kaxm23/-cve-2023-33177-
टोहीभेद्यता स्कैनरशोषणवेब एप्लिकेशन शोषणपेनिट्रेशन टेस्टिंगलर्निंग और शिक्षा
GitHubkaxm23/-cve-2023-33177-

-CVE-2023-33177-

Xibo CMS CVE-2023-33177 भेद्यता परीक्षक

रिपॉजिटरी देखें
5 महीने पहलेअभी तक समीक्षित नहीं

सबसे लोकप्रिय

सभी देखें →

हमारे समुदाय द्वारा सबसे अधिक उपयोग किए जाने वाले उपकरण खोजें।

सभी उपकरण खोजें

हमारे उपकरणों का संग्रह ब्राउज़ करें

सभी उपकरण देखें →
साझा करें

Xibo CMS CVE-2023-33177 भेद्यता परीक्षक

Python 3.6+ License

CVE-2023-33177 के लिए स्वचालित सुरक्षा परीक्षण उपकरण - Xibo CMS में ज़िप स्लिप पथ ट्रावर्सल भेद्यता जो रिमोट कोड निष्पादन (RCE) की ओर ले जाती है।

⚠️ अस्वीकरण

यह उपकरण केवल शैक्षिक और अधिकृत परीक्षण उद्देश्यों के लिए है। केवल उन प्रणालियों पर उपयोग करें जिनके आप मालिक हैं या जिनके परीक्षण की स्पष्ट अनुमति है। अनधिकृत परीक्षण अवैध और अनैतिक है।

📋 विवरण

Xibo CMS संस्करण 1.8.0-2.3.16 और 3.0.0-3.3.4 लेआउट आयात कार्यक्षमता के माध्यम से पथ ट्रावर्सल हमले के लिए असुरक्षित हैं। यह उपकरण एक हानिरहित परीक्षण फ़ाइल लिखने का प्रयास करके सुरक्षित रूप से जांचता है कि आपका Xibo उदाहरण असुरक्षित है या नहीं।

भेद्यता विवरण

  • CVE ID: CVE-2023-33177
  • प्रकार: ज़िप स्लिप पथ ट्रावर्सल → रिमोट कोड निष्पादन
  • प्रभाव: प्रमाणित हमलावर वेब सर्वर पर मनमानी फ़ाइलें लिख सकते हैं
  • समाधान: Xibo CMS 3.3.5+ या 2.3.17+ में अपग्रेड करें

🚀 विशेषताएँ

  • ✅ गैर-विनाशकारी परीक्षण (केवल सत्यापन के लिए /etc/passwd पढ़ता है)
  • ✅ स्वचालित प्रमाणीकरण हैंडलिंग
  • ✅ सुरक्षित पेलोड निर्माण
  • ✅ स्पष्ट भेद्यता रिपोर्टिंग
  • ✅ परीक्षण फ़ाइलों की स्वचालित सफाई
  • ✅ HTTP/HTTPS के साथ काम करता है

📦 स्थापना

root@kitploit:~
## Clone the repository
git clone [email protected]/kaxm23/-CVE-2023-33177-.git
cd xibo-cve-2023-33177-tester

## Install requirements
pip install -r requirements.txt## -CVE-2023-33177-

बुनियादी कमांड संरचना

root@kitploit:~
python test_cve_2023_33177.py <URL> <username> <password>

व्यावहारिक उदाहरण

root@kitploit:~
## Local development instance
python test_cve_2023_33177.py http://localhost/xibo admin password123

## Remote production with HTTPS
python test_cve_2023_33177.py https://xibo.example.com [email protected] SecurePass2024!

## Custom port and path
python test_cve_2023_33177.py http://192.168.1.100:8080/xibo admin mypassword

## Without trailing slash (script handles it)
python test_cve_2023_33177.py https://example.com/xibo admin pass

नमूना आउटपुट - असुरक्षित

root@kitploit:~
[*] Testing Xibo CMS at http://localhost/xibo
[*] CVE-2023-33177 - Zip Slip RCE Test

[+] Created test payload: test_vuln_1703123456.zip
[+] Successfully logged in as admin
[*] Attempting to import malicious layout...
[*] Import response: HTTP 200
[*] Checking for webshell...
[!] VULNERABLE! Webshell accessible at: http://localhost/security_test.php
[+] Successfully read /etc/passwd
[*] Output preview: VULN_TEST_root:x:0:0:root:/root:/bin/bash...

[!] Website IS VULNERABLE to CVE-2023-33177!
[!] Remediation: Update Xibo CMS to version 3.3.5+ or 2.3.17+
[!] Delete the test file: security_test.php

नमूना आउटपुट - सुरक्षित

root@kitploit:~
[*] Testing Xibo CMS at http://localhost/xibo
[*] CVE-2023-33177 - Zip Slip RCE Test

[+] Created test payload: test_vuln_1703123456.zip
[+] Successfully logged in as admin
[*] Attempting to import malicious layout...
[*] Import response: HTTP 200
[*] Checking for webshell...
[-] Webshell not found (HTTP 404)

[+] Website appears NOT vulnerable (or path differs)

🛡️ उपचार मार्गदर्शिका

root@kitploit:~
## Download latest version
wget https://github.com/xibosignage/xibo-cms/releases/latest

## Follow upgrade instructions
## https://xibo.org.uk/manual/en/upgrade.html

2. समझौते की जाँच करें

root@kitploit:~
## Find recently modified PHP files in web root
find /var/www/html -name "*.php" -mtime -7 -type f

## Check for suspicious files
find /var/www/html -name "shell.php" -o -name "cmd.php" -o -name "backdoor.php"

## Review access logs for unauthorized imports
grep "layout/import" /var/log/apache2/access.log

3. क्रेडेंशियल बदलें

root@kitploit:~
Change all CMS user passwords

Rotate API keys and tokens

Review and remove unauthorized user accounts

`
📋 Requirements
Python 3.6 or higher

requests library (install via pip)

Valid Xibo CMS credentials (authentication required)

Network access to target Xibo instance

🤝 योगदान

root@kitploit:~

Fork the repository

Create a feature branch: git checkout -b feature/amazing-feature

Commit changes: git commit -m 'Add amazing feature'

Push to branch: git push origin feature/amazing-feature

Open a Pull Request

Contribution Requirements
Code must follow PEP 8 standards

Testing must remain non-destructive

Documentation must be updated

No live testing against unauthorized targets

📄 लाइसेंस

root@kitploit:~
This project is licensed under the MIT License - see the LICENSE file for details.

⚖️ Legal & Ethical Use
By using this tool, you agree to:

Only test systems you own or have explicit written permission to test

Comply with all local, state, and federal laws

Not use this tool for malicious purposes

Report vulnerabilities responsibly to vendors

Accept full responsibility for your actions

🔗 संदर्भ

root@kitploit:~
CVE-2023-33177 NVD Entry

Xibo Security Advisories

Zip Slip Vulnerability Details

OWASP Path Traversal Guide

📞 सहायता और संपर्क

root@kitploit:~
Issues: GitHub Issues

Security Reports: Please disclose responsibly via GitHub private vulnerability reporting

Questions: Open a discussion on GitHub

⭐ स्टार इतिहास

root@kitploit:~
If this tool helped you, please consider starring the repository!
टूल डाउनलोड करें