Skip to content

Instantly share code, notes, and snippets.

@PeterV-Pent
PeterV-Pent / FortiVPN-MFA-Misslogging-POC.py
Last active November 27, 2024 05:29
Fortinet VPN Logging Blindspot
import requests
import warnings
import urllib3
import re
# Suppress only the InsecureRequestWarning
urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)
def display_banner():
print("***************************************************************")