GithubHelp home page GithubHelp logo

Comments (5)

starnightcyber avatar starnightcyber commented on July 28, 2024

在大佬的工作基础上,我删除了一些复杂的代码,并添加了相应的注释,使得代码看起来更加简单明了,程序运行的速度更快,而且能找到更多有效的子域名(虽然很多是解析到同一个ip, 但确实是有效的域名,当然也没有一一检测)。
烦请大佬有空的时候帮忙指导一下:https://github.com/starnightcyber/findSubDomains
下面是猜解qq.com最终的运行结果:[二级子域名]
4265 subnames found in total
Results are saved to threes files starts with ['qq.com']
Program running 951.4 seconds

from subdomainsbrute.

lijiejie avatar lijiejie commented on July 28, 2024

赞,我今天抽空先试用和对比一下。

from subdomainsbrute.

lijiejie avatar lijiejie commented on July 28, 2024

把去重的部分修改了吗?

$ awk -F "\t" '{print $2}' qq.com.txt |sort|uniq|wc -l
508

我看这个qq.com.txt, * 3大概也是 1500的域名

from subdomainsbrute.

starnightcyber avatar starnightcyber commented on July 28, 2024

qq.com.txt 文件中保存的是子域名和ip, 您上面给的去重是对ip地址去重,我确实没有对ip进行去重(我后面再改下),您将2->1 试试, 哪些是放在set()里面的子域名,应该不存在重复项。

from subdomainsbrute.

lijiejie avatar lijiejie commented on July 28, 2024

感谢 @starnightcyber 你可以再参考一下新的版本,做一些改进

from subdomainsbrute.

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.