Skip to content

Instantly share code, notes, and snippets.

import socket
import struct
def dump_c2_list(c2_list):
for i in range(0xFFFFFF):
ip = Dword(c2_list + (i*8))
if ip == 0:
break;
@MalwareTech
MalwareTech / FixSearch.reg
Created February 6, 2020 06:23
Fix Windows 10 Search Bar
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Search]
"CortanaConsent"=dword:00000000
"BingSearchEnabled"=dword:00000000