UnderAnder / Password-Hacker

training task from hyperskill.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Password-Hacker

training task from https://hyperskill.org/projects/80

Examples

The greater-than symbol followed by a space (> ) represents the user input. Note that it's not part of the input.

Example 1:

> python hack.py localhost 9090
{
    "login" : "su",
    "password" : "fTUe3O99Rre"
}

Example 2:

> python hack.py localhost 9090
{"login": "admin3", "password": "mlqDz33x"}

About

training task from hyperskill.org

License:MIT License


Languages

Language:Python 100.0%