Skip to content

Instantly share code, notes, and snippets.

@ko-zu
ko-zu / dns.py
Created September 13, 2013 08:11 — forked from johnboxall/dns.py
# http://notmysock.org/blog/hacks/a-twisted-dns-story.html
# http://blog.inneoin.org/2009/11/i-used-twisted-to-create-dns-server.html
# twistd -y dns.py
import socket
from twisted.internet.protocol import Factory, Protocol
from twisted.internet import reactor
from twisted.names import dns
from twisted.names import client, server
@ko-zu
ko-zu / dnsfuzz.py
Created September 13, 2013 08:14 — forked from santa4nt/dnsfuzz.py
# http://notmysock.org/blog/hacks/a-twisted-dns-story.html
# https://gist.github.com/johnboxall/1147973
# twistd -y dnsfuzz.py
import sys
import socket
from twisted.python import log
from twisted.internet.protocol import Factory, Protocol
from twisted.internet import reactor
@ko-zu
ko-zu / disableAAC.reg
Created August 14, 2023 02:12 — forked from hacker1024/disableAAC.reg
Disable AAC Bluetooth audio codec in Windows
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\BthA2dp\Parameters]
"BluetoothAacEnable"=dword:00000000