Skip to content

Instantly share code, notes, and snippets.

@aque
aque / keybase.md
Created October 5, 2014 19:05
Keybase Proof

Keybase proof

I hereby claim:

  • I am aque on github.
  • I am allan_q (https://keybase.io/allan_q) on keybase.
  • I have a public key whose fingerprint is 7328 7E89 B844 B632 A9CB 7EEC 918C 2B23 8B38 1B97

To claim this, I am signing this object:

@aque
aque / vpn-users-date.py
Last active March 22, 2020 22:52
VPN Users Created After Date
#!/usr/bin/env python3
# config.py with api_server, user_name, and password variables
import config
# https://github.com/CheckPointSW/cp_mgmt_api_python_sdk
import cpapi
import time
# search for VPN users created after this date
@aque
aque / cp_mho.lua
Last active October 1, 2023 23:53
Wireshark post-dissector that calculates which Check Point Orchestrator handled each frame.
------------------------------------------------------------------------------
-- Checkpoint Orchestrator Post-Dissector --
------------------------------------------------------------------------------
-- --
-- Copyright: Allan Que, 2023 --
-- License : GPL-3.0-or-later --
-- see http://www.gnu.org/licenses/gpl.html --
-- --
------------------------------------------------------------------------------
-- --
@aque
aque / tcp_analysis_errors.lua
Last active December 30, 2024 14:06
Wireshark listener that counts the number of TCP errors by TCP stream, IP address, and (optionally) by Check Point Orchestrator blade.
------------------------------------------------------------------------------
-- TCP Error Tracker --
-- --
-- Counts the number of TCP errors by TCP stream, and source and --
-- destination IP addresses. Also supports Check Point Orchestrators when --
-- used with the cp_mho.lua plugin - but not required. --
-- --
------------------------------------------------------------------------------
-- --
-- Copyright: Allan Que, 2023 --