Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

A Simple Port Scanner in PHP

Here is a simple Port scanner written in PHP. It checks if a port is accessible by trying to connect to it using PHP's fsockopen function. The first foreach loop goes through the port numbers in the $ports array trying to connect to each one using the fsockopen function



This post first appeared on CodeHill - Web Development Applications And Articl, please read the originial post: here

Share the post

A Simple Port Scanner in PHP

×

Subscribe to Codehill - Web Development Applications And Articl

Get updates delivered right to your inbox!

Thank you for your subscription

×