mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-09 10:42:54 +01:00
5 lines
182 B
Python
5 lines
182 B
Python
def main():
|
|
print '{"result":{ "requestId": "something-generated-by-whois", "someother_field": "more data" }, "summary": "botsrv.btc-goblin.ru"}'
|
|
|
|
if __name__ == "__main__":
|
|
main() |