MCPcopy
hub / github.com/ticarpi/jwt_tool / checkNullSig

Function checkNullSig

jwt_tool.py:296–298  ·  view source on GitHub ↗
(contents)

Source from the content-addressed store, hash-verified

294 return newHead
295
296def checkNullSig(contents):
297 jwtNull = contents.decode()+"."
298 return jwtNull
299
300def checkPsySig(headDict, paylB64):
301 newHead = buildHead('ES256', headDict)

Callers 2

scanModePlaybookFunction · 0.85
runExploitsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected