From 1f8cdb6cf4ca324ee36104be6ddd6311909a95f2 Mon Sep 17 00:00:00 2001 From: sundowndev Date: Tue, 11 Dec 2018 12:02:16 +0100 Subject: [PATCH] OSINT sources --- osint/individuals.json | 16 ++++++++++++++-- osint/reputation.json | 2 +- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/osint/individuals.json b/osint/individuals.json index abd159c..7b8c8fa 100644 --- a/osint/individuals.json +++ b/osint/individuals.json @@ -1,13 +1,13 @@ [ { "site": "numinfo.net", - "request": "site:\"numinfo.net\" intext:\"$n\" | $i", + "request": "site:\"numinfo.net\" intext:\"$n\" | intext:\"$i\"", "dialCode": null, "stop": 2 }, { "site": "sync.me", - "request": "site:\"sync.me\" intext:\"$n\" | $i", + "request": "site:\"sync.me\" intext:\"$n\" | intext:\"$i\"", "dialCode": null, "stop": 1 }, @@ -16,5 +16,17 @@ "request": "site:\"whocallsyou.de\" intext:\"0$n\"", "dialCode": null, "stop": 1 + }, + { + "site": "pastebin.com", + "request": "site:\"pastebin.com\" intext:\"$n\" | intext:\"$i\"", + "dialCode": null, + "stop": 5 + }, + { + "site": "whycall.me", + "request": "site:\"whycall.me\" intext:\"$n\" | intext:\"$l\"", + "dialCode": null, + "stop": 1 } ] diff --git a/osint/reputation.json b/osint/reputation.json index 47726f0..8cc8e64 100644 --- a/osint/reputation.json +++ b/osint/reputation.json @@ -6,7 +6,7 @@ }, { "title": "phone fraud footprints", - "request": "intitle:\"Phone Fraud\" intext:\"$n\" | \"$n\"", + "request": "intitle:\"Phone Fraud\" intext:\"$n\" | intext:\"$i\"", "stop": 5 } ]