you'll need editor like notepad ++
THIS tutorial will be useful if you don't have any Combo editor
First of all you need to have EmEditor or Notepad++ or any editor which supports regex replacing.
Download EmEditor from below link if not having already
https://www.emeditor.com/download/
Now paste any EmailPass combo you want to convert to UserPass in EmEditor.
Go to Search -> Replace and paste below regex as shown in image.
@[A-Za-z0-9.-]+\.[A-Za-z]{2,4}\b
Click Replace all and boom your EmailPass Combo is Converted to UserPass
LIKE if this tutorial helps you
THIS tutorial will be useful if you don't have any Combo editor
[ Hidden Content! ]
First of all you need to have EmEditor or Notepad++ or any editor which supports regex replacing.
Download EmEditor from below link if not having already
https://www.emeditor.com/download/
Now paste any EmailPass combo you want to convert to UserPass in EmEditor.
Go to Search -> Replace and paste below regex as shown in image.
@[A-Za-z0-9.-]+\.[A-Za-z]{2,4}\b
Click Replace all and boom your EmailPass Combo is Converted to UserPass