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

© 版权声明
THE END
喜欢就支持一下吧
点赞0 分享
相关推荐
  • 暂无相关文章
  • 评论 抢沙发

    请登录后发表评论

      暂无评论内容