Skip to content

fortiguard-webfilter-engine7

Latest

Choose a tag to compare

@SystemJargon SystemJargon released this 11 Jun 04:35
· 10 commits to main since this release

Updating release as Fortinet have stopped using engine v6 in webfilter of foritclient / fortiguard product line. Fortinet now uses engine version 7.

Arising from Issue #2

  • suggested code from Issue #2 on Line 83 didn't have correct split "[rn]" rather should be "[rn]"

  • added $HOME as variable and this replaces $env:USERPROFILE as this can work with WSL, Ubuntu which can load snap package powershell, along with this running in Windows OS itself. Re: Lines 14 and 17

  • Errors occur on python instance of script, which i haven't had time to look into, but this can be bypassed if using powershell snap package for ubuntu and linux distros because of $HOME variable declared.