Skip to content

Instantly share code, notes, and snippets.

View OTsector's full-sized avatar
🎨
I can feel my code. Isn't this art?

OT OTsector

🎨
I can feel my code. Isn't this art?
View GitHub Profile
@OTsector
OTsector / mac-vendor.txt
Created December 28, 2020 04:57 — forked from aallan/mac-vendor.txt
List of MAC addresses with vendors identities
000000 Officially Xerox
000001 SuperLAN-2U
000002 BBN (was internal usage only, no longer used)
000003 XEROX CORPORATION
000004 XEROX CORPORATION
000005 XEROX CORPORATION
000006 XEROX CORPORATION
000007 XEROX CORPORATION
000008 XEROX CORPORATION
000009 powerpipes?
//Google Apps Script. Need to be pasted on the code.gs file
function doGet() {
var html = HtmlService.createHtmlOutputFromFile('index');
return html.setXFrameOptionsMode(HtmlService.XFrameOptionsMode.ALLOWALL);
}
function uploadFiles(data)
{
@OTsector
OTsector / bin2sc.py
Created March 31, 2020 21:21 — forked from superkojiman/bin2sc.py
Convert bin to shellcode.
#!/usr/bin/env python
import sys
if __name__ == "__main__":
if len(sys.argv) < 2:
print "usage: %s file.bin\n" % (sys.argv[0],)
sys.exit(0)
shellcode = "\""
ctr = 1
maxlen = 15
@OTsector
OTsector / Windows10Privacy.bat
Created December 28, 2017 13:47
Windows 10 Privacy bat file
REM
REM Sources
REM http://pastebin.com/K8Ww4j8z
REM https://community.spiceworks.com/topic/1124507-windows-10-privacy-settings-and-updates-script
REM
REM
@echo off
cls
title Windows 10 Privacy Setup