GinjaChris / pentmenu

A bash script for recon and DOS attacks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve logic

GinjaChris opened this issue · comments

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