11542 matches found
f609-brute
f609-brute f609-brute is a simple brute force tool for Telkom Indonesia's ZTE F609 routers. Hence Telkom Indonesia implements TR-069 to ZTE F609 modems, they routinely update admin password. f609-brute is running on Python 2.7. Usage usage: python f609.py Example Usage python f609.py...
pythem
pythem - Penetration Testing Framework pythem is a multi-purpose pentest framework written in Python. It has been developed to be used by security researchers and security professionals. The tool intended to be used only for acts within the law. I am not liable for any undue and unlawful act...
hostscan
hostscan 0.2 Hostscan هي أداة PHP تسمح لك بفحص نطاق محدد من المضيفين، غالباً لجمع المعلومات واختبار كلمات المرور الضعيفة. أعتقد أنها أداة اختبار اختراق pentest، أنشأتها لأتمتة بعض الاختبارات التي أقوم بها غالباً. وبما أنها مكتوبة بلغة PHP، فإنها تعمل ببطء نوعاً ما مقارنة بالبرامج من جانب العميل...
RedLogin
RedLogin Red Login: SSH Brute-force Tools Features: High speed and precision CLI Console based Run the arbitrary command after the attack is successful Default 'Uname -a' Telegram messanger support for sending reports via bot API Usage: Redlogin.exe Optional —telegram == List of targets ip list =...
adfsbrute
adfsbrute एक स्क्रिप्ट जो सक्रिय निर्देशिका संघीय सेवाओं ADFS के विरुद्ध क्रेडेंशियल का परीक्षण करने, किसी संगठन के ADFS url की गणना करने और पासवर्ड स्प्रेइंग या ब्रूटफोर्स हमलों की अनुमति देने के लिए है। मुख्य विचार यह है कि प्रत्येक परीक्षण के बीच यादृच्छिक और उच्च विलंब के साथ पासवर्ड स्प्रेइं...
kippo
नोट: नवीनतम विकास के लिए, Michel Oosterhof's fork देखें। Kippo Kippo एक मध्यम-अंतःक्रिया SSH हनीपॉट है, जिसे ब्रूट फोर्स हमलों को लॉग करने के लिए डिज़ाइन किया गया है और, सबसे महत्वपूर्ण बात, हमलावर द्वारा की गई पूरी शेल इंटरैक्शन को लॉग करने के लिए। Kippo Kojoney से प्रेरित है, लेकिन उस पर आधारित...
kippo
NOTE: For more recent development, check out Michel Oosterhof's fork Kippo Kippo is a medium interaction SSH honeypot designed to log brute force attacks and, most importantly, the entire shell interaction performed by the attacker. Kippo is inspired, but not based on Kojoney. Demo Some interesti...
python-pentesting
Python for Pentesters Overview Getting started with Python for pentesting and red team engagements is fairly easy! This repo is just a small collection of random scripts to help get you started. Brought to you by: Examples: by Mike Felch @ustayready and Joff Thyer @joffthyer This code is provided...
gospider
GoSpider GoSpider - गो में लिखा गया तेज़ वेब स्पाइडर क्या आप अपने रिकॉन वर्कफ़्लो में बिना दर्द के GoSpider को एकीकृत करना चाहते हैं? यह प्रोजेक्ट Osmedeus Engine का हिस्सा था। देखें कि इसे कैसे एकीकृत किया गया है @OsmedeusEngine इंस्टॉलेशन GO इंस्टॉल root@kitploit: GO111MODULE=on go install...
CVE-2024-39211
CVE-2024-39211 Kaiten उपयोगकर्ता गणना Kaiten - एक कार्यप्रवाह प्रबंधन प्रणाली, एक साधारण POST अनुरोध के माध्यम से सिस्टम में पंजीकृत उपयोगकर्ता लॉगिन और ईमेल पतों पर अप्रतिबंधित ब्रूट फोर्स हमलों के प्रति संवेदनशील है। संदर्भ: CVE MITRE विवरण NVD CVE उपयोग बैश स्क्रिप्ट डाउनलोड करें और कस्टम...
CloudFail
CloudFail CloudFail is a tactical reconnaissance tool which aims to gather enough information about a target protected by Cloudflare in the hopes of discovering the location of the server. Using Tor to mask all requests, the tool as of right now has 3 different attack phases. 1. Misconfigured DNS...
CVE-2025-51865
CVE-2025-51865 وصف الثغرة Ai2 هي معهد أبحاث ذكاء اصطناعي غير ربحي يقع في سياتل. توفّر Ai2 تطبيق ويب تجريبيًا playground للدردشة مع نموذج اللغة الخاص بها LLM، وهو عرضة لثغرة الإسناد المباشر غير الآمن للكائنات IDOR في مكوّن الدردشة. يمكن للمهاجم استغلال هذه الثغرة للتلاعب بمحادثات المستخدمين الآخري...
CVE-2017-8225
CVE-2017-8225 تثبيت Python3 root@kitploit: apt-get install git pip3 install requests pip3 install colorama sudo apt update apt-get install python3 التثبيت: root@kitploit: git clone https://github.com/kienquoc102/CVE-2017-8225.git كود الاستغلال: root@kitploit: cd CVE-2017-8225 python3 scanip.py Yo...
Brute_Force
BruteForce install : root@kitploit: sudo apt install python3 python3-pip pip3 install proxylist pip3 install mechanize Usage: BruteForce Gmail Attack root@kitploit: python3 BruteForce.py -g [email protected] -l Filelist python3 BruteForce.py -g [email protected] -p PasswordSingle...
Pikachu-SMTP
Pikachu-SMTP Brute force for SMTP users 𝗜𝗡𝗦𝗧𝗔𝗟𝗟𝗔𝗧𝗜𝗢𝗡 𝗜𝗡𝗦𝗧𝗥𝗨𝗖𝗧𝗜𝗢𝗡𝗦 root@kitploit: $ git clone https://github.com/bloodbane0/Pikachu-SMTP.git $ cd Pikachu-SMTP $ ./pikachu Powershell-Pikachu $ .\pikachu.ps1...
snmpvlan
snmpvlan CVE ID: CVE-2014-3341. Cisco Bug ID: CSCup85616. NexusTaco هو ماسح SNMP يمكن استخدامه للاختبار الداخلي والخارجي لتقييم مفاتيح Cisco Nexus عائلة 5000 و 6000. هناك العديد من ماسحات SNMP وأدوات التخمين القسري، وقد صُنع هذا الماسح فقط من أجل الاكتمال. يتميز بالميزات التالية: يكتشف مفاتيح Nex...
Reconator
Reconator is an automated reconnaissance framework. Add a target — alone or in bulk — and the worker runs 17 recon modules against it subdomain enum, dirbrute, JS/link mining, WAF fingerprint, takeover check, GF triage, and more. The dashboard shows per-module output as it lands. Stack Layer| Tec...
password-generator
पासवर्ड जनरेटर BruteForce या Md5 क्रैक/तुलना के लिए root@kitploit: $ php password-generator --info="victim name,victim surname , victim age , victim email" --info पीड़ित से सभी जानकारी प्राप्त करें। --path फ़ाइल को सहेजा जाने वाला क्षेत्र वैकल्पिक। --md5 इस मान के साथ बनाए गए पासवर्ड आपके md5...
RDWAtool
A python all-in-one tool to extract information, spray and bruteforce passwords on a Microsoft Remote Desktop Web Access RDWA application. This python tool allows to extract various information from a Microsoft Remote Desktop Web Access RDWA application, such as the FQDN of the remote server, the...
shuffledns
massDNS रैपर जो वाइल्डकार्ड हैंडलिंग सपोर्ट के साथ सबडोमेन को ब्रूटफोर्स और रिज़ॉल्व करता है फीचर • इंस्टॉल • चलाएँ • वाइल्डकार्ड • लाइसेंस • डिस्कॉर्ड shuffleDNS, go में लिखा गया massdns के ऊपर एक रैपर है, जो आपको सक्रिय ब्रूटफोर्स का उपयोग करके मान्य सबडोमेन गिनने की अनुमति देता है, साथ ही...