From be44f64d58ff748ebe80febc33b03ef9d670c566 Mon Sep 17 00:00:00 2001 From: Raphael Date: Thu, 21 Feb 2019 13:12:28 +0100 Subject: [PATCH] Add findwhocallsme.com source --- osint/reputation.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/osint/reputation.json b/osint/reputation.json index 8cc8e64..03def6a 100644 --- a/osint/reputation.json +++ b/osint/reputation.json @@ -1,12 +1,17 @@ [ { "title": "reputation report on whosenumber.info", - "request": "site:\"whosenumber.info\" intext:\"$n\" intitle:\"who called\"", + "request": "site:whosenumber.info intext:\"$n\" intitle:\"who called\"", "stop": 1 }, { "title": "phone fraud footprints", "request": "intitle:\"Phone Fraud\" intext:\"$n\" | intext:\"$i\"", "stop": 5 + }, + { + "title": "reputation report on findwhocallsme.com", + "request": "site:findwhocallsme.com intext:\"$n\" | intext:\"$i\"", + "stop": 1 } ]