Showing posts with label WordPress Security. Show all posts
Showing posts with label WordPress Security. Show all posts
WPSeku - Simple Wordpress Security Scanner
April 25, 2017
Scan, Scanner, Security, Security Scanner, Vulnerability Scanner, WordPress, WordPress Security, WordPress Security Scanner, WordPress Vulnerability Scanner, WPSeku
WPSeku is a black box WordPress vulnerability scanner that can be used to scan remote WordPress installations to find security issues.
Usage
_
__ ___ __ ___ ___| | ___ _
\ \ /\ / / '_ \/ __|/ _ \ |/ / | | |
\ V V /| |_) \__ \ __/ <| |_| |
\_/\_/ | .__/|___/\___|_|\_\\__,_|
|_|
[--] WPSeku - Wordpress Security Scanner
[--] WPSeku - v0.1.0
[--] Momo Outaadi (@M4ll0k)
[--] https://github.com/m4ll0k/WPSeku
Usage: wpseku.py --url URL
-u --url Site URL (e.g: http://site.com)
-e --enum
[u: Usernames Enumeration
-p --plugin
[x: Search Cross Site Scripting vuln
[l: Search Local File Inclusion vuln
[s: Search SQL Injection vuln
-t --theme
[x: Search Cross Site Scripting vuln
[l: Search Local File Inclusion vuln
[s: Search SQL Injection vuln
-b --brute
[l: Bruteforce password login
[x: Bruteforce password login via XML-RPC
--user Set username, try with enum users
--wordlist Set wordlist
-h --help Show this help and exit
Examples:
wpseku.py -u www.site.com
wpseku.py -u www.site.com -e [u]
wpseku.py -u site.com/path/wp-content/plugins/wp/wp.php?id= -p [x,l,s]
wpseku.py -u site.com --user test --wordlist dict.txt -b [l,x]Screenshot
WPHardening - WPHardening fortification is a security tool for WordPress
September 08, 2014
Python, Sectools, WordPress, WordPress Security, WPHardening
WPHardening is a security tool for WordPress. Different tools to hardening WordPress.
Usage
$ python wphardening.py -h
Options:
--version show program's version number and exit
-h, --help show this help message and exit
-v, --verbose Active verbose mode output results
--update Check for WPHardening latest stable version
Target:
This option must be specified to modify the package WordPress.
-d DIRECTORY, --dir=DIRECTORY
**REQUIRED** - Working Directory.
Hardening:
Different tools to hardening WordPress.
-c, --chmod Chmod 755 in directory and 644 in files.
-r, --remove Remove files and directory.
-b, --robots Create file robots.txt
-f, --fingerprinting
Deleted fingerprinting WordPress.
-t, --timthumb Find the library TimThumb.
--wp-config Wizard generated wp-config.php
--delete-version Deleted version WordPress.
--plugins Download Plugins Security.
--proxy=PROXY Use a HTTP proxy to connect to the target url for
--plugins and --wp-config.
--indexes It allows you to display the contents of directories.
Miscellaneous:
-o FILE, --output=FILE
Write log report to FILE.logExamples
Check a WordPress Project$ python wphardening.py -d /home/path/wordpress -vChange permissions$ python wphardening.py -d /home/path/wordpress --chmod -vRemove files that are not used$ python wphardening.py -d /home/path/wordpress --remove -vCreate your robots.txt file$ python wphardening.py -d /home/path/wordpress --robots -vRemove all fingerprinting$ python wphardening.py -d /home/path/wordpress --fingerprinting -vCheck a TimThumb library$ python wphardening.py -d /home/path/wordpress --timthumb -vCreate Index file$ python wphardening.py -d /home/path/wordpress --indexes -vDownload Plugins security$ python wphardening.py -d /home/path/wordpress --pluginsWizard generated wp-config.php$ python wphardening.py -d /home/path/wordpress --wp-configDeleted version WordPress$ python wphardening.py -d /home/path/wordpress --delete-version -vWPHardening update$ python wphardening.py --updateUse all options$ python wphardening.py -d /home/user/wordpress -c -r -f -t --wp-config --delete-version --indexes --plugins -o /home/user/wphardening.log
Subscribe to:
Posts (Atom)

















