Skip to content

Instantly share code, notes, and snippets.

View Likhithsai2580's full-sized avatar
🎯
Focusing

Likhith Sai Seemala Likhithsai2580

🎯
Focusing
View GitHub Profile
/*
* cve-2009-1185.c
*
* udev < 141 Local Privilege Escalation Exploit
* Jon Oberheide <jon@oberheide.org>
* http://jon.oberheide.org
*
* Information:
*
* http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-1185
@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