Quantcast
Channel: em3rgency's Blog » Category » Password Cracking
Viewing all articles
Browse latest Browse all 4

Updated Bruteforce Password Lists.

$
0
0

Hey guys,

Here is an updated password list for brute-forcing. Thanks to D4rk-50ld13r at http://top-hat-sec.com/forum/index.php?topic=2162.0;topicseen.

 

Greetings

One of the biggest security breaches is the unchanged default password on every hardware !
Here is my collection of default passwords.
** You can run the script directly, it will create a directory where it will  store all the password txt files or just click on any link and download it separately .
Copy the code in a text file and name it : anythingyouwant.sh
chmod 755  it or right click on it , go to properties and make it executable.
Enjoy  ;)

#!/bin/sh

if [ ! -d /pentest/passwords/vendor ] ; then
echo “Installing the default vendor password lists”
mkdir /pentest/passwords/vendor && cd /pentest/passwords/vendor
wget -nc -q http://vulnerabilityassessment.co.uk/default_oracle_passwords.htm
wget -nc -q http://vulnerabilityassessment.co.uk/passwordsNO.htm
wget -nc -q http://vulnerabilityassessment.co.uk/passwordsA.htm
wget -nc -q http://vulnerabilityassessment.co.uk/passwordsB.htm
wget -nc -q http://vulnerabilityassessment.co.uk/passwordsC.htm
wget -nc -q http://vulnerabilityassessment.co.uk/passwordsD.htm
wget -nc -q http://vulnerabilityassessment.co.uk/passwordsE.htm
wget -nc -q http://vulnerabilityassessment.co.uk/passwordsF.htm
wget -nc -q http://vulnerabilityassessment.co.uk/passwordsG.htm
wget -nc -q http://vulnerabilityassessment.co.uk/passwordsH.htm
wget -nc -q http://vulnerabilityassessment.co.uk/passwordsI.htm
wget -nc -q http://vulnerabilityassessment.co.uk/passwordsJ.htm
wget -nc -q http://vulnerabilityassessment.co.uk/passwordsK.htm
wget -nc -q http://vulnerabilityassessment.co.uk/passwordsL.htm
wget -nc -q http://vulnerabilityassessment.co.uk/passwordsM.htm
wget -nc -q http://vulnerabilityassessment.co.uk/passwordsN.htm
wget -nc -q http://vulnerabilityassessment.co.uk/passwordsO.htm
wget -nc -q http://vulnerabilityassessment.co.uk/passwordsP.htm
wget -nc -q http://vulnerabilityassessment.co.uk/passwordsQ.htm
wget -nc -q http://vulnerabilityassessment.co.uk/passwordsR.htm
wget -nc -q http://vulnerabilityassessment.co.uk/passwordsS.htm
wget -nc -q http://vulnerabilityassessment.co.uk/passwordsT.htm
wget -nc -q http://vulnerabilityassessment.co.uk/passwordsU.htm
wget -nc -q http://vulnerabilityassessment.co.uk/passwordsV.htm
wget -nc -q http://vulnerabilityassessment.co.uk/passwordsW.htm
wget -nc -q http://vulnerabilityassessment.co.uk/passwordsX.htm
wget -nc -q http://vulnerabilityassessment.co.uk/passwordsY.htm
wget -nc -q http://vulnerabilityassessment.co.uk/passwordsZ.htm
wget -nc -q http://www.phenoelit-us.org/dpl/dpl.html
fi
exit

 


Viewing all articles
Browse latest Browse all 4

Latest Images

Trending Articles





Latest Images