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