https://github.com/maldevel/nsl00kup
Query the Domain Name System (DNS)
https://github.com/maldevel/nsl00kup
Last synced: 9 months ago
JSON representation
Query the Domain Name System (DNS)
- Host: GitHub
- URL: https://github.com/maldevel/nsl00kup
- Owner: maldevel
- License: gpl-3.0
- Created: 2016-05-25T12:30:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-25T12:50:01.000Z (over 9 years ago)
- Last Synced: 2025-04-10T23:03:25.646Z (9 months ago)
- Language: Python
- Size: 16.6 KB
- Stars: 7
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
EmailHarvester
====
* A tool for querying the Domain Name System (DNS)
* Check the [License](https://github.com/maldevel/nsl00kup/blob/master/LICENSE)
Requirements
=====
* Python 2.x
* termcolor
* colorama
* dnspython
Download/Installation
====
* git clone https://github.com/maldevel/nsl00kup
* pip install -r requirements.txt --user
Usage
=====
```
usage: nsl00kup.py [-h] [-d DOMAIN] [-t RECORD_TYPE] [-s SERVER]
_ ___ ___ _
| |/ _ \ / _ \| |
_ __ ___| | | | | | | | | ___ _ _ __
| '_ \/ __| | | | | | | | |/ / | | | '_ \
| | | \__ \ | |_| | |_| | <| |_| | |_) |
|_| |_|___/_|\___/ \___/|_|\__\__,_| .__/
| |
|_|
A tool for querying the Domain Name System (DNS) | @maldevel
Version: 0.1
optional arguments:
-h, --help show this help message and exit
-d DOMAIN, --domain DOMAIN
Select a Host/Domain.
-t RECORD_TYPE, --type RECORD_TYPE
Select a DNS record type.
-s SERVER, --server SERVER
Select a DNS server. (default: 8.8.8.8)
```
Examples
=====
**MX records**
* ./nsl00kup.py -d example.com -t MX
**SOA**
* ./nsl00kup.py -d example.com -t SOA -s 8.8.4.4