Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
domain-to-webapp — Bash脚本,通过Subfinder枚举子域名,解析IP地址,并识别托管在域名上的活跃Web应用程序,用于侦察和渗透测试。 | Kitploit
工具/GitHubGitHub/cyberblackhole/domain-to-webapp
侦察信息收集Web安全渗透测试子域名枚举
GitHubcyberblackhole/domain-to-webapp

domain-to-webapp

Bash脚本,通过Subfinder枚举子域名,解析IP地址,并识别托管在域名上的活跃Web应用程序,用于侦察和渗透测试。

查看仓库
5767年前尚未审核

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

domain-to-webapp

一个简单的 bash 脚本,用于查找托管在某个域中的 Web 应用程序

依赖要求

  • curl
  • Subfinder Docker 镜像

用法

root@kitploit:~

$./webAppChecker businesssolutions.com ./ouput_dir ./scope.txt
 ____                        _         _         __        __   _       _                
|  _ \  ___  _ __ ___   __ _(_)_ __   | |_ ___   \ \      / /__| |__   / \   _ __  _ __  
| | | |/ _ \| '_ ` _ \ / _` | | '_ \  | __/ _ \   \ \ /\ / / _ \ '_ \ / _ \ | '_ \| '_ \ 
| |_| | (_) | | | | | | (_| | | | | | | || (_) |   \ V  V /  __/ |_) / ___ \| |_) | |_) |
|____/ \___/|_| |_| |_|\__,_|_|_| |_|  \__\___/     \_/\_/ \___|_.__/_/   \_\ .__/| .__/ 
                                                                            |_|   |_|    
[+] Started subfinder for businesssolutions.com 
[!] Please be patient this might take while depending on the domain: businesssolutions.com 
[+] Successfully completed subfinder for businesssolutions.com
20www.businesssolutions.com
audit360.businesssolutions.com
autoconfig.us.businesssolutions.com
autodiscover.businesssolutions.com
careers.businesssolutions.com
confluence.businesssolutions.com
cpanel.businesssolutions.com
drupal.businesssolutions.com
exchange.businesssolutions.com
helpdesk.businesssolutions.com
incontrol.businesssolutions.com
it.businesssolutions.com
jira.businesssolutions.com
jiratest.businesssolutions.com
lyncdiscover.businesssolutions.com
mail.businesssolutions.com
pop.businesssolutions.com
sip.businesssolutions.com
supportng.businesssolutions.com
us.businesssolutions.com
webcast.businesssolutions.com
webdisk.businesssolutions.com
webmail.businesssolutions.com
www.businesssolutions.com
www.us.businesssolutions.com
www.webcast.businesssolutions.com

[+] IP Address Lookup Started for above sub-domains 
audit360.businesssolutions.com|5.66.93.6                                                 
autoconfig.us.businesssolutions.com|192.18.1.78                                               
autod.ms-acdc.office.com|4.10.17.56                                               
www2.jobdiva.com|17.25.125.13                                             
confluence.businesssolutions.com|1.22.169.63                                               
cpanel.businesssolutions.com|19.185.46.78                                               
helpdesk.businesssolutions.com|12.72.97.74                                                
incontrol.businesssolutions.com|13.17.69.79                                                
jira.businesssolutions.com|5.154.13.102                                              
jiratest.businesssolutions.com|1.22.205.62                                               

[+] Checking WebApplication for above sub-domains 
Online Domains Are:
https://autod.ms-acdc.office.com/owa/
https://incontrol.businesssolutions.com/
https://jira.businesssolutions.com/secure/Dashboard.jspa
https://jira.businesssolutions.com/secure/MyJiraHome.jspa
https://jiratest.businesssolutions.com/secure/Dashboard.jspa
https://jiratest.businesssolutions.com/secure/MyJiraHome.jspa
https://www.businesssolutions.com/
http://www.businesssolutions.com

28 total subdomains found
28 total subdomains in scope found
16 total webapps found
8 total webapps in scope found
8 total unique ips found
[+] Output saved to ./outpu_dir

致谢

  • Subfinder
下载工具