Jump to content
UBot Underground

How to catch this password using regex


Recommended Posts

Thanks but "password: \w+" selects first mention of "password" which is in text "You may now log in using the following username and password:"

 

So final output of this regex is:

 

password: username

 

 

What regex should I use to select second mention of password which is the actual password and also, select the actual password only (I mean to remove "password:" in the output and select characters which are followed by word password: )

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...