Skip to content
KitploitKITPLOIT
OutilsBlog
Soumettre
OutilsBlog
Soumettre

Outils de Hacking, PenTest et Cybersécurité pour votre Arsenal de Sécurité !

Kitploit est un répertoire d'outils de hacking, de cybersécurité et de pentesting. Découvrez les dernières mises à jour des projets pour trouver des vulnérabilités, analyser des systèmes, automatiser les tests et renforcer votre sécurité.

··Flux·Contact·Confidentialité·© 2026 Kitploit

Répertoire d'outils

Catégories

Voir toutes les catégories
Loading categories
Outils/GitHubGitHub/cyberblackhole/domain-to-webapp
ReconnaissanceCollecte d'InformationsSécurité WebTests d'IntrusionÉnumération de Sous-domaines
GitHubcyberblackhole/domain-to-webapp

domain-to-webapp

Script Bash qui énumère les sous-domaines via Subfinder, résout les adresses IP et identifie les applications web actives hébergées sur un domaine pour la reconnaissance et les tests d'intrusion.

Populaires

Voir tout →

Découvrez les outils les plus utilisés par notre communauté.

Explorer tous les outils

Parcourez notre collection d'outils

Voir tous les outils →
Partager
Voir le dépôt
57il y a 7 ansPas encore vérifié

domain-to-webapp

Un simple script bash pour trouver des applications web hébergées dans un domaine

Prérequis

  • curl
  • Image Docker de Subfinder

Utilisation

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

Remerciements

  • Subfinder
Télécharger l’outil