Skip to content

0xh7ml/URLxtract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

URLxtract

URLxtract

URLxtract is a tool designed to extract URLs from text files. It is simple to use and can handle large files efficiently.

Installation

To install URLxtract, clone the repository and install the required dependencies:

git clone https://github.com/0xh7ml/URLxtract.git
cd URLxtract
pip install -r requirements.txt
chmod +x urlxtract.py

Usage

URLxtract uses argparse to handle command-line arguments. Below is the usage information:

./urlxtract.py -f <input_file> --fqdn --uniq --silent
HELP:
-h, --help    show this help message and exit

INPUT:
-u , --url    single URL to extract domain from
-f , --file   file containing URLs to extract domains from

OUTPUT:
--fqdn        extract fully qualified domain names (FQDN)
--apex        extract apex (registered) domains
--uniq        only output unique domains

DEBUG:
--silent      silent mode

ToDo

  • Add extracting paths

Alternative Tools

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages