Looking for a Twitter Checker Tool! [Source Code included]
Requirements:
1. Input files:
- proxies.txt (List of proxies in one of the following formats: user:pass@ip:port or ip:port:user:pass)
- combos.txt (List of combinations of email and password, with delimiter ':')
2. The main logic
- Checking each line of combos.txt with random proxy from proxies.txt if it's a valid twitter login, and logging in the accounts to get all parameters from the logged in session.
- After logging in, to change the password of the account.
- The end result needs to be valid login session for web (the new session after changing the password).
- Saving each checked line from combos.txt into some output file, so if the tool is restarted, it can continue from where it stopped before and ignore the previously checked lines
3. Output:
- The final output for each successfully logged in account should be the following:
USERNAME : PASSWORD : EMAIL : PHONE : CT0(CSRF) : AUTH_TOKEN : NUMBER_OF_FOLLOWERS
If the account is not phone verified for example, then in the PHONE, the cracker should put the string "NULL"
- Also accounts should be split into different output files depending on multiple parameters
- If the account is blue verified, it should go into one output file
- If the account is gold verified, it should go into another output file
- If the account is gold affiliate verified, it should go into third output file
- If the accounts has more than 1000 followers, goes into fourth file
- And the rest all goes into fifth file.
4. Validity
- The accounts that are logged in, not to be restricted/suspended in the process of logging in.
1m
Contact me through DM , scammers go away
Requirements:
1. Input files:
- proxies.txt (List of proxies in one of the following formats: user:pass@ip:port or ip:port:user:pass)
- combos.txt (List of combinations of email and password, with delimiter ':')
2. The main logic
- Checking each line of combos.txt with random proxy from proxies.txt if it's a valid twitter login, and logging in the accounts to get all parameters from the logged in session.
- After logging in, to change the password of the account.
- The end result needs to be valid login session for web (the new session after changing the password).
- Saving each checked line from combos.txt into some output file, so if the tool is restarted, it can continue from where it stopped before and ignore the previously checked lines
3. Output:
- The final output for each successfully logged in account should be the following:
USERNAME : PASSWORD : EMAIL : PHONE : CT0(CSRF) : AUTH_TOKEN : NUMBER_OF_FOLLOWERS
If the account is not phone verified for example, then in the PHONE, the cracker should put the string "NULL"
- Also accounts should be split into different output files depending on multiple parameters
- If the account is blue verified, it should go into one output file
- If the account is gold verified, it should go into another output file
- If the account is gold affiliate verified, it should go into third output file
- If the accounts has more than 1000 followers, goes into fourth file
- And the rest all goes into fifth file.
4. Validity
- The accounts that are logged in, not to be restricted/suspended in the process of logging in.
1m
Contact me through DM , scammers go away