Home

Awesome

NoMoeny


<div align=center> <img alt="Platform" src="https://img.shields.io/badge/platform-windows-blue"> <img alt="Platform" src="https://img.shields.io/badge/platform-Linux-blue"> <img alt="Python Version" src="https://img.shields.io/badge/python-3.8.6-yellow"> <img alt="GitHub" src="https://img.shields.io/github/license/jorhelp/Ingram"> </div>

更新

本次更新内容主要有以下两点:

关于

NoMoney 是一款信息收集的工具,其中集成了fofa,<del>zoomeye(钟馗之眼),censys</del>,奇安信的鹰图平台,360quake。从这个名字就可以看出,这款工具涉及的范围在以上平台中都是<b>免费</b>的。其中fofa <del>与zoomeye</del> 是基于网络爬虫获取数据,而其余各大平台都有相对应的免费api,但是有一定的查询限制。

各平台介绍

平台是否有免费API查询限制
fofa注册用户使用网页<b>每次</b>可以免费查看前 <b>60</b> 条数据
<del>zoomeye (钟馗之眼)<del><del>网页浏览<b>每次</b>可以看前<b>400</b>条数据,API <b>每月</b>支持查询<b>10000</b>条数据,且网页与API 互不关联</del>
qianxin (鹰图平台)API <b>每日</b>支持查询 <b>500</b> 条数据,但网页查询也会扣除积分
<del>censys<del><del>API<b>每月</b>支持查询<b>250</b>条数据,但网页查询也会扣除积分
360uakeAPI 每月支持<b>3000</b>条数据,网页查询不扣积分

项目模块

安装

Windows/Linux 平台使用。请确保安装了3.7及以上版本的Python,推荐3.8

git clone https://github.com/H-Limbus/NoMoney.git
pip3 install -r requirements.txt

运行

        ___           ___           ___           ___           ___           ___
       /__/\         /  /\         /__/\         /  /\         /__/\         /  /\          ___
       \  \:\       /  /::\       |  |::\       /  /::\        \  \:\       /  /:/_        /__/|
        \  \:\     /  /:/\:\      |  |:|:\     /  /:/\:\        \  \:\     /  /:/ /\      |  |:|
    _____\__\:\   /  /:/  \:\   __|__|:|\:\   /  /:/  \:\   _____\__\:\   /  /:/ /:/_     |  |:|
   /__/::::::::\ /__/:/ \__\:\ /__/::::| \:\ /__/:/ \__\:\ /__/::::::::\ /__/:/ /:/ /\  __|__|:|
   \  \:\~~\~~\/ \  \:\ /  /:/ \  \:\~~\__\/ \  \:\ /  /:/ \  \:\~~\~~\/ \  \:\/:/ /:/ /__/::::\
    \  \:\  ~~~   \  \:\  /:/   \  \:\        \  \:\  /:/   \  \:\  ~~~   \  \::/ /:/     ~\~~\:\
     \  \:\        \  \:\/:/     \  \:\        \  \:\/:/     \  \:\        \  \:\/:/        \  \:\
      \  \:\        \  \::/       \  \:\        \  \::/       \  \:\        \  \::/          \__\/
       \__\/         \__\/         \__\/         \__\/         \__\/         \__\/

usage: No Money

Because I have no money, I have this script( Part of the API of this script is crawler)

optional arguments:
  -h, --help            show this help message and exit
  -f, --fofa            fofa api
  -q, --qianxin         yingtu api
  -3, --360-quake       360quake api
  -U, --UpdateCookie    update the cookie
  -r, --rules           the api search rules
  -o OUTPUT, --output OUTPUT
                        Output file
  --format FORMAT       Report format (Available: txt, json, csv), default txt

#                                   """can change"""
# =======================================================================================

# fofa 账号密码
FOFA_USER = ''
FOFA_PASS = ''

# qianxin(奇安信)api-key(登录之后就可以获取)
QIANXIN_API_KEY = ''

# 360_quake 的api(登录之后就可以获取)
QUAKE_API = ''

# PlayWright 的启动配置
browserHeadless = False   
python NoMoney.py -fr    或者  -f -r 

image-20240917025424436

python3 NoMoney.py -fU
# 网页会自动进行更新,会自动识别所要填的验证码
# 当cookies更新之后,使用时就和其他 api 没什么不同了。
python NoMoney.py -f 或者 -q 或者 -3 或者 -fq3 (多平台查询)
python NoMoney.py -f -o filepath --format=txt

免责声明

本工具仅供安全测试,严禁用于非法用途,后果与本人无关。

鸣谢&应用

thanks to sml2h3 for ddddocr

License

<img alt="GitHub" src="https://img.shields.io/github/license/jorhelp/Ingram">