Tools to easily get the CERTHASH
This commit is contained in:
parent
8c549e65b2
commit
db9f2d6d73
2 changed files with 11 additions and 2 deletions
5
tools/certhash.py
Executable file
5
tools/certhash.py
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env python
|
||||
import sys
|
||||
from weboob.tools.browser import StandardBrowser
|
||||
|
||||
print StandardBrowser()._certhash(sys.argv[1])
|
||||
Loading…
Add table
Add a link
Reference in a new issue