nmap-formatter icon indicating copy to clipboard operation
nmap-formatter copied to clipboard

Add a separate function to check if host is up

Open vdjagilev opened this issue 1 year ago • 0 comments

Writing everytime that .HostState == "up" is an unnecessary repetition. It should be moved to the separate function and replaced everywhere

  • Replaced in all templates
    • HTML
    • MD
  • In golang code
    • CSV
    • Excel?
    • Graphviz

https://github.com/vdjagilev/nmap-formatter/pull/156/files

vdjagilev avatar Feb 08 '24 18:02 vdjagilev