THE FORUM IS IN READ-ONLY MODE
Weird Problem
-
Guys how can i prevent this ?
I did post data to target website but doesn't load my current username or password
It accepts my <TOKEN> though, the only problem is with <USER> and <PASS>
-
Look in your Logs, scroll up till you see the postdata from the URL at the blue text. If it stills contains <PASS> instead of your data password it means that your Enviroment file probably bugged
-
samething happen to me
-
true bro it was the Enviroment the ones it come with fuck up use the old one u should be good
-
Why can't everyone just learn how the Environment works once and for all and the motivation behind the official Environment file? Smh
-
This post is deleted!
-
@AntiDDOS , Indeed I checked that first to be sure and it was the same
@Ruri , Will you be kind and give us a tip ? In the same Input I type <Token> (my parsed variable) and <USER>, Token's content was recognized but <USER> was still <USER> even though I had my Data filled with a USER:PASS
-
It appears like by adding the following lines to the first of "Environment.ini" file, problem gets fixed
[WLTYPE]
Name=MailPass
Regex=^[email protected]:.*$
Verify=True
Separator=:
Slices=USER,PASSBut why did it change in the first place ?
-
It never changed it has always been like this.