Git Product home page Git Product logo

Comments (8)

M09Ic avatar M09Ic commented on August 24, 2024

gogo -F scan.txt_all_default_json.dat1 -o c 处理起来挺久的

处理大文件确实比较缓慢, 后续将会作为优化的重点.

另外能不能 -F 处理导出 ip:port 这种类型 或者导出excel表格之类的

-F 可以导出很多类型的文件 , gogo -F scan.txt_all_default_json.dat1 -o target 就是ip:port文件. 如果要通过管道传给其他工具, 建议加上-q (不输出日志). 如果要输出到文件则为gogo -F scan.txt_all_default_json.dat1 -o target -f target.txt

也支持导出到其他格式, -o 的值可以为 json(可再次作为-F的输入值), csv等. 或者是-o ip,port,frame 输出tab分割的多个值.

后续将会加急更新相关的文档.

from gogo.

okoling avatar okoling commented on August 24, 2024

可以边读边处理,大文件要等很久才能加载完
内置的格式有哪些文档还没,等一波文档~

from gogo.

M09Ic avatar M09Ic commented on August 24, 2024

如果是format到标准格式的场景下, 因为需要合并同ip下的多个端口, 因此只能先读全部文件再进行格式化.

之后默认格式考虑改为jsonlines格式, 这样非format的场景下, 可以边读边处理快速过滤出想要的结果.

from gogo.

okoling avatar okoling commented on August 24, 2024

gogo -F 1.txt --filter framework::http -o target -f target.txt 可以导出http类型的 但是没Scheme

怎么直接导出所有web服务、数据库服务这种

比如我想要一批识别出来的url

http://1.1.1.1:888
https://1.1.1.1:888

from gogo.

M09Ic avatar M09Ic commented on August 24, 2024

当前支持的格式在这里. https://github.com/chainreactors/parsers/blob/master/gogo.go#L88

如果要过滤出http协议, 需要指定--filter protocol::http

如果是需要url的话,需要指定 -o url

from gogo.

chainreactorbot avatar chainreactorbot commented on August 24, 2024

如果没有其他问题, 我就关闭这个issue了

from gogo.

okoling avatar okoling commented on August 24, 2024

完美~

from gogo.

okoling avatar okoling commented on August 24, 2024

gogo -F里面的443端口cert证书里的域名怎么批量导出来呢

from gogo.

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.