5 lines
130 B
Python
Executable file
5 lines
130 B
Python
Executable file
#!/usr/bin/env python
|
|
import sys
|
|
from weboob.tools.browser import StandardBrowser
|
|
|
|
print StandardBrowser()._certhash(sys.argv[1])
|