Skip to content

Instantly share code, notes, and snippets.

@zeroward
zeroward / install_ghidra.py
Last active August 1, 2020 16:26
Tired of installing ghidra manually? Use this.
import requests
import apt
import logging
import sys
import re
import argparse
import os
from zipfile import ZipFile
project_site = "https://www.ghidra-sre.org/"
#!/usr/bin/python
import pexpect
from pexpect import pxssh
import time
# Some Global Configurations
sleep_time = 10
# use_psk = no