shepherdjay / ipfromwebpage

Simple script that scrapes a web page for IP addresses and prints aggregate result.
MIT License
2 stars 6 forks source link

Create CLI entry point for strings #50

Open shepherdjay opened 1 year ago

shepherdjay commented 1 year ago

More often I find myself using the ipfromstring function to parse and aggregate ip addresses given to me from sources other than a webpage.

It would be great to provide a string set of data and get a similar aggregate output easily.