N4xD0rk 子域名查询

华盟原创文章投稿奖励计划

工具下载


您可以通过克隆GitHub存储库下载最新版本的N4xD0rk:

git clone https://github.com/n4xh4ck5/N4xD0rk.git

通过pip安装依赖项:

pip install -r requirements.txt

要正确安装phantomJS,请执行以下步骤:

Linux (Debian, Ubuntu, Kali)

apt-get update && apt-get install phantomjs

Linux (other distributions)

Get the latest phantomjs program. The current version was 2.1.1 at the time of writing this tutorial.

http://phantomjs.org/download.html

https://bitbucket.org/ariya/phantomjs/downloads

Download it on your system (choose 32 or 64bits) and untar it wherever you want, let's say /opt

$cd /opt$

wget https://bitbucket.org/ariya/phan ... inux-x86_64.tar.bz2

$ tar xvf phantomjs-2.1.1-linux-x86_64.tar.bz2

Make a symlink to the phantomjs binary in your /usr/local/bin directory

$ ln -s /opt/phantomjs-2.1.1-linux-x86_64/bin/phantomjs /usr/local/bin/phantomjs

Execute the binary with the -v option to check that everything works

$ phantomjs -v

2.1.1

工具用法

usage: n4xd0rk.py [-h] -t TARGET -n NUMBER [-e EXPORT] [-l LANGUAGE]      

            [-c CAPTURE]

This script searchs the subdomains about a domain using the results indexed of Google and Bing search.

optional arguments:

  -h, --help            show this help message and exit

  -t TARGET, --target TARGET

                 The domain or IP which wants to search.

  -n NUMBER, --number NUMBER            

                 Indicate the number of the search which you want to do.

  -e EXPORT, --export EXPORT          

                 Export the results to a json file (Y/N)                         

                  Format available:         

                       1.json      

                         2.xlsx

  -l LANGUAGE, --language LANGUAGE        

                Indicate the language of the search                   

                       (es)-Spanish(default)

  -c CAPTURE, --capture CAPTURE      

                  Indicate if you want to take a screenshot of each web (y/n)

示例

python n4xd0rk.py -t xxxxxx.com -n 1 

文章来源:

https://github.com/n4xh4ck5/N4xD0rk

本文原创,作者:张,其版权均为华盟网所有。如需转载,请注明出处:https://www.77169.net/download/248439.html

发表回复