Skip to content

Instantly share code, notes, and snippets.

View apitoken's full-sized avatar
⚒️

FloridaMan3k apitoken

⚒️
View GitHub Profile
@Ambroos
Ambroos / WARNING.md
Last active September 29, 2025 10:19
Remove SentinelOne agent from Mac. Because honestly, it doesn't seem to do anything at all. Run as root, best is to do this from a recovery mode, single user mode with writeable filesystem, ...

USE AT OWN RISK

This was only tested on a 'partial' SentinelOne installation on the High Sierra beta, where SentinelOne was never allowed to enable it's kernel extension. (Some things failed while I was messing around with OS betas.)

This script is most likely outdated.

A lot happens in 2+ years, at this point there's a good chance this script will do more harm than good. Read the comments before using!

abandoned
able
absolute
adorable
adventurous
academic
acceptable
acclaimed
accomplished
accurate
@pallih
pallih / haschat_nvidia_aws_install.sh
Created April 17, 2017 22:34
User data script for EC2 on AWS to install hashcat and Nvidia drivers
#!/bin/bash
# Ubuntu 14.04 server - 10 Gb storage at least
# update system
apt-get update
apt-get install build-essential -y
apt-get install git -y
# clone hashcat and make
cd /home/ubuntu
git clone https://github.com/hashcat/hashcat.git
cd /home/ubuntu/hashcat
@vszakats
vszakats / s3-upload-aws4.sh
Last active April 29, 2025 07:26
AWS S3 upload using signature v4
#!/bin/sh
# To the extent possible under law, Viktor Szakats
# has waived all copyright and related or neighboring rights to this
# script.
# CC0 - https://creativecommons.org/publicdomain/zero/1.0/
# SPDX-License-Identifier: CC0-1.0
# THIS SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,