Tag extract ips

Extracting IP Addresses in Bash

One very handy function to have in your .bash_profile is a function to extract IP addresses. ipextract function I frequently use this function during investigations and though I should share it with everyone. ipextract () { # example ipextract <…