Fix jobs ?
This commit is contained in:
+1
-1
@@ -35,7 +35,7 @@ def job_client_ip_audit(shodan_auditor, db):
|
||||
}}
|
||||
]
|
||||
|
||||
recent_clients = list(db.device_ip_collection.aggregate(pipeline))
|
||||
recent_clients = list(db.device_ips.aggregate(pipeline))
|
||||
|
||||
for entry in recent_clients:
|
||||
client_ip = entry["_id"]
|
||||
|
||||
Reference in New Issue
Block a user