Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
domain-to-webapp — Bash script that enumerates subdomains via Subfinder, resolves IPs, and identifies live web applications hosted on a domain for reconnaissance and penetration testing. | Kitploit
Tools/GitHubGitHub/cyberblackhole/domain-to-webapp
ReconnaissanceInformation GatheringWeb SecurityPenetration TestingSubdomain Enumeration
GitHubcyberblackhole/domain-to-webapp

domain-to-webapp

Bash script that enumerates subdomains via Subfinder, resolves IPs, and identifies live web applications hosted on a domain for reconnaissance and penetration testing.

View Repository

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
577 years agoNot yet reviewed

domain-to-webapp

A simple bash script for finding web application hosted within a domain

Requirements

  • curl
  • Subfinder docker image

Usage

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

Thanks to

  • Subfinder
Download Tool