Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@arisada
Created September 10, 2016 22:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arisada/951c771b47423ce7d097cc9c0b7752be to your computer and use it in GitHub Desktop.
Save arisada/951c771b47423ce7d097cc9c0b7752be to your computer and use it in GitHub Desktop.
#!/usr/bin/env python3
from libctf import *
import subprocess
process=subprocess.Popen(["./secuprim", "3l6f2tUN3Ix7k9TY4v0dLv",
"e6c2f738459e25670d3d46785f2e4496"], stdout=subprocess.PIPE)
print(process.stdout.read()[:4])
process.kill()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment