feat(scanner): revert lsof command for futurevuls users (#1770)

This commit is contained in:
MaineK00n
2023-10-20 12:07:20 +09:00
committed by GitHub
parent a1c1f4ce60
commit b9db5411cd
9 changed files with 10 additions and 15 deletions

View File

@@ -132,7 +132,7 @@ func (o *debian) checkIfSudoNoPasswd() error {
"stat /proc/1/exe",
"ls -l /proc/1/exe",
"cat /proc/1/maps",
"lsof -i -P -n -V",
"lsof -i -P -n",
}
if !o.getServerInfo().Mode.IsOffline() {