Environment.ini - How to make new password?
-
Hello, Ruri I am glad to be in this forum and thank you for the greatest OpenBullet.
I want to add to the Environment.ini a new password type
this is the line
http://letters.domainn.net:numbersonly/lettersonly_api.php?username=<USER>&password=<PASS>&lettersonly=lettersonly_lettersonly
so the password will be URL but looks like this and the domain name can sometimes be just letters or IP
i want to launch this URLS and they read as password
also, what would be posted in the Post Data in that case?
also, the link above will be used as REQUEST GET
Thank you in advance.
-
I don't think I understood, please provide a sample line of your wordlist and which variables you expect OB to parse from it, and I will try to write the regex to do that.
-
@Ruri i have links for URLs that come like this
http://11.22.333.444:5555/get.php?username=heretheusername&password=herethepassword&type=whatever_whatever
http://heredomainname.net:1234/get.php?username=heretheusername&password=herethepassword&type=whatever_whateverthis will be come combo launched as Urls or whatever so how i set it in Environment.ini
-
And what do you want to grab from there? Just the username and password?
-
Because I'm assuming you want to parse the variables from it. If you instead want to use the whole thing as a single variable
<URL>
then just putVerify=False
in your environment.ini so it won't check if the regex matches an actual URL xD