Skip to content

Instantly share code, notes, and snippets.

This file has been truncated, but you can view the full file.
[
{
"renderedArtists": "Puppet",
"label": "50199744a7a952b793c0a771",
"showAsFree": false,
"title": "Dynamo",
"preReleaseDate": null,
"inEarlyAccess": true,
"showOnWebsite": true,
"tags": [
# HB Rclone destination
#
# Rclone is a program that syncs local directories to various cloud
# services. The Rclone project is at: http://rclone.org
#
# HashBackup supports shell destinations to interface to storage
# systems that are not natively supported in HashBackup. If there is
# native support for a destination, it should always be preferred over
# a shell destination.
#
@Dedsec1
Dedsec1 / WinPEISOCrap.ps1
Created January 20, 2017 04:24 — forked from ShaRose/WinPEISOCrap.ps1
I did a powershell script!
<#
.SYNOPSIS
Install Windows from a passed ISO.
.DESCRIPTION
This command takes a path to a .iso file, mounts it, and starts setup.exe to begin windows installation.
This should only be run on Windows PE instances.
.PARAMETER ISOPath
@Dedsec1
Dedsec1 / mount.iso.psm1
Created January 20, 2017 03:40 — forked from Thermionix/mount.iso.psm1
powershell mount/unmount iso for all versions of windows
# Uses http://www.ltr-data.se/opencode.html/#ImDisk virtual disk driver for windows 7 or less
# Tries to use chocolatey to install imdisk
# Sample use case:
# Import-Module ".\mount.iso.psm1"
# Invoke-IsoExe "C:\test.iso" "setup.exe" "/passive"
function Mount-Iso([string] $isoPath)
{
if ( -not (Test-Path $isoPath)) { throw "$isoPath does not exist" }
#!/bin/bash
#
# [Quick Box :: Install rclone]
#
# GITHUB REPOS
# GitHub _ packages : https://github.com/QuickBox/quickbox_packages
# LOCAL REPOS
# Local _ packages : ~/QuickBox/packages
# Author : QuickBox.IO | liara
# URL : https://plaza.quickbox.io
$ErrorActionPreference = 'Stop';
$packageName= 'cryptocat'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://download.crypto.cat/client/Cryptocat-win32-x64.zip'
$url64 = 'https://download.crypto.cat/client/Cryptocat-win32-x64.zip'
$fileLocation = Join-Path $toolsDir 'Setup.exe'
[Config]
Author=Phoenix
LastEditDate=9/16/2016 4:29:27 PM
PostRunApp=
App=installchocolatey.bat
UseFTPServer=0
AlwaysAttemptDownload=0
DLafterXdays=5
AppWait=1
EmailBeforeExecution=0
@Dedsec1
Dedsec1 / Firehol.sh
Created September 1, 2016 18:53
All in one installer for Netdata, FireHOL and IPRange
#!/bin/bash
LC_ALL=C
# you need to install a basic build environment
# this is for ubuntu, change it according to your needs for other systems
# apt-get install zlib1g-dev gcc make git autoconf autogen automake pkg-config traceroute ipset curl nodejs || exit 1
for x in iprange firehol netdata
do