Skip to content

Instantly share code, notes, and snippets.

View danielX337's full-sized avatar

Daniel Diez danielX337

View GitHub Profile
@idarek
idarek / TeamViewer-15-30-3-id-changer-for-mac.py
Last active March 7, 2025 11:40
TeamViewer ID changer (works with TV 15.32.3+ and macOS 12.6)
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import os
import platform
import random
import re
import string
import sys
@henri
henri / fortigate_basic_cheat_sheet.txt
Last active March 16, 2025 20:00
Fortigate Command Line Cheat Sheet
# get basic system informaton (including version)
get system status
# overview of hardware interfaces
get system interface physical
# details of a single network interface,
get hardware nic <nic-name>
# kind of hidden command to see more interface stats such as errors
@0x2a94b5
0x2a94b5 / TeamViewer-15-id-changer-for-mac.py
Last active December 7, 2024 12:17 — forked from zhenhappy/tv-changer-for-mac.py
Teamviewer 15 id changer for Mac OS X
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# System: macOS Mojave 10.14.6
# Version: TeamViewer v15.2.2756
# Python: 2.7.10
# Command: sudo python TeamViewer-15-id-changer-for-mac.py
#
import os