Metadata-Version: 2.1
Name: norecon
Version: 0.2
Summary: auto recon tools for domain, whois, service scan and screenshot.
Home-page: https://github.com/ntestoc3/norecon
Author: ntestoc3
Author-email: ntoooooon@outlook.com
License: Expat
Keywords: recon hacking domain scan whois
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6, <4
Requires-Dist: bs4
Requires-Dist: fake-useragent
Requires-Dist: hy
Requires-Dist: requests
Requires-Dist: retry
Requires-Dist: lxml
Requires-Dist: ratelimit
Requires-Dist: publicsuffix2
Requires-Dist: dnspython
Requires-Dist: python-whois
Requires-Dist: ipwhois
Requires-Dist: validators
Requires-Dist: event-bus
Requires-Dist: qqwry-py3
Requires-Dist: Jinja2


# 用途
  recon自动化, 提供域名或ip,进行whois查询，dns记录查询，ip端口扫描，http屏幕快照．


  生成markdown格式的报告，可以使用[Obsidian](https://obsidian.md/)或vscode的[markdown notes插件](https://marketplace.visualstudio.com/items?itemName=kortina.vscode-markdown-notes)打开,借助双向链接功能，方便查看．

# 使用方法

## 安装依赖程序

### amass 
   用于子域名查找,[下载地址](https://github.com/OWASP/Amass/releases)

### nmap
   用于服务扫描

### masscan
   用于端口发现

### aquatone
   用于屏幕快照,注意必须使用修改版，提供了session单独保存与合并的功能,下载地址:
   [aquatone](https://github.com/ntestoc3/aquatone/releases)

## 安装程序

  使用python3环境
  ```shell
  pip install norecon
  ```

## 使用方法
  norecon -p 项目保存目录　域名或ip 

  比如测试yahoo
  ```shell
  norecon -v -p yahoo yahoo.com
  ```
  如果中途中断，继续执行以上命令，会自动跳过已经扫描的部分．可使用--overwrite强制重新扫描．

  扫描完成后，生成报告:
  ```shell
  noreport -v yahoo
  ```



