Introducing Post Data

Hi
I am doing a config in OB2 for the first time and I have problems with what I have to enter in the Post Data, specifically with the USER and PASS values. According to an internet user, they must be replaced by <input.USER> and <input.PASS> but it does not work correctly in the format of specifying a fixed input. In the other 2 formats the complete log gives an error. A solution to solve the problem is appreciated.

Thanks for the explanation but it still doesn’t work for me because what I want to enter is an EMAIL: PASSWORD in addition to a capture called CAPT.
In the Environment.ini file I have:

[WORDLIST TYPE]
Name = EmailPass
Regex = ^. *:. * $
Verify = True
Separator =:
Slices = EMAIL, PASSWORD

Hi,

You can use “credential”. You must use “input.USERNAME” and “input.PASSWORD” if your environment.ini contains:
[WORDLIST TYPE]
Name = Credentials
Regex = ^. *:. * $
Verify = True
Separator =:
Slices = USERNAME, PASSWORD
If your list is of type MAIL: PASS it works without problem.
Don’t forget to define in “setting” that you want to use a worldlist of type “credential”

I’m not on forum as often but this question has been asked over & over. @Ruri the search bar not working ? Just asking.

Working perfectly, people just don’t bother to use it xD

1 Like

Thanks to all but I have already solved the problem after when I had already made my second comment.