Skip to content

Commit

Permalink
🐞 fix: sock4
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenEthan committed Jul 7, 2022
1 parent c364fb0 commit dac020e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion smsboom.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def run(thread: int, phone: Union[str, tuple], frequency: int, interval: int, en
# 此處代碼邏輯有問題,如果 _proxy 為空就不會啓動轟炸,必須有東西才行
for proxy in _proxies:
logger.success(f"第{i}波轰炸 - 当前正在使用代理:" +
proxy['all://'] + " 进行轰炸...") if enable_proxy else logger.success(f"第{i}波开始轰炸...")
proxy['all://'] + " 进行轰炸...") if enable_proxy else logger.success(f"第{i}波开始轰炸...")
# 不可用的代理或API过多可能会影响轰炸效果
for api in _api:
pool.submit(reqFuncByProxy, api, phone, proxy) if enable_proxy else pool.submit(
Expand Down
1 change: 1 addition & 0 deletions socks4_proxy.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
127.0.0.1:10810

0 comments on commit dac020e

Please sign in to comment.