Coders Packet

Packets submitted by Suresh Mahto

Domain Subfinder using Python

Domain Subfinder Python script leveraging crt.sh API to find subdomains of a domain, aiding in reconnaissance for security assessments and bug bounty programs.

Suspicious URL Checker using Python

A Python package to check URL suspiciousness. It examines the URL's scheme, presence of IP address, and performs a HEAD request to verify accessibility.

Video2mp3 downloader from youtube video url using python

This Python script uses Pytube to download MP3 audio from a YouTube video provided by the user's input URL and saves it in the specified or current directory.