-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[NEW TOOL] Internet network tools: DNS, SSL, Webpage #831
Comments
Hi @bradbrownjr, this is not really possible from a browser, JS cannot access everywhere and cannot do raw socket access, will require a local application or server side, so probably not the goal of this project But maybe can just make links to other websites if you provide urls for such tools |
Thank you for looking into it. I didn't realize it was browser side only, I thought you must have some server side stuff going with all the cool stuff this does. Nice work getting the browser to do so much! |
Hi @bradbrownjr, by the way if you have link to website that do what you want, it could be possible to make partial intégration liké forging urls liké it is possible for mxtoolbox, ssl labs |
Hi @sharevb Can you advise the diff between something like the existing mac address lookup, and a DNS query? It seems to me that the former must do a lookup against some public system to get the information. Or are you downloading the mac vendor db from time to time from somewhere? Could you do something like allow the user to config a custom DNS resolver, against which it-tools can perform queries? Also, here is an example of a js lib that can perform queries: https://github.com/dnsquery/dns-query It would be great to have this function included in it-tools ... Regards, Robby |
Hi @rpedrica mac address lookup use a static db as far as I know. Probably not auto updating. But right dns over https is a solution I didn't know about to make dns queries, I will try it. By the way, it is kind of proxy. |
Hi @rpedrica and @CorentinTh, DNS queries over HTTPS implemented in #1371 |
Hi, for people interested in up to date version of it-tools, I made kind of a fork here : https://github.com/sharevb/it-tools (https://sharevb-it-tools.vercel.app/ and docker images https://github.com/sharevb/it-tools/pkgs/container/it-tools) |
What tool do you want?
Examples:
Describe the solution you'd like
Is their example of this tool in the wild?
Many of these tools come from MXToolbox.com, the command line, DigiCert urlscan.io, etc.
Additional context
I often use IT-Tools for work and personal projects. The above would provide the tools that I go to a variety of vendors and the command line for, putting everything in one place.
Thanks for this amazing utility!
The text was updated successfully, but these errors were encountered: