Created
September 10, 2016 22:34
-
-
Save arisada/951c771b47423ce7d097cc9c0b7752be to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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