Port Scanner
Lightweight TCP port scanner for Linux
|
Variables | |
std::string_view constexpr | RESET {"\033[0m"} |
ANSI escape code for resetting terminal colors. | |
std::string_view constexpr | RED {"\033[31m"} |
ANSI escape code for red text color. | |
std::string_view constexpr | GREEN {"\033[32m"} |
ANSI escape code for green text color. | |
|
constexpr |
ANSI escape code for green text color.
Definition at line 21 of file printer.hpp.
|
constexpr |
ANSI escape code for red text color.
Definition at line 16 of file printer.hpp.
|
constexpr |
ANSI escape code for resetting terminal colors.
Definition at line 11 of file printer.hpp.