Open GinjaChris opened 2 years ago
Improve logic check for hping3 and nping by using "if ! command -v ${PROGRAM} >/dev/null;" and make it a function. (Currently it checks a particular path for hping3 only)
good script
Improve logic check for hping3 and nping by using "if ! command -v ${PROGRAM} >/dev/null;" and make it a function. (Currently it checks a particular path for hping3 only)