Skip to content

Instantly share code, notes, and snippets.

View salmankhwaja's full-sized avatar

Salman, Khwaja salmankhwaja

View GitHub Profile
@kking124
kking124 / configure-iis.ps1
Last active July 25, 2022 15:19
Configuration Script to Secure Public IIS Server
# configure-iis.ps1
# Version: 1.2
# Author: kking124 (https://github.com/kking124)
#
# Copyright 2016, 2017
#
# License: MIT
# .SYNOPSIS
# Tries to configure IIS as a minimal, secure installation on Windows Server 2008 and later
#
@PhilippBaranovskiy
PhilippBaranovskiy / TG: share
Created December 22, 2016 05:40
Telegram share bookmarklet
javascript:location.href='https://telegram.me/share/url?url='+encodeURIComponent(location.href)+'&text='+encodeURIComponent(document.title);