Skip to content

Instantly share code, notes, and snippets.

@tnn4
tnn4 / build_wireshark.sh
Last active May 15, 2023 12:46 — forked from syneart/build_wireshark.sh
BUILD WIRESHARK ON UBUNTU OR DEBIAN
#!/bin/sh
# This shell script is made by SyneArt <[email protected]>
#######################################
# BUILD WIRESHARK ON UBUNTU OR DEBIAN #
#######################################
# | THIS SCRIPT IS TESTED CORRECTLY ON |
# |------------------------------------------------------|
# | OS | Wireshark | Test | Last test |
# |----------------|----------------|------|-------------|
@tnn4
tnn4 / get_gists.py
Last active May 15, 2023 15:15 — forked from selimslab/get_gists.py
Download all gists of a user
import sys
from subprocess import call
import json
import os
import requests
import argparse
import json
from pathlib import Path
from subprocess import run