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

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

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

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

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

श्रेणियाँ

सभी श्रेणियाँ देखें
Loading categories
CobraAudit — बग-बाउंटी ऑडिट स्क्रिप्ट्स — API कुंजी सत्यापन, OAuth गलत कॉन्फिग जांच, पासवर्ड-रीसेट ऑडिटिंग। | Kitploit
उपकरण/GitHubGitHub/jakkxbt/cobraaudit
भेद्यता विश्लेषणएपीआई सुरक्षा परीक्षणवेब सुरक्षापेनिट्रेशन टेस्टिंगप्रमाणीकरण
GitHubjakkxbt/cobraaudit

CobraAudit

बग-बाउंटी ऑडिट स्क्रिप्ट्स — API कुंजी सत्यापन, OAuth गलत कॉन्फिग जांच, पासवर्ड-रीसेट ऑडिटिंग।

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

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

सभी देखें →

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

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

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

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

CobraAudit

बग बाउंटी ऑडिट फ्रेमवर्क — सामान्य भेद्यता वर्गों के लिए तीन केंद्रित मॉड्यूल।

root@kitploit:~
  ╔═╗╔═╗╔╗ ╦═╗╔═╗  ╔═╗╦ ╦╔╦╗╦╔╦╗
  ║  ║ ║╠╩╗╠╦╝╠═╣  ╠═╣║ ║ ║║║ ║
  ╚═╝╚═╝╚═╝╩╚═╩ ╩  ╩ ╩╚═╝═╩╝╩ ╩

मॉड्यूल

Moduleयह क्या परीक्षण करता है
apikeysStripe, SendGrid, GitHub (classic & fine-grained), GitLab, OpenAI, Anthropic, Slack, Mailgun, Firebase, NPM, AWS, Shopify, Twilio
oauthImplicit flow, PKCE enforcement, state parameter, redirect URI bypass
pwresetHost header injection, username enumeration, rate limiting

स्थापना

root@kitploit:~
pip install -e .

स्थापना के बाद, cobraaudit वैश्विक रूप से उपलब्ध है।

उपयोग

root@kitploit:~
# Test a single API key
cobraaudit apikeys --key sk_live_xxxx

# Scan a file for API keys (e.g. NextRecon JS output)
cobraaudit apikeys --file output.js

# Scan a live URL for embedded keys
cobraaudit apikeys --target https://target.com/app.js

# OAuth audit
cobraaudit oauth --target https://target.com
cobraaudit oauth --target https://target.com --client-id myapp

# Password reset audit
cobraaudit pwreset --target https://target.com --email [email protected]
cobraaudit pwreset --target https://target.com --email [email protected] --reset-endpoint /forgot-password

# Run all modules
cobraaudit all --target https://target.com --email [email protected]

टिप्पणियाँ

  • pwreset में होस्ट हेडर इंजेक्शन के लिए रीसेट ईमेल में कॉलबैक की पुष्टि के लिए Burp Collaborator या interactsh की आवश्यकता होती है।
  • OAuth परीक्षण एक ज्ञात --client-id के साथ सबसे अच्छा काम करता है — इसके बिना, परिणाम अनिर्णायक हो सकते हैं।
  • हमेशा केवल दायरे में शामिल लक्ष्यों के विरुद्ध परीक्षण करें।
टूल डाउनलोड करें