Skip to content

Instantly share code, notes, and snippets.

View rhutchison's full-sized avatar

Ryan Hutchison rhutchison

View GitHub Profile
@DorukUlucay
DorukUlucay / gp.bat
Last active April 10, 2024 12:26
Retrieve Password of an App Pool identity account
echo off
REM Get info of given app pool
color a
set /p apppool= Which one ?
cd \
cd C:\Windows\System32\inetsrv
appcmd.exe list apppool %apppool% /text:* | find "password"
PAUSE
@ourmaninamsterdam
ourmaninamsterdam / LICENSE
Last active April 24, 2024 18:56
Arrayzing - The JavaScript array cheatsheet
The MIT License (MIT)
Copyright (c) 2015 Justin Perry
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions: