Create sub project
This commit is contained in:
24
target/classes/application.yml
Normal file
24
target/classes/application.yml
Normal file
@ -0,0 +1,24 @@
|
||||
#sms_activate_api_key: cd64e325c15813edc722867BB6171B94
|
||||
sms_activate_api_key: pPmJIKmh7RepulVySCPf
|
||||
|
||||
captcha_api_key: deeb0d134a47e88dffab6dc48a5a0906
|
||||
captcha_service_type: TWOCAPTCHA
|
||||
|
||||
retry_count: 3
|
||||
|
||||
use_proxy: true
|
||||
proxyLogin: MNj9l11mZZQA
|
||||
proxyPass: RNW78Fm5
|
||||
|
||||
use_vpn: false
|
||||
vpn_extension_path: extensions/vpn
|
||||
|
||||
|
||||
use_goodbyedpi: false
|
||||
goodbyedpi_path: scripts/goodbyedpi.cmd
|
||||
|
||||
sms_service: SMSACTIVATE
|
||||
account_count: 30
|
||||
delay_between_attempts: 5000
|
||||
|
||||
default_country: 0
|
BIN
target/classes/com/google/accountgen/CookieGenerator.class
Normal file
BIN
target/classes/com/google/accountgen/CookieGenerator.class
Normal file
Binary file not shown.
BIN
target/classes/com/google/accountgen/Task.class
Normal file
BIN
target/classes/com/google/accountgen/Task.class
Normal file
Binary file not shown.
BIN
target/classes/com/google/accountgen/account/AccountResult.class
Normal file
BIN
target/classes/com/google/accountgen/account/AccountResult.class
Normal file
Binary file not shown.
BIN
target/classes/com/google/accountgen/account/GoogleAccount.class
Normal file
BIN
target/classes/com/google/accountgen/account/GoogleAccount.class
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
target/classes/com/google/accountgen/account/UserData.class
Normal file
BIN
target/classes/com/google/accountgen/account/UserData.class
Normal file
Binary file not shown.
Binary file not shown.
BIN
target/classes/com/google/accountgen/captcha/CaptchaSolver.class
Normal file
BIN
target/classes/com/google/accountgen/captcha/CaptchaSolver.class
Normal file
Binary file not shown.
BIN
target/classes/com/google/accountgen/cookies/CookieManager.class
Normal file
BIN
target/classes/com/google/accountgen/cookies/CookieManager.class
Normal file
Binary file not shown.
BIN
target/classes/com/google/accountgen/proxy/ProxyManager.class
Normal file
BIN
target/classes/com/google/accountgen/proxy/ProxyManager.class
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
target/classes/com/google/accountgen/user/UserData$Gender.class
Normal file
BIN
target/classes/com/google/accountgen/user/UserData$Gender.class
Normal file
Binary file not shown.
BIN
target/classes/com/google/accountgen/user/UserData.class
Normal file
BIN
target/classes/com/google/accountgen/user/UserData.class
Normal file
Binary file not shown.
Binary file not shown.
21
target/classes/logback.xml
Normal file
21
target/classes/logback.xml
Normal file
@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<configuration>
|
||||
<appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender">
|
||||
<encoder>
|
||||
<pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n</pattern>
|
||||
</encoder>
|
||||
</appender>
|
||||
|
||||
<appender name="FILE" class="ch.qos.logback.core.FileAppender">
|
||||
<file>logs/google-account-generator.log</file>
|
||||
<append>true</append>
|
||||
<encoder>
|
||||
<pattern>%d{yyyy-MM-dd HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n</pattern>
|
||||
</encoder>
|
||||
</appender>
|
||||
|
||||
<root level="INFO">
|
||||
<appender-ref ref="CONSOLE" />
|
||||
<appender-ref ref="FILE" />
|
||||
</root>
|
||||
</configuration>
|
Reference in New Issue
Block a user