Just tried it out. Works a lot better than the janky API scraper I made in python does

Also I like the addition to chose inactive accounts.
Few questions/suggestes:
1.) The naming conventions for the output texts are a bit confusing, especially if you are scraping multiple regions. Would it be possible to make it do like
NA 1-10000.txt if you scraped 1 - 10000 on the NA server? etc. It seems like, currently, a scrape on NA from 1-10000 would be put in a text file named "
ScrapeResult - 1.txt"
2.) When it's done running will it close automatically or should I manually close it?
3.) What is the criteria to mark an account inactive?
Either way, works great. Super fast with all my keys. Thanks.
Quote:
Originally Posted by loufei
Does it generate only username1, username2 etc. or makes combo list username1:username1 ?
Okay, anyone knows how to convert these usernames into combos?
|
I have a combolist converter that supports password list with a variable for usernames, so you can make a list like..
Code:
username:username
username:username1
username:username12
username:username123
username:password1
username:abc123
etc..
With just a username list, might post it soon.