Files
securityonion/salt/sensoroni/files/analyzers/virustotal.py
2022-03-28 15:53:24 -04:00

5 lines
97 B
Python

def main():
print '{"foo":"bar","summary":"something here"}'
if __name__ == "__main__":
main()