📜 ⬆️ ⬇️

JInternetManiac Network Utility for Web Developers

For a long time, I used a small network utility Internet Maniac (weighs 100 kb). Most often in it I used the “Connect” function, with which you can create a TCP connection to the server (usually with a web server), send a request and see the server's response. This can be repeated using the console telnet, but in the Internet Maniac it is more convenient to do it. Other functions of the program: host lookup (determination of IP and / or hostnames), listen (simple TCP server), port scanner, ping, whois, mail check, etc.

The program has not been updated for a long time, I tried to find a replacement for it, but I did not find a normal free one. In the end, I decided to make my own more advanced counterpart in Java.

The main program window looks something like the Internet Maniac window:
JInternetManiac

In my program, I implemented the functions that I need when developing websites.
')
So, in the current version it is implemented:

It is possible to run the listed functions directly from the command line, for example:
jim.bat proxy 3128 (to run a proxy on port 3128).

I tested the latest version only under WinXP, but it should work under other OSs (except for the ping function). Of course, you need to run JDK / JRE 5+.

Direct link to the latest version: edhel.krasu.ru/system/files/jim-0.3.zip (200 kb).

Thanks for attention. Comments, suggestions, suggestions are welcome!

Source: https://habr.com/ru/post/128388/


All Articles