├── LICENSE ├── README.md ├── dns_integrations.yaml ├── modules ├── dns_utils.py ├── reporting.py └── web_analysis.py ├── requirements.txt └── saas_enum.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HackingLZ/saas_enum/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HackingLZ/saas_enum/HEAD/README.md -------------------------------------------------------------------------------- /dns_integrations.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HackingLZ/saas_enum/HEAD/dns_integrations.yaml -------------------------------------------------------------------------------- /modules/dns_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HackingLZ/saas_enum/HEAD/modules/dns_utils.py -------------------------------------------------------------------------------- /modules/reporting.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HackingLZ/saas_enum/HEAD/modules/reporting.py -------------------------------------------------------------------------------- /modules/web_analysis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HackingLZ/saas_enum/HEAD/modules/web_analysis.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HackingLZ/saas_enum/HEAD/requirements.txt -------------------------------------------------------------------------------- /saas_enum.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HackingLZ/saas_enum/HEAD/saas_enum.py --------------------------------------------------------------------------------