Check Port

0

Plugin to check if specified TCP port is open on a selected host. Plugin adds an AJAX call for checking ports. Exaple usage: <script> jQuery.post(“http://localhost/wp-admin/admin-

Version
Last updated
Active installations
WordPress Version
Tested up to
Rating
Total ratings
Tag
This plugin is outdated and might not be supported anymore.

Description

Plugin to check if specified TCP port is open on a selected host. Plugin adds an AJAX call for checking ports.

Exaple usage:

<script> jQuery.post("http://localhost/wp-admin/admin-ajax.php", {     action:"port_check",     address:"8.8.8.8",     port:80 }, function(result) {       alert(result); }); </script>