Skip to main content

Python package for dns exploration

Project description

DNS explorer

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.

dns_explorer python checker dns_explorer package checker GitHub issues open GitHub contributors

Table of Contents

Installation

Used next development environment

debian linux os

dns_explorer python3 build

Currently there are three ways to install package

  • Install process based on using pip mechanism
  • Install process based on build mechanism
  • Install process based on setup.py mechanism
  • Install process based on docker mechanism
Install using pip

dns_explorer is located at pypi.org.

You can install by using pip

# python3
pip3 install dns_explorer
Install using build

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
Install using py setup

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
Install using docker

You can use Dockerfile to create image/container.

Dependencies

dns_explorer requires next modules and libraries

Tool structure

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
         └── run/
             └── dns_explorer_run.py
    
    5 directories, 8 files

Docs

Documentation Status

More documentation and info at

Contributing

Contributing to dns_explorer

Copyright and licence

License: GPL v3 License

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.

Python Software Foundation

Donate

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dns_explorer-1.0.1.tar.gz (22.4 kB view hashes)

Uploaded Source

Built Distribution

dns_explorer-1.0.1-py3-none-any.whl (23.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page