GithubHelp home page GithubHelp logo

apanly / icp-checker Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wongzeon/icp-checker

0.0 0.0 0.0 129 KB

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

License: GNU Affero General Public License v3.0

Python 100.00%

icp-checker's Introduction

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

icp-checker's People

Contributors

wongzeon avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.