Skip to content

Instantly share code, notes, and snippets.

@Blank1611
Blank1611 / jenkins-decrypt.py
Created April 28, 2020 11:41 — 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
print(' Welcome to the nikils Tic Tac Toe' )
while True:
board = [' ']* 10
player1_marker,player2_marker = player_input()
turn = choose_first()
print( turn + " Will be playing first ")