fuwi
Isekai Adventurer
2
MONTHS
2 2 MONTHS OF SERVICE
LEVEL 1
300 XP
OK, so let's suppose you got your hands on a great big combolist from Mega or whatever. It stands to reason that you'd want to crack some accounts with it and sure, you could just feed it to a cracker program and hit "Start" button but is this the best way to go about it?
See, chances are there's lots and lots of useless trash in this list and you'll be wasting lots of time, proxies and system resources for nothing. The smart way would be to clean the list first and that's what this tut gonna be about.
What you'll need:
Default:
Ctrl+F2 - toggle bookmark
Ctrl+Shift+F2- clear all bookmarks in document
Custom (recommended)
To add a custom shortcut press Ctrl+Q to open Quick Launch panel, search for the command you want to add shortcut for in the search field, highlight it in results and click "Keyboard Properties"
after that click the "Press new shortcut key" field, press the keys you want to use and click "Assign" then "OK"
Here's the ones I use:
Alt+Shift+D - delete bookmarked lines in document
Alt+Shift+C - copy bookmarked lines in document
Alt+Shift+Q - cut bookmarked lines in document
Alt+Shift+I - invert bookmarked lines in document
Alt+Shift+W - extract bookmarked lines in document to new document
Alt+Shift+[- extract bookmarked lines in this group to new document
Alt+Shift+] - clear all bookmarks in this group
Alt+Shift+\- delete all bookmarked lines in this group
Ctrl+Shift+- - delete duplicate lines
Ctrl+Shift+= - delete/bookmark duplicate lines (advanced)
Alt+Shift+A- sort A to Z
Alt+Shift+Z - sort Z to A (not really needed, just for symmetry)
Alt+Shift+= - sort longest to shortest
Alt+Shift+-- sort shortest to longest (also for symmetry)
Alt+Shift+R - sort randomly
OK, done with shortcuts, let's proceed to cleanup process.
First off you wanna check thread by Stella - some very useful tips there
Now, press Alt+Shift+= to sort all the lines from longest to shortest and go to the first line (either press Ctrl+G and jump to line 1 or highlight everything with Ctrl+A and hit PageUp). Usually you'll see that longest lines are pure trash like these for example:
Click someplace in the beginning, then press F8 and hold PageDown to scroll down till you see the lines of more reasonable size. The part you scrolled by should be highlighted now so just delete it.
If you still see a lot of lines containing this crap
it means you didn't scroll far enough. These are hashed and basically useless for our current purposes. Removing them is a pain but I'll show you a way to get rid of most of them by the end of the tut. Anyways just scroll down til lines like these are not prevalent.
OK, now the fun part begins.
Important note: the assumption is you're cleaning email:pass combolist. If it's user:pass one disregard all the parts dealing with @
First press Ctrl+H to summon Replace Panel. Make sure the "None" circle is marked like this:
First off you need to replace :: with :
Hit "Replace All" button till there's no such string left.
Now click "Regular Expressions" circle and replace ^www\. with empty space. This will remove www. at the start of the lines so that you won't have crap like this in your combo
It might also be a good idea to replace \:$ with empty space since : have no business hanging around the end of lines.
OK, now hit Ctrl+F to open Find Panel and again make sure the "None" circle is checked.
Now enter the following searches one by one into the "Find" field and hit "Bookmark" for every one:
:$HEX[
&
<
&#
These searches will pick up lots of trash.
Now click "Regular Expressions" circle and continue entering these searches:
[^\x00-\x7F]+ (lines with non-ASCII characters - mostly trash)
@.*?@.*?\. (lines with 2 email addresses in them - trash)
\:www\. (lines with URL instead of password - trash)
\:http (this will clear the rest of URL instead of password lines)
:.*?:(lines with 2 : in them - not strictly speaking trash, just dirty with usernames and stuff like that, don't bother)
^@ (lines staring with @ - trash)
\:.$ (one-letter passwords - trash)
For this last one add a dot between : and $ to mark 2-word passwords and so on, use as many dots as you consider necessary, I use up to 4.
You can also enter 32 dots to filter out the hashed passwords I talked about in the beginning but even better strategy would be deleting all the passwords up to 4 letters THEN keep adding a dot at a time bookmarking them til you reach 16 dots THEN inverting bookmarks and deleting the results.
In practice 16 letters is the longest password I even got a hit on so there's really no point in checking longer ones (same goes for emails longer than 40 letters).
Just make a macros for it (Macros -> Start/Stop Record), you'll save yourself a lot of time.
OK, now hit Alt+Shift+D to delete all the bookmarked lines and let's continue.
In the Find Panel (check "None" circle again) bookmark all the lines with @ then hit Alt+Shift+I to invert bookmarks and hit Alt+Shift+D again. This will get rid of all the lines without @ (these are not valid email:pass combos).
Now repeat but with : instead of @. This will remove all the lines without delimiter (again, not valid).
You've cleaned quite a bit but we're not done yet. Now it's time to remove duplicates. Hit Ctrl+Shift+= and check "Ignore Case" box in the pop-up window and hit "Bookmark"
After that hit Alt+Shift+D again to delete the bookmarks.
Almost there pal. Now you need to hit Alt+Shift+R a couple times to randomize your lines (always do that) and yeah, we're pretty much done - now your combolist looks way better than it used to.
I'm gonna add and correct stuff if I think of something else useful
Input from more technically gifted people would also be appreciated - DM me your suggestions or write stuff in the comments and I'll add them to the post.
So yeah, that's my first tut, hope you'll find something useful in it. Enjoy and don't leech!
See, chances are there's lots and lots of useless trash in this list and you'll be wasting lots of time, proxies and system resources for nothing. The smart way would be to clean the list first and that's what this tut gonna be about.
What you'll need:
- EmEditor (check this thread by Stella)
- Hands
- Brains
Default:
Ctrl+F2 - toggle bookmark
Ctrl+Shift+F2- clear all bookmarks in document
Custom (recommended)
To add a custom shortcut press Ctrl+Q to open Quick Launch panel, search for the command you want to add shortcut for in the search field, highlight it in results and click "Keyboard Properties"
after that click the "Press new shortcut key" field, press the keys you want to use and click "Assign" then "OK"
Here's the ones I use:
Alt+Shift+D - delete bookmarked lines in document
Alt+Shift+C - copy bookmarked lines in document
Alt+Shift+Q - cut bookmarked lines in document
Alt+Shift+I - invert bookmarked lines in document
Alt+Shift+W - extract bookmarked lines in document to new document
Alt+Shift+[- extract bookmarked lines in this group to new document
Alt+Shift+] - clear all bookmarks in this group
Alt+Shift+\- delete all bookmarked lines in this group
Ctrl+Shift+- - delete duplicate lines
Ctrl+Shift+= - delete/bookmark duplicate lines (advanced)
Alt+Shift+A- sort A to Z
Alt+Shift+Z - sort Z to A (not really needed, just for symmetry)
Alt+Shift+= - sort longest to shortest
Alt+Shift+-- sort shortest to longest (also for symmetry)
Alt+Shift+R - sort randomly
OK, done with shortcuts, let's proceed to cleanup process.
First off you wanna check thread by Stella - some very useful tips there
Now, press Alt+Shift+= to sort all the lines from longest to shortest and go to the first line (either press Ctrl+G and jump to line 1 or highlight everything with Ctrl+A and hit PageUp). Usually you'll see that longest lines are pure trash like these for example:
Code:
[email protected]:[email protected]:[email protected]@[email protected]@eani312@
nilesh_veer:[email protected]@
If you still see a lot of lines containing this crap
Code:
6068fa7a4b624cfb742ae43720700ca6
OK, now the fun part begins.
Important note: the assumption is you're cleaning email:pass combolist. If it's user:pass one disregard all the parts dealing with @
First press Ctrl+H to summon Replace Panel. Make sure the "None" circle is marked like this:
First off you need to replace :: with :
Hit "Replace All" button till there's no such string left.
Now click "Regular Expressions" circle and replace ^www\. with empty space. This will remove www. at the start of the lines so that you won't have crap like this in your combo
Code:
[email protected]:a123456
OK, now hit Ctrl+F to open Find Panel and again make sure the "None" circle is checked.
Now enter the following searches one by one into the "Find" field and hit "Bookmark" for every one:
:$HEX[
&
<
&#
These searches will pick up lots of trash.
Now click "Regular Expressions" circle and continue entering these searches:
[^\x00-\x7F]+ (lines with non-ASCII characters - mostly trash)
@.*?@.*?\. (lines with 2 email addresses in them - trash)
\:www\. (lines with URL instead of password - trash)
\:http (this will clear the rest of URL instead of password lines)
:.*?:(lines with 2 : in them - not strictly speaking trash, just dirty with usernames and stuff like that, don't bother)
^@ (lines staring with @ - trash)
\:.$ (one-letter passwords - trash)
For this last one add a dot between : and $ to mark 2-word passwords and so on, use as many dots as you consider necessary, I use up to 4.
You can also enter 32 dots to filter out the hashed passwords I talked about in the beginning but even better strategy would be deleting all the passwords up to 4 letters THEN keep adding a dot at a time bookmarking them til you reach 16 dots THEN inverting bookmarks and deleting the results.
In practice 16 letters is the longest password I even got a hit on so there's really no point in checking longer ones (same goes for emails longer than 40 letters).
Just make a macros for it (Macros -> Start/Stop Record), you'll save yourself a lot of time.
OK, now hit Alt+Shift+D to delete all the bookmarked lines and let's continue.
In the Find Panel (check "None" circle again) bookmark all the lines with @ then hit Alt+Shift+I to invert bookmarks and hit Alt+Shift+D again. This will get rid of all the lines without @ (these are not valid email:pass combos).
Now repeat but with : instead of @. This will remove all the lines without delimiter (again, not valid).
You've cleaned quite a bit but we're not done yet. Now it's time to remove duplicates. Hit Ctrl+Shift+= and check "Ignore Case" box in the pop-up window and hit "Bookmark"
After that hit Alt+Shift+D again to delete the bookmarks.
Almost there pal. Now you need to hit Alt+Shift+R a couple times to randomize your lines (always do that) and yeah, we're pretty much done - now your combolist looks way better than it used to.
I'm gonna add and correct stuff if I think of something else useful
Input from more technically gifted people would also be appreciated - DM me your suggestions or write stuff in the comments and I'll add them to the post.
So yeah, that's my first tut, hope you'll find something useful in it. Enjoy and don't leech!