Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 423 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 423 Bytes

bash-ping-sweeper

Run a for loop on the fourth octet of the IP supplied by the user input ($ip)


the first three octects of the IP supplied are denoted by $1 variable


ping each address and grep the line with succesful attempts of pings out, formatting to take the IP out


the (&) symbol instead of the (;) ensures threading is carried out.....SO FAST

Usage

  1. chmod +x ipsweep.sh
  2. ./ipsweep.sh a.b.c