Skip to content

Instantly share code, notes, and snippets.

View dayt0n's full-sized avatar
🎧
vibing

dayt0n dayt0n

🎧
vibing
View GitHub Profile
@nikias
nikias / limd-build-macos.sh
Last active April 18, 2024 14:39
Build libimobiledevice stack for macOS with ease
#!/bin/bash
# If you like this script and my work on libimobiledevice, please
# consider becoming a patron at https://patreon.com/nikias - Thanks <3
REV=1.0.15
if test "`echo -e Test`" != "Test" 2>&1; then
echo Please run this with zsh or bash.
exit 1
@saagarjha
saagarjha / CreateGhidraApp.sh
Last active April 13, 2024 12:35
Creates a Ghidra.app bundle for macOS
#!/bin/sh
set -eu
create_iconset() {
mkdir -p Ghidra.iconset
cat << EOF > Ghidra.iconset/Contents.json
{
"images":
[
@kkirsche
kkirsche / mount-shared-folders
Last active May 17, 2022 14:09
Mount or restart open VM toolchain
#!/bin/sh
# to install:
# git clone https://gist.github.com/381e17fab1457ccf3b8b750edbc40b79.git msd
# mv ./msd/mount-shared-folders /usr/local/bin
# rm -rf ./msd
# chmod +x /usr/local/bin/mount-shared-folders
# Source: https://gitlab.com/kalilinux/packages/kali-tweaks/-/blob/kali/master/data/mount-shared-folders
--This script grabs shit from renweb
--You can run this script at an interval (example: 30 seconds) to log every 30 seconds
--After that you can pack the log directory with zpaq or other archiver
--example:
--while true; do moon printstatus.moon; zpaq a /mnt/torrents3/log.zpaq log; sleep 30; done
--i wrote this script hastily, so it looks ugly right now
--password form: https://xxxxxxx.client.renweb.com/pw/index.cfm
--form data: DistrictCode=xxxxxxx&username=redacted&password=redacted&UserType=PARENTSWEB-STUDENT&login=Login