Projects STRLCPY PEASS-ng Commits b3eefad3
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■
    linPEAS/builder/linpeas_parts/7_interesting_files.sh
    skipped 256 lines
    257 257   echo ""
    258 258  fi
    259 259   
    260  - 
    261 260  if [ "$MACPEAS" ]; then
    262 261   print_2title "Unsigned Applications"
    263 262   macosNotSigned /System/Applications
     263 +fi
     264 + 
     265 +##-- IF) Unexpected in /opt
     266 +if [ "$(ls /opt 2>/dev/null)" ]; then
     267 + print_2title "Unexpected in /opt (usually empty)"
     268 + ls -la /opt
     269 + echo ""
    264 270  fi
    265 271   
    266 272  ##-- IF) Unexpected folders in /
    skipped 366 lines
Please wait...
Page is in error, reload to recover