Skip to content

Instantly share code, notes, and snippets.

View troke12's full-sized avatar
🎯
We serve you better

I Made Ocy Darma Putra troke12

🎯
We serve you better
  • Bali
  • 03:18 (UTC +07:00)
View GitHub Profile
@troke12
troke12 / jenkins-decrypt.py
Created May 13, 2023 09:12 — forked from menski/jenkins-decrypt.py
Decrypt jenkins password hashes
#!/usr/bin/env python3
# original: https://raw.githubusercontent.com/tweksteen/jenkins-decrypt/master/decrypt.py
# requires: pycrypto
import re
import sys
import base64
@troke12
troke12 / README.MD
Created October 31, 2021 14:32 — forked from giordanocardillo/README.MD
Remove Office 2016 Product Key
  1. Open a command prompt as Administrator
  2. In the command prompt, type the following:
  • Office 2016 (32-bit) on a 32-bit version of Windows

    cscript "C:\Program Files\Microsoft Office\Office16\OSPP.VBS" /dstatus

  • Office 2016 (32-bit) on a 64-bit version of Windows

    cscript "C:\Program Files (x86)\Microsoft Office\Office16\OSPP.VBS" /dstatus

  • Office 2016 (64-bit) on a 64-bit version of Windows

<!DOCTYPE html>
<html lang="en">
<style media="screen" type="text/css">
body {
background-color: #ffffff;
}
h1 {
font-family: 'Raleway', sans-serif;
font-size: 500%;
vertical-align: middle;