Automated ICMP Subnet Testing Tool is a tool designed to automate the task of finding what nodes on a subnet respond and then testing the responsive nodes further to gather data.
Code is sloppy and old but it still works in 2020 and is useful for people who work in a NOC and constantly have to ping /29 /28 and /30 netblocks.
-
mkdir -p ~/bin/ && cd ~/bin/
-
git clone https://github.com/KirinFuji/aistt.git
-
chmod +x ./aistt/aistt.sh
-
mv ./aistt ./.aistt-dir
-
ln -s ./.aistt-dir/aistt.sh aistt
mkdir -p ~/bin/ && cd ~/bin/ && git clone https://github.com/KirinFuji/aistt.git && chmod +x ./aistt/aistt.sh && mv ./aistt ./.aistt-dir && ln -s ./.aistt-dir/aistt.sh aistt
aistt NetworkAddress/CIDRmask
Ex.
aistt 10.0.0.0/30
rm -rf ~/bin/.aistt-dir ~/bin/aistt
Welcome to A.I.S.T.T please enter a valid Network Address/CIDRmask to begin.
Examples: 10.0.50.96/29 192.168.25.96/28 172.17.17.32/27
You can scan subnets down to a /30 and up to a /24
Ensure you enter the Network Address of the subnet or you will ping outside of the subnet.