Skip to content

thivolle-cazat-cedric/ping_p

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Configuration

TIMEOUT (float)

the time in second, when the script considered that port is closed

IP_LIST (list)

list of tuple object. It contains the hostname and ip address.

IP_LIST = [
	#('hostname', A.B.C.D)
	('exemple.com', 8.8.8.8),
	('exemple.com', 8.8.4.4),
	# ...,
]

RAGE_PORT (list)

list of tuple object. It contains the min and max of port range

RAGE_PORT = [
	#(20, 25)
	(80, 444),
	# ...,
]

OUTPUT_FILE

It the filename of result scan. The file has prefixed by the date YMD-{{OUTPUT_FILE}}.txt

usage

./ping_p > err.txt

err.txt contains every script errors

About

script to ping port from ip list and port range list

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages