DNSExplorer
dns_explorer is toolset for checking DNS.
Developed in python code.
The README is used to introduce the modules and provide instructions on how to install the modules, any machine dependencies it may have and any other information that should be provided before the modules are installed.
Table of Contents
Used next development environment
Currently there are three ways to install package
dns_explorer is located at pypi.org.
You can install by using pip
# python3
pip3 install dns_explorer
Navigate to release page download and extract release archive.
To install dns_explorer type the following
tar xvzf dns_explorer-x.y.z.tar.gz
cd dns_explorer-x.y.z/
# python3
wget https://bootstrap.pypa.io/get-pip.py
python3 get-pip.py
python3 -m pip install --upgrade setuptools
python3 -m pip install --upgrade pip
python3 -m pip install --upgrade build
pip3 install -r requirements.txt
python3 -m build --no-isolation --wheel
pip3 install ./dist/dns_explorer-*-py3-none-any.whl
rm -f get-pip.py
chmod 755 /usr/local/lib/python3.10/dist-packages/usr/local/bin/dns_explorer_run.py
ln -s /usr/local/lib/python3.10/dist-packages/usr/local/bin/dns_explorer_run.py /usr/local/bin/dns_explorer_run.py
Navigate to release page download and extract release archive.
To install dns_explorer locate and run setup.py with arguments
tar xvzf dns_explorer-x.y.z.tar.gz
cd dns_explorer-x.y.z
# python3
pip3 install -r requirements.txt
python3 setup.py install_lib
python3 setup.py install_egg_info
You can use Dockerfile to create image/container.
dns_explorer requires next modules and libraries
dns_explorer is based on OOP.
Tool structure
dns_explorer/
├── conf/
│ ├── dns_explorer.cfg
│ ├── dns_explorer.logo
│ ├── dns_explorer_util.cfg
│ └── subdomains.yaml
├── __init__.py
├── log/
│ └── dns_explorer.log
├── pro/
│ └── __init__.py
├── py.typed
└── run/
└── dns_explorer_run.py
5 directories, 9 files
Name | Stmts | Miss | Cover |
---|---|---|---|
dns_explorer/__init__.py |
61 | 9 | 85% |
dns_explorer/pro/__init__.py |
96 | 12 | 88% |
Total | 157 | 21 | 87% |
More documentation and info at
Copyright (C) 2024 by vroncevic.github.io/dns_explorer
dns_explorer is free software; you can redistribute it and/or modify it under the same terms as Python itself, either Python version 3.x or, at your option, any later version of Python 3 you may have available.
Lets help and support PSF.