MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / _coordinator_nodes

Method _coordinator_nodes

wardriving.py:1410–1414  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1408 is_open = (not sec) or sec == '--'
1409 if is_open or 'WEP' in sec:
1410 data['risk_networks'].append(r)
1411 if r.get('is_camera'):
1412 data['cameras'].append(r)
1413 fs, ls = r.get('first_seen'), r.get('last_seen')
1414 if fs and (data['first_seen'] is None or fs < data['first_seen']):
1415 data['first_seen'] = fs
1416 if ls and (data['last_seen'] is None or ls > data['last_seen']):
1417 data['last_seen'] = ls

Callers

nothing calls this directly

Calls 2

valuesMethod · 0.45
updateMethod · 0.45

Tested by

no test coverage detected