Giter Site home page Giter Site logo

Comments (5)

coffeehb avatar coffeehb commented on August 23, 2024

Run.py 漏掉了w13scan启动

from bayonet.

coffeehb avatar coffeehb commented on August 23, 2024

Chromium的Run.py目测是有bug,不知道引入flag做什么默认为False,但是我觉得这里应该是下面这样修改才对

def ReadUrl():
    # 刷新缓存
    DB.session.commit()

    '''读取url任务, 一次读取一条记录'''
    sql_url = SrcUrls.query.filter(SrcUrls.flag == False).first()
    return sql_url

def WriteUrl(sql_url):
    '''修改爬虫任务状态'''
    sql_url.flag = True
    sql_url.reptile = True

from bayonet.

coffeehb avatar coffeehb commented on August 23, 2024

over了,达到我预期的效果了。感谢无私的开源精神~

from bayonet.

CTF-MissFeng avatar CTF-MissFeng commented on August 23, 2024

over了,达到我预期的效果了。感谢无私的开源精神〜

好的,缓存刷新可以加上,w13scan因为没有集合到一个包中,所以需要单独启用,但是也不推荐一个脚本启用多个进程,还是推荐独立开启。Chromium中的flag用于是否扫描,初始值为flase,web页面提交任务为true,任务完成在设置为false,这样是为了同一URL进行二次扫描。目前项目还有很多bug,欢迎提交和想法,一起维护这个项目

from bayonet.

coffeehb avatar coffeehb commented on August 23, 2024

明白,看来“web页面提交任务的功能正在开发中~ 期待

from bayonet.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.