Skip to content

Instantly share code, notes, and snippets.

@Likhithsai2580
Likhithsai2580 / information_gathering.py
Created December 27, 2024 14:38
This tool is a comprehensive and automated solution for gathering extensive information about a target domain and URL. It integrates multiple external tools and libraries to perform tasks such as subdomain enumeration, technology stack identification, SSL/TLS certificate retrieval, service and version detection, directory scanning, vulnerability…
import os
import subprocess
import requests
from bs4 import BeautifulSoup
import whois
import dns.resolver
import logging
import json
from concurrent.futures import ThreadPoolExecutor, as_completed
from termcolor import colored