Skip to content

Instantly share code, notes, and snippets.

@stajkowski
Last active October 31, 2016 18:44
Show Gist options
  • Save stajkowski/9848a0c99ffe95967cfefeab8b68c4f1 to your computer and use it in GitHub Desktop.
Save stajkowski/9848a0c99ffe95967cfefeab8b68c4f1 to your computer and use it in GitHub Desktop.
net-survey data
{'_networks': {'192.168.140.0/24': ['compute02', 'compute01'], '192.168.100.0/24': ['compute02', 'compute01']}, '_clients': {'compute02': '192.168.100.118', 'compute01': '192.168.100.117'}, '_host_detail': {'compute02': {'192.168.140.0/24': {'ips': ['192.168.140.118'], 'results': {'192.168.140.117': {'host': 'compute01', 'result': 'success', 'open_ports': [22]}}}, '192.168.100.0/24': {'ips': ['192.168.100.118'], 'results': {'192.168.100.117': {'host': 'compute01', 'result': 'success', 'open_ports': [22]}}}}, 'compute01': {'192.168.140.0/24': {'ips': ['192.168.140.117'], 'results': {'192.168.140.118': {'host': 'compute02', 'result': 'success', 'open_ports': [22]}}}, '192.168.100.0/24': {'ips': ['192.168.100.117'], 'results': {'192.168.100.118': {'host': 'compute02', 'result': 'success', 'open_ports': [22]}}}}}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment