Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
flucas1 committed Sep 10, 2024
1 parent 252878d commit 53d1cab
Show file tree
Hide file tree
Showing 15 changed files with 45 additions and 0 deletions.
3 changes: 3 additions & 0 deletions check_asusfirmware
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ def exitnagios(status,message):
def generatedriver(proxy):
chrome_options = Options()
chrome_options.add_argument("--incognito")
chrome_options.add_argument("--disk-cache-size=0")
chrome_options.add_argument("--media-cache-size=0")
chrome_options.add_argument("--enable-features=EphemeralGuestProfilesOnStartup")
chrome_options.add_argument("--headless=new")
chrome_options.add_argument("--disable-gpu")
chrome_options.add_argument("--no-sandbox")
Expand Down
3 changes: 3 additions & 0 deletions check_devolouptime
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ def exitnagios(status,message):
def generatedriver(proxy):
chrome_options = Options()
chrome_options.add_argument("--incognito")
chrome_options.add_argument("--disk-cache-size=0")
chrome_options.add_argument("--media-cache-size=0")
chrome_options.add_argument("--enable-features=EphemeralGuestProfilesOnStartup")
chrome_options.add_argument("--headless=new")
chrome_options.add_argument("--disable-gpu")
chrome_options.add_argument("--no-sandbox")
Expand Down
3 changes: 3 additions & 0 deletions check_dkim
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ def exitnagios(status,message):
def generatedriver(proxy):
chrome_options = Options()
chrome_options.add_argument("--incognito")
chrome_options.add_argument("--disk-cache-size=0")
chrome_options.add_argument("--media-cache-size=0")
chrome_options.add_argument("--enable-features=EphemeralGuestProfilesOnStartup")
chrome_options.add_argument("--headless=new")
chrome_options.add_argument("--disable-gpu")
chrome_options.add_argument("--no-sandbox")
Expand Down
3 changes: 3 additions & 0 deletions check_dmarc
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ def exitnagios(status,message):
def generatedriver(proxy):
chrome_options = Options()
chrome_options.add_argument("--incognito")
chrome_options.add_argument("--disk-cache-size=0")
chrome_options.add_argument("--media-cache-size=0")
chrome_options.add_argument("--enable-features=EphemeralGuestProfilesOnStartup")
chrome_options.add_argument("--headless=new")
chrome_options.add_argument("--disable-gpu")
chrome_options.add_argument("--no-sandbox")
Expand Down
3 changes: 3 additions & 0 deletions check_dmarccheckerapp
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ def exitnagios(status,message):
def generatedriver(proxy):
chrome_options = Options()
chrome_options.add_argument("--incognito")
chrome_options.add_argument("--disk-cache-size=0")
chrome_options.add_argument("--media-cache-size=0")
chrome_options.add_argument("--enable-features=EphemeralGuestProfilesOnStartup")
chrome_options.add_argument("--headless=new")
chrome_options.add_argument("--disable-gpu")
chrome_options.add_argument("--no-sandbox")
Expand Down
3 changes: 3 additions & 0 deletions check_dnsleak
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ def exitnagios(status,message):
def generatedriver(proxy):
chrome_options = Options()
chrome_options.add_argument("--incognito")
chrome_options.add_argument("--disk-cache-size=0")
chrome_options.add_argument("--media-cache-size=0")
chrome_options.add_argument("--enable-features=EphemeralGuestProfilesOnStartup")
chrome_options.add_argument("--headless=new")
chrome_options.add_argument("--disable-gpu")
chrome_options.add_argument("--no-sandbox")
Expand Down
3 changes: 3 additions & 0 deletions check_dnssecverisign
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ def exitnagios(status,message):
def generatedriver(proxy):
chrome_options = Options()
chrome_options.add_argument("--incognito")
chrome_options.add_argument("--disk-cache-size=0")
chrome_options.add_argument("--media-cache-size=0")
chrome_options.add_argument("--enable-features=EphemeralGuestProfilesOnStartup")
chrome_options.add_argument("--headless=new")
chrome_options.add_argument("--disable-gpu")
chrome_options.add_argument("--no-sandbox")
Expand Down
3 changes: 3 additions & 0 deletions check_emailblacklists
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ def exitnagios(status,message):
def generatedriver(proxy):
chrome_options = Options()
chrome_options.add_argument("--incognito")
chrome_options.add_argument("--disk-cache-size=0")
chrome_options.add_argument("--media-cache-size=0")
chrome_options.add_argument("--enable-features=EphemeralGuestProfilesOnStartup")
chrome_options.add_argument("--headless=new")
chrome_options.add_argument("--disable-gpu")
chrome_options.add_argument("--no-sandbox")
Expand Down
3 changes: 3 additions & 0 deletions check_hstspreload
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ def exitnagios(status,message):
def generatedriver(proxy):
chrome_options = Options()
chrome_options.add_argument("--incognito")
chrome_options.add_argument("--disk-cache-size=0")
chrome_options.add_argument("--media-cache-size=0")
chrome_options.add_argument("--enable-features=EphemeralGuestProfilesOnStartup")
chrome_options.add_argument("--headless=new")
chrome_options.add_argument("--disable-gpu")
chrome_options.add_argument("--no-sandbox")
Expand Down
3 changes: 3 additions & 0 deletions check_isvpn
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ def forced_ipv4_gai_family(*args, **kwargs):
def generatedriver(proxy):
chrome_options = Options()
chrome_options.add_argument("--incognito")
chrome_options.add_argument("--disk-cache-size=0")
chrome_options.add_argument("--media-cache-size=0")
chrome_options.add_argument("--enable-features=EphemeralGuestProfilesOnStartup")
chrome_options.add_argument("--headless=new")
chrome_options.add_argument("--disable-gpu")
chrome_options.add_argument("--no-sandbox")
Expand Down
3 changes: 3 additions & 0 deletions check_mtasts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ def exitnagios(status,message):
def generatedriver(proxy):
chrome_options = Options()
chrome_options.add_argument("--incognito")
chrome_options.add_argument("--disk-cache-size=0")
chrome_options.add_argument("--media-cache-size=0")
chrome_options.add_argument("--enable-features=EphemeralGuestProfilesOnStartup")
chrome_options.add_argument("--headless=new")
chrome_options.add_argument("--disable-gpu")
chrome_options.add_argument("--no-sandbox")
Expand Down
3 changes: 3 additions & 0 deletions check_prosafe
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,9 @@ def doprosafecall(model,expected,strict):
def generatedriver(proxy):
chrome_options = Options()
chrome_options.add_argument("--incognito")
chrome_options.add_argument("--disk-cache-size=0")
chrome_options.add_argument("--media-cache-size=0")
chrome_options.add_argument("--enable-features=EphemeralGuestProfilesOnStartup")
chrome_options.add_argument("--headless=new")
chrome_options.add_argument("--disable-gpu")
chrome_options.add_argument("--no-sandbox")
Expand Down
3 changes: 3 additions & 0 deletions check_smtptls
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ def exitnagios(status,message):
def generatedriver(proxy):
chrome_options = Options()
chrome_options.add_argument("--incognito")
chrome_options.add_argument("--disk-cache-size=0")
chrome_options.add_argument("--media-cache-size=0")
chrome_options.add_argument("--enable-features=EphemeralGuestProfilesOnStartup")
chrome_options.add_argument("--headless=new")
chrome_options.add_argument("--disable-gpu")
chrome_options.add_argument("--no-sandbox")
Expand Down
3 changes: 3 additions & 0 deletions check_spf
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ def exitnagios(status,message):
def generatedriver(proxy):
chrome_options = Options()
chrome_options.add_argument("--incognito")
chrome_options.add_argument("--disk-cache-size=0")
chrome_options.add_argument("--media-cache-size=0")
chrome_options.add_argument("--enable-features=EphemeralGuestProfilesOnStartup")
chrome_options.add_argument("--headless=new")
chrome_options.add_argument("--disable-gpu")
chrome_options.add_argument("--no-sandbox")
Expand Down
3 changes: 3 additions & 0 deletions check_testipv6
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ def exitnagios(status,message):
def generatedriver(proxy):
chrome_options = Options()
chrome_options.add_argument("--incognito")
chrome_options.add_argument("--disk-cache-size=0")
chrome_options.add_argument("--media-cache-size=0")
chrome_options.add_argument("--enable-features=EphemeralGuestProfilesOnStartup")
chrome_options.add_argument("--headless=new")
chrome_options.add_argument("--disable-gpu")
chrome_options.add_argument("--no-sandbox")
Expand Down

0 comments on commit 53d1cab

Please sign in to comment.