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

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

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

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

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

श्रेणियाँ

सभी श्रेणियाँ देखें
Loading categories
ACEshark — ACEshark एक उपयोगिता है जिसे Windows सेवा कॉन्फ़िगरेशन और Access Control Entries के तेज़ निष्कर्षण और विश्लेषण के लिए डिज़ाइन किया गया है, जिससे accesschk.exe या अन्य गैर-नेटिव बाइनरी जैसे टूल्स की आवश्यकता समाप्त हो जाती है। | Kitploit
उपकरण/GitHubGitHub/t3l3machus/aceshark
विशेषाधिकार वृद्धिभेद्यता विश्लेषणकॉन्फ़िगरेशन ऑडिटिंगजानकारी एकत्र करनापोस्ट-शोषणपेनिट्रेशन टेस्टिंगरेड टीमिंग
GitHubt3l3machus/aceshark

ACEshark

ACEshark एक उपयोगिता है जिसे Windows सेवा कॉन्फ़िगरेशन और Access Control Entries के तेज़ निष्कर्षण और विश्लेषण के लिए डिज़ाइन किया गया है, जिससे accesschk.exe या अन्य गैर-नेटिव बाइनरी जैसे टूल्स की आवश्यकता समाप्त हो जाती है।

रिपॉजिटरी देखें
1482321 साल पहलेKitploit द्वारा समीक्षित

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

सभी देखें →

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

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

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

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

ACEshark

Python License

यह क्या है?

ACEshark एक उपयोगिता है जो Windows सेवा कॉन्फ़िगरेशन और एक्सेस कंट्रोल एंट्रीज़ के त्वरित निष्कर्षण और विश्लेषण के लिए डिज़ाइन की गई है, जिससे accesschk.exe या अन्य गैर-नेटिव बाइनरी जैसे टूल्स की आवश्यकता समाप्त हो जाती है।

क्यों?

  • संभावित विशेषाधिकार वृद्धि वेक्टर (किसी सेवा के binpath को बदलना और उसे पुनः आरंभ करना) का पता लगाने के लिए सेवा अनुमतियों का कुशलतापूर्वक पहचान और विश्लेषण करना।
  • विशिष्ट उपयोगकर्ताओं या सभी समूहों और खातों के लिए सेवा अनुमतियों का ऑडिट करना।

यह कैसे काम करता है

ACEshark चलाने पर, सेवा कॉन्फ़िगरेशन और एक्सेस कंट्रोल एंट्रीज़ के लिए एक लिसनर के रूप में कार्य करने हेतु एक HTTP/HTTPS सर्वर प्रारंभ होता है। यह निर्दिष्ट विकल्पों के आधार पर एक छोटी एक्सट्रैक्टर स्क्रिप्ट उत्पन्न करता है, जिसे उपयोगकर्ता लक्ष्य मशीन पर चलाता है। ACEshark फिर डेटा प्राप्त करके संसाधित करता है, और विस्तृत विश्लेषण प्रदान करता है।

ACEshark प्रत्येक निष्कर्षित सेवा कॉन्फ़िगरेशन के लिए एक लॉग फ़ाइल उत्पन्न करता है, जिससे आवश्यकता पड़ने पर रिपोर्ट पुनः तैयार की जा सकती है।

❗महत्वपूर्ण

  1. भले ही किसी सेवा को उसके ACEs और कॉन्फ़िगरेशन के अनुसार विशेषाधिकार वृद्धि के लिए एक बेहतरीन उम्मीदवार के रूप में चिह्नित किया गया हो, फिर भी अन्य Windows सुरक्षा सुविधाएँ हो सकती हैं जो वास्तव में इसका दुरुपयोग करने से रोक सकती हैं।
  2. यह संभवतः विशेष रूप से गुप्त (stealthy) नहीं होगा।
  3. उन होस्ट्स के विरुद्ध इस टूल का उपयोग करना जिनके परीक्षण की आपके पास स्पष्ट अनुमति नहीं है, अवैध है। इस टूल के उपयोग से होने वाली किसी भी परेशानी के लिए आप ज़िम्मेदार हैं।

अवलोकन

image

aceshark2

स्थापना

  1. रिपॉजिटरी क्लोन करें:
root@kitploit:~
git clone https://github.com/t3l3machus/ACEshark
  1. निर्भरताएँ स्थापित करें:
root@kitploit:~
cd ACEshark  
pip3 install -r requirements.txt  

आप सब तैयार हैं।

नोट: यदि एक्सट्रैक्टर स्क्रिप्ट का क्लिपबोर्ड पर स्वचालित कॉपी विफल हो जाता है, तो आपको एक कॉपी/पेस्ट तंत्र स्थापित करने की आवश्यकता हो सकती है, जैसे sudo apt-get install xclip या sudo apt-get install xselect।

उपयोग

root@kitploit:~
ACEshark.py [-h] [-s SERVER_ADDRESS] [-p PORT] [-c CERTFILE] [-k KEYFILE] [-f FILE_INPUT] [-i] [-g] [-a] [-x CUSTOM_MODE] [-lg] [-gs] [-e] [-z CONFIG_FILENAME] [-d DELIMITER] [-q] [-v]

ACEshark is a utility designed for rapid extraction and analysis of Windows service configurations and Access Control Entries, eliminating the need for tools like accesschk.exe or other non-native binaries.

options:
  -h, --help            show this help message and exit

BASIC OPTIONS:
  -s SERVER_ADDRESS, --server-address SERVER_ADDRESS
                        Your server IP or domain name. This option cannot be used with -f.
  -p PORT, --port PORT  HTTP / HTTPS server port (default: 80 / 443).
  -c CERTFILE, --certfile CERTFILE
                        Optional: Path to the TLS certificate for enabling HTTPS.
  -k KEYFILE, --keyfile KEYFILE
                        Optional: Path to the private key for the TLS certificate.
  -f FILE_INPUT, --file-input FILE_INPUT
                        ACEshark creates log files every time you run the extractor script on a machine (stored in ~/.ACEshark). Use this option to regenerate a services config analysis from a log file. This
                        option cannot be used with -s.

MODES:
  -i, --interesting-only
                        List only those service ACEs that can potentially be abused by your user, based on their SID and group membership, with at least (WRITE_PROPERTY AND CONTROL_ACCESS) or GENERIC_ALL
                        privileges.
  -g, --great-candidates
                        Similar to --interesting-only but with stricter criteria. A service is labeled as a great candidate for privilege escalation if the service's START_TYPE == DEMAND_START AND TYPE ==
                        WIN32_OWN_PROCESS AND your user has (WRITE_PROPERTY AND CONTROL_ACCESS) OR GENERIC_ALL privileges.
  -a, --audit           Audit mode. Analyzes all service ACEs without searching for user-specific abusable services (Long output). This option also downgrades the extractor script, omitting the retrieval of
                        the current user's SID and group membership information. By default, the WRITE_PROPERTY and CONTROL_ACCESS rights are highlighted for simplicity when they are present.
  -x CUSTOM_MODE, --custom-mode CUSTOM_MODE
                        Provide a comma-separated list of integers representing the generic access rights to match. Only service ACEs that your user may be able to abuse, based on their SID and group
                        membership matching the provided rights, will be listed. Use -lg to list all predefined generic access rights.
  -lg, --list-generic   List all predefined generic access rights.

EXTRACTOR MODIFICATIONS:
  -gs, --get-service    This option modifies the extractor script to use Get-Service for listing available services. While cleaner, it may not work with a low-privileged account. The default Get-ChildItem
                        approach, though less elegant, is more likely to succeed in most cases.
  -e, --encode          Generate Base64-encoded services configuration extractor script instead of raw PowerShell.
  -z CONFIG_FILENAME, --config-filename CONFIG_FILENAME
                        Change the temporary filename used to store the extracted services configuration before transferring the data via HTTP (default: sc.txt).
  -d DELIMITER, --delimiter DELIMITER
                        Change the delimiter value used for service config serialization (default: #~). Use this option cautiously. It is rarely needed.

OUTPUT:
  -q, --quiet           Do not print the banner on startup.
  -v, --verbose         Print the user's SID and group membership info as well (not applicable in Audit mode).

विशेष धन्यवाद

  • Marios K. Pappas (उर्फ Pri3st), टूल का परीक्षण करने में मदद करने के लिए!
  • TJ_Null, परीक्षण और मूल्यवान प्रतिक्रिया प्रदान करने के लिए!
टूल डाउनलोड करें