subdomain_shell icon indicating copy to clipboard operation
subdomain_shell copied to clipboard

一键调用subfinder+ksubdomain+httpx 强强联合 从域名发现-->域名验证-->获取域名标题、状态码以及响应大小 最后保存结果,简化重复操作命令

Results 9 subdomain_shell issues
Sort by recently updated
recently updated
newest added

抱歉,windows的处理麻烦 暂时不考虑 _Originally posted by @Mr-xn in https://github.com/Mr-xn/subdomain_shell/issues/2#issuecomment-882018963_

不能保存结果 添加了权限chmod 777 * cat: tmp.txt: No such file or directory [+] 没有获取到域名 的任何有效域名!

如果先执行subfinder扫描,然后ksubdomain验证的话,会丢失一些内网IP访问的域名,subfinder貌似没办法爆破内网部署的域名,就没办法hosts碰撞了。建议改一下前后顺序~

![image](https://github.com/Mr-xn/subdomain_shell/assets/92916343/f7f00899-0e4d-42d5-8527-dea359ac41ab)

师傅你好,请问下执行httpx的时候报这个错误遇到过吗,是什么情况, Use with caution. You are responsible for your actions. Developers assume no liability and are not responsible for any misuse or damage. [FTL] Could not create httpx instance: could...

Hi, i need your help because after showing it all subdomain i got stuck right here ![subd](https://github.com/Mr-xn/subdomain_shell/assets/54431644/d03c566c-24d7-4b96-8f6c-bd5de5813086)

原本脚本是直接导出到当前目录,时间久了也不方便删除,修改后直接导出到当前目录的output下 粗糙改造 ` 17 # 创建域名文件夹 18 if [ ! -d 'output/'${domain} ];then 19 mkdir 'output/'${domain} 22 # 子域名文件 23 sub_file='output/'${domain}'/'${domain}'_sub.txt' 24 # 验证结果文件 25 sub_file_ok='output/'${domain}'/'${domain}'_sub_ok.txt' 26 # 各个域名对应标题、状态吗等信息文件 27...