bbot
bbot copied to clipboard
Fix/check domain for verbose debug
Added Validation for -d (debug) and -v (verbose) Flag W
In this PR i have Implemented a check to ensure that if the -d and -v flag is used without the -t flag (target), the program displays an error message and shows the help section.
This enhancement ensures that users are informed about the missing -t argument when using the -d and -v flag.
Before Changes :
After Changes Clean Terminal with help usage:
Help Message can be updated to make it more user friendly. :smiley: