Trying To Use USER:PASS:EMAIL Wordlist
-
As the title states, I'm trying to use a USER:PASS:EMAIL combo,
but it won't work.When using the config in config maker, it works perfectly fine!
Every combo is a hit, but when loaded in the runner, it doesn't
work anymore. Every combo is a failure.Here's my enviroment.ini code that I'm using:
[WLTYPE]
Name=Credentials
Regex=^.+:.+:[email protected]+..+$
Verify=True
Separator=:
Slices=USER,PASS,EMAILAnd yes, I made sure to select "credentials" for the wordlist.
Am I doing anything wrong? Is there anyway I can check what's happening with failures in the runner?
-
At the end of the debugger log there should be a warning like "your data didn't match the regex". If that happens, it means you're doing something wrong.
-
@Ruri
It's just showing fail for my keycheck (which verifies the combo worked)As I said, in the config maker it works without issues. Every combo passes
with success. It's only in the main runner that I'm having issues.
-
You deleted the old Credentials WLTYPE right? Or you have both? And did you make sure to not leave leading or trailing whitespaces before the WLTYPE declaration in the .ini? It causes issues sometimes.
-
@Ruri
I modified the current one, so there's only one WLTYPE for credentials. I just double checked, and there are no leading, white spaces, or trails.
-
Can you set Verify to false and see if it still splits the slices correctly?
-
Yes I can! One moment!
-
Yes, it's still splitting the slices correctly with verify set to false
-
Can you use it with Verify=false then? Does it work in runner?
-
It still does not work in the main runner. Still works in the config creator though!
-
@TrillyReign
Do you just have a bad start on your wordlist in the runner check your progress bar
-
-
It doesn't show the runner having any issues with the wordlist, such as a wrong starting point. I still tried the solution, and test with 3 different wordlist. All of them were being submitted correctly, as well as, slices are working correctly.
Still the main runner is having issues.
-
@TrillyReign
The runner has no problem he can accept a lot of formats. Can you see the type of your wordlist in "Wordlists" also you see the type in the debugger?
-
Yes, it says it's a credential wordlist in both
-
@TrillyReign and in the debugger when you do your test you see exactly in the post data of the source of the page USER:PASS:EMAIL
-
The post data is {"username":"<USER>","password":"<PASS>","password2":"<PASS>","email":"<EMAIL>","email2":"<EMAIL>"}
It shows that it handles it correctly, when in the config maker, putting the data where it correctly goes for the post data, and working for the rest of the config.
To clarify, password2, and email2, are suppose to be the same has password1, and email1.
-
@TrillyReign
Alright I see I will try to see her tomorrow if no one answers you by then and bro you use the last version?
-
Of course! V1.2.2! and thank you for the help! I'm still trying to find a solution as well
-
I think that:
launch the runner with a simple MailPass configuration
and see what gives it because normally in the post data its should replace by itself
you shouldn't have a problem even if there are multiple USERs knowing that you told me that << To clarify, password2, and email2, are suppose to be the same has password1, and email1. >>
So I think you shouldn't have a problem if it's the same
@TrillyReign try and could you show me in private the format of your list