Port Scanner avatar
Port Scanner

Pricing

$5.00/month + usage

Go to Apify Store
Port Scanner

Port Scanner

Get open ports and port vulnerabilities of given IP addresses or hosts.

Pricing

$5.00/month + usage

Rating

0.0

(0)

Developer

Serhat Sönmez

Serhat Sönmez

Maintained by Community

Actor stats

3

Bookmarked

46

Total users

1

Monthly active users

a year ago

Last modified

Share

Port Scanner

Port Scanner actor helps you to get information on multiple servers/hosts and discover open ports with their vulnerabilities.

You can discover following information:

  • Open TCP ports and their vulnerabilities
  • Open UDP ports and their vulnerabilities
  • IP addresses of the hosts
  • Hostnames of the IP addresses
  • Current status of the host
  • OS information of the host server

Example Response

[
{
"host": "console.apify.com",
"hostnames": [
{
"name": "console.apify.com",
"type": "user"
},
{
"name": "ec2-100-25-66-255.compute-1.amazonaws.com",
"type": "PTR"
}
],
"addresses": {
"ipv4": "100.25.66.255"
},
"status": {
"state": "up",
"reason": "syn-ack"
},
"uptime": {
"seconds": "3354905",
"lastboot": "Sun Dec 31 03:03:11 2023"
},
"tcp": {
"80": {
"state": "open",
"reason": "syn-ack",
"name": "http",
"product": "awselb/2.0",
"version": "",
"extrainfo": "",
"cpe": "",
"vulnerability": {...}
},
"443": {
"state": "open",
"reason": "syn-ack",
"name": "https",
"product": "awselb/2.0",
"version": "",
"extrainfo": "",
"cpe": "",
"vulnerability": {...}
}
},
"osmatch": [
{
"name": "Linux 4.2",
"accuracy": "85",
"line": "67020",
"osclass": [
{
"type": "general purpose",
"vendor": "Linux",
"osfamily": "Linux",
"osgen": "4.X",
"accuracy": "85",
"cpe": [
"cpe:/o:linux:linux_kernel:4.2"
]
}
]
}
]
}
]