
This script is a tool to recursively download the contents of the '.git' directory from a website. Using Python and libraries like 'requests' and 'BeautifulSoup', this script examines the directory structure, downloads files, and identifies SHA-1 hashes within Git files.
यह स्क्रिप्ट किसी वेबसाइट से '.git' निर्देशिका की सामग्री को पुनरावर्ती रूप से डाउनलोड करने का एक टूल है। 'requests' और 'BeautifulSoup' जैसी लाइब्रेरीज़ के साथ Python का उपयोग करते हुए, यह स्क्रिप्ट निर्देशिका संरचना की जाँच करती है, फ़ाइलें डाउनलोड करती है, और Git फ़ाइलों के भीतर SHA-1 हैश की पहचान करती है।

pip install requests beautifulsoup4 coloramapython file.pyमैंने Jenderal92 के कवर पर अस्वीकरण लिखा है। आप इसे यहाँ !!! देख सकते हैं।