Skip to content

A workflow that scans the IP address specified by the IP_ADDRESS Github secret and reports it in the form of a Github issue.

Notifications You must be signed in to change notification settings

rizemon/MonitorMyPublicIP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MonitorMyPublicIP

This repository contains code for a workflow that performs a daily nmap scan for open ports on a target (specified by the IP_ADDRESS Github secret) and exports the results into an issue on this repository.

Any IP addresses in the results have been intentionally censored for privacy reasons.

Features

  • Performs a nmap scan daily on the target defined by the IP_ADDRESS secret.
  • Supports on-demand scans.
  • Reports results as Github issues.

Simple Usage

  1. Fork this repository to your Github account.
  2. Create a new repository secret by following this link with the name IP_ADDRESS and its value set to the IP address that you wish to scan. (e.g 8.8.8.8)
  3. Wait for the workflow to run or manually trigger it by following this link.
  4. Observe the scan report on the Issues page of the forked repository.

FAQ

Question: How do I define when the workflow executes?
Answer: You can set the cron schedule defined in .github/workflows/scan.yml. Read this to learn more about it.

About

A workflow that scans the IP address specified by the IP_ADDRESS Github secret and reports it in the form of a Github issue.

Resources

Stars

Watchers

Forks