Skip to content

this is a tool to detect the Web service is ok or not

Notifications You must be signed in to change notification settings

Ifonly-go2019/UrlChecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

UrlChecker

this is a tool to detect the Web service is ok or not.

没加header的情况:

添加header后:

写这个小jio本的目的是,在大量子域名或者URL的情况下,不想人为去点每个URL去判断系统正常。虽然有很多大型扫描器有这个功能,比如Xray 的html 导出,但是我就是想写一下。后面慢慢加功能。

Base on http response status code

200、404、403、500、405

Multithreading

有个问题就是,这里是每个请求一个线程,如果URL特别多,会导致CPU直接拉满。后期会修改线程设置,默认为10,然后可以通过命令行输入来控制线程大小。

TODO

  • Output results
  • Count the number of OK
  • colorful terminal strings 😂

questions & contact

https://hack-for.fun/

About

this is a tool to detect the Web service is ok or not

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages