Skip to content

How to extract from an email url and continue registration

How to extract from an email url and continue registration (wordpress article)

Comments

  • SvenSven www.GSA-Online.de
    thats done via the "verify by=email" statement in the script. SER extracts all verification links, opens them, and also extracts other data defined in the script.
  • How register on this site - https://mosrobotics.ru/wp-login.php?action=register

    it does not work

    [REGISTER_STEP1]
    find link=Sign up|Login|Register|Sign In/Create Account|*Sign In*|*Register*
    find url=*/wp-login.php?action=register|*?action=register|*/wp-login.php*
    alternative url=/wp-login.php?action=register
    just download=1


    verify submission=1
    verify by=email
    verify interval=30
    verify timeout=60
    first verify=5
    verify on unknown status=1


    user_login=%login%
    user_email=%your e-mail%


    [REGISTER_STEP2]
    modify url=%emailurl%
    just download=1

    form id=resetpassform
    form name=registerform*

    submit success=Your password has been reset.

    pass1-text=%password%

    seconds to wait before submission=%random-5-10%
  • SvenSven www.GSA-Online.de
    hmm no, thats not working. The email verification can only happen after a full registration done. The REGISTER_STEP2 can not know the %emailurl% at all.
    If you want to save the link and later use on the first login, then see scripts like "Drupal - Blog.ini" where the extracted link from the email is used on the LOGIN_STEP1.
  • GSA cant submit 1-st form (user_email=%your e-mail%)?
  • SvenSven www.GSA-Online.de
    No, as exlained above, the verification process happens at the end of the registration.
  • 12:45:08: [+] 14/77 matches engine Wdpress - https://css-tricks.com
    12:45:08: [+] 14/77 new URL - https://css-tricks.com/wp-login.php?action=register
    12:45:08: [!] SCRIPT ERROR - email verification used but no email submitted!
  •  8-) 
  • SvenSven www.GSA-Online.de
    if the script does still look as in original post, then indeed it will not have any email used for form submission as you didn't have that defined.
Sign In or Register to comment.