Skip to content

Instantly share code, notes, and snippets.

@Noirth
Noirth / ip.ps1
Created November 19, 2020 00:32
PowerShell IPv4 Threat Intel APIs AbuseIPDB Auth0 ipinfo.io
#Just replace all of "GET-YOUR-OWN" with relevant API keys
#Credit goes to various Internet sources, also register @ https://ciphers.pw
###This is for running jobs in-process [[[START11 ; look for END11]]]
$code = @'
using System;
using System.Collections.Generic;
using System.Text;
using System.Management.Automation;
using System.Management.Automation.Runspaces;
namespace InProcess
@Noirth
Noirth / gist:cbe3a72ebdd14d9817d8b0eec92e5f0b
Created October 31, 2020 02:57
1920 resolution on Mac Air one-liner
curl -o screen.sh 'https://gist.githubusercontent.com/Noirth/ba1f0d3ff03991bc21f49158dedea1bf/raw/45d79cf9b6cdb49b279747909d7413c2ec50c74a/gistfile1.txt'; bash screen.sh; /Applications/RDM.app/Contents/MacOS/SetResX -w 1920 -h 1080 -s 1
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
brew cask install avibrazil-rdm
/Applications/RDM.app/Contents/MacOS/SetResX -w 1920 -h 1080 -s 1