-
Notifications
You must be signed in to change notification settings - Fork 5
poi5305/MultiPortScan
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
---- MultiPortScan.php No need support pcntl_fork. Using socket usage: php MultiPortScan.php ping|port ip range_start range_end socket_number #ping 8.8.8.1 ~ 8.8.8.255. Connection timeout is 50ms ./MultiPortScan.php ping 8.8.8 1 255 50 #port 8.8.8.8:1 8.8.8.8:1000 100. Connection timeout is 100ms ./MultiPortScan.php port 8.8.8.8 1 500 100 # Using the verbosity flag (-v). Connection timeout is 1000ms (1 sec) ./MultiPortScan.php -v udp 127.0.0.1 137 138 1000 =============== = Version 3.0 = =============== CHANGES: July 11 2014 - PHPUnit tests added for UDP scanning - Added verbose printing CHANGES: June 22 2014 - added public/private scope to functions and variables - modularized repetitive code - fixed spelling of main file ( added "l" where appropriate ) FUTURE PLANS: - Integrate PHPUnit testing - UDP scanning
About
Forked php program, multiple port scanner
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published