That's the final (Still hackish code but does the work) import requests CHARACTERS = "abcdefghijklmnopqrstuvwxyz0123456789" URL = "http://35.246.158.51:8070/auth/v1_1" HEADERS = {'User-Agent' :…
i've added this to your code to make it easier to see what is the next char - if(delay > len(PAYLOAD['Password'])*30000479):
Yep - The first character is where my mistake was. Thank you.
Not sure I understand the bruthforce code. I'm trying to get the first char. I've written something along import requests import string #a-zA-Z!@#$%^&*()_-= printables_chars = string.printable agent =…
That's the final (Still hackish code but does the work) import requests CHARACTERS = "abcdefghijklmnopqrstuvwxyz0123456789" URL = "http://35.246.158.51:8070/auth/v1_1" HEADERS = {'User-Agent' :…
i've added this to your code to make it easier to see what is the next char - if(delay > len(PAYLOAD['Password'])*30000479):
Yep - The first character is where my mistake was. Thank you.
Not sure I understand the bruthforce code. I'm trying to get the first char. I've written something along import requests import string #a-zA-Z!@#$%^&*()_-= printables_chars = string.printable agent =…