solitary8 / v-finder

This is a vulnerability scanner mainly coded in python using nmap with an interactive GUI,this scanner is for Linux and macOS
GNU General Public License v3.0
2 stars 1 forks source link

lsb_release && dist name error #2

Closed Muitinkinyakkin closed 11 months ago

Muitinkinyakkin commented 1 year ago
  1. _lsb_release_ is sorta of a Ubuntu-based system command that might not run on Fedora or Manjaro. I think it's best to adapt a more universal approach.
  2. Syntax for checking dist name is incorrect, since pattern matching should be enclosed in double brackets.
solitary8 commented 11 months ago

Thanks for the feedback,working on it !