Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

获取用户id也作为默认任务执行,还有关于创始人爆破 #9

Open
code-scan opened this issue Sep 26, 2015 · 1 comment

Comments

@code-scan
Copy link
Owner

获取robots之后就获取user 默认从1-20,单线程多线程都行,然后获取首页插件,然后fuzz插件,爆破创始人加俩个参数 path 和dic 分别是ucserver的路径和字典的路径,如果爆破uc就不执行其他任务了就单独运行爆破就好了 输出就采用上一个issue中的stdout那种格式

@code-scan
Copy link
Owner Author

爆破创始人之前先通过

def testucserver(): 
  try: 
    requests.get(ucapi+'/index.php?m=app&a=ucinfo') 
    if 'UC_STATUS_OK' in r.text:  
      return True 
  except: 
    pass 
  return False 

进行验证

输出格式如下,倒是可以提取版本进行输出
image

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant