All Projects → wongzeon → ICP-Checker

wongzeon / ICP-Checker

Licence: AGPL-3.0 license
ICP备案查询,可查询企业或域名的ICP备案信息,自动完成滑动验证,保存结果到Excel表格,适用于2022年新版的工信部备案管理系统网站,告别频繁拖动验证,以及某站*工具要开通VIP才可查看备案信息的坑

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to ICP-Checker

tenssens
Tenssens framework focused on gathering information from free tools or resources. The intention is to help people find free OSINT resources.
Stars: ✭ 19 (-84.03%)
Mutual labels:  information-gathering, osint-tool
recce
Domain availbility checker
Stars: ✭ 30 (-74.79%)
Mutual labels:  information-security, information-gathering
Mr.Holmes
🔍 A Complete Osint Tool
Stars: ✭ 307 (+157.98%)
Mutual labels:  information-gathering, osint-tool
Scylla
The Simplistic Information Gathering Engine | Find Advanced Information on a Username, Website, Phone Number, etc.
Stars: ✭ 424 (+256.3%)
Mutual labels:  information-security, information-gathering
Photon
Incredibly fast crawler designed for OSINT.
Stars: ✭ 8,332 (+6901.68%)
Mutual labels:  spider, information-gathering
phomber
Phomber is infomation grathering tool that reverse search phone numbers and get their details, written in python3.
Stars: ✭ 59 (-50.42%)
Mutual labels:  information-security, information-gathering
Spiderfoot
SpiderFoot automates OSINT for threat intelligence and mapping your attack surface.
Stars: ✭ 6,882 (+5683.19%)
Mutual labels:  information-gathering, osint-tool
gosint
Gosint is a distributed asset information collection and vulnerability scanning platform
Stars: ✭ 344 (+189.08%)
Mutual labels:  information-security, information-gathering
Scylla
The Simplistic Information Gathering Engine | Find Advanced Information on a Username, Website, Phone Number, etc.
Stars: ✭ 154 (+29.41%)
Mutual labels:  information-security, information-gathering
Anubis
🔓Subdomain enumeration and information gathering tool
Stars: ✭ 722 (+506.72%)
Mutual labels:  information-security, information-gathering
Killshot
A Penetration Testing Framework, Information gathering tool & Website Vulnerability Scanner
Stars: ✭ 237 (+99.16%)
Mutual labels:  spider, information-gathering
netizenship
a commandline #OSINT tool to find the online presence of a username in popular social media websites like Facebook, Instagram, Twitter, etc.
Stars: ✭ 33 (-72.27%)
Mutual labels:  information-security, information-gathering
STIA
No description or website provided.
Stars: ✭ 18 (-84.87%)
Mutual labels:  information-gathering
job-spider
多线程爬取互联网行业常用招聘网站
Stars: ✭ 28 (-76.47%)
Mutual labels:  spider
fetchurls
A bash script to spider a site, follow links, and fetch urls (with built-in filtering) into a generated text file.
Stars: ✭ 97 (-18.49%)
Mutual labels:  spider
PTT Beauty Spider
PTT 表特版爬蟲圖片下載器
Stars: ✭ 47 (-60.5%)
Mutual labels:  spider
scripter
一些脚本和工具
Stars: ✭ 20 (-83.19%)
Mutual labels:  spider
bangumi yearly report
No description or website provided.
Stars: ✭ 24 (-79.83%)
Mutual labels:  spider
MoMo
利用墨墨背单词的分享功能拿每日20个的单词上限奖励(多线程
Stars: ✭ 45 (-62.18%)
Mutual labels:  spider
DSpiderDemo-Android
客户端爬虫安卓端demo
Stars: ✭ 43 (-63.87%)
Mutual labels:  spider

ICP-Checker

一个简单的Python程序,用于查询网站或企业的ICP备案信息

适用于2022年新版的工信部ICP/IP地址/域名信息备案管理系统

CentOS Ubuntu Windows Python

初衷

工作时常需要查询网站的备案信息,总是要打开浏览器、点击书签、完成滑动验证等重复操作,感觉十分浪费时间

原本某工具还是挺方便查询的,结果现在要开通VIP才能查看信息了,实在太坑!于是写了这个小工具。

站长.png

特征

通过 https://beian.miit.gov.cn/ 查询信息,确保与管局实际信息一致;

支持通过域名、公司名、备案号查询备案信息

支持自动完成拖动验证,存在极低的失败率

支持循环翻页查询,获取查询到的所有备案信息

支持将查询结果保存到表格文件

使用

已使用Pyinstaller打包成EXE可执行文件,查看详情

方法一:输入完整的企业名称:XXXX有限公司、XXXX(XXXX)有限公司

方法二:输入不带前缀(如www等)的域名,支持中文域名的查询如:网址之家.cn、小度.中国

方法三:输入备案号查询信息,如:"粤B2-20090059-5"、"浙B2-20080224-1"、"京ICP证030173号-1"等,如果不带结尾"-数字",则会将该证名下所有域名查询出来。

计划

  • 支持将查询结果写入Excel或数据库

  • 重构整个程序,完成函数封装

  • 制作GUI界面

  • 支持批量查询

说明

项目仅用于学习交流,不可用于商业及非法用途

结果默认保存:Windows系统保存至桌面,Linux等系统则保存至/home/文件夹

输入域名格式时,会判断域名是否是支持备案的类型,如果提示不支持即代表该域名无法备案

具体可参考工信部公布的备案域名列表

依赖

如果已经装有 opencv、requests、openpyxl可以跳过这步,如果没有则执行:

pip install -r requirements.txt

或分别执行以下命令:

pip install opencv_python

pip install requests

pip install openpyxl

实际测试

最新可用测试时间:2022年7月11日

2.1.5 cn域名查询.jpg

2.1.5 公司名查询.jpg

beian_info_xlsx.png

Gif演示

2.1.5查询演示.gif

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].