Author Topic: wifi inspector  (Read 1943 times)

0 Members and 1 Guest are viewing this topic.

Offline Christian Gunawan

  • Newbie
  • *
  • Posts: 2
wifi inspector
« on: October 09, 2019, 03:59:23 AM »
is there a way to disable wifi inspector on avast mac security via terminal?

Offline Radek Brich

  • Developer (Linux AV, Mac AV)
  • Moderator
  • Jr. Member
  • *
  • Posts: 53
Re: wifi inspector
« Reply #1 on: October 09, 2019, 11:43:45 AM »
Hi, may I ask why do you need to switch it off specifically in terminal?

There is a switch in Preferences ("Automatic scanning and alerts"), but this setting is not currently available in config files.

Offline Christian Gunawan

  • Newbie
  • *
  • Posts: 2
Re: wifi inspector
« Reply #2 on: October 10, 2019, 09:12:04 AM »
I want to push the script using mdm

Offline Radek Brich

  • Developer (Linux AV, Mac AV)
  • Moderator
  • Jr. Member
  • *
  • Posts: 53
Re: wifi inspector
« Reply #3 on: October 10, 2019, 11:34:53 AM »
You can use com.avast.cmd tool like this:

Code: [Select]
/Applications/Avast.app/Contents/Backend/utils/com.avast.cmd ctl stop WifiInspector
It controls the "Automatic scanning and alerts" switch, which disables most of Wi-Fi Inspector functionality, but still allows on-demand scans.
The other commands are "start" and "status".