release: v1.0.2

- 124 sources (+1 xposedornot, bgpview replaced with ripestat)
- Fix gravatar MD5 transform, fofa base64 query encoding
- Fix misp_search URL resolution, threatconnect HMAC placeholder
- Fix spycloud, duckduckgo, mailboxlayer/numverify/ipstack/ipinfodb endpoints
- Fix DeHashEngine v1→v2, DorkEngine engine label, backup_endpoints consumed
- Fix Retry-After HTTP-date parsing, Hashmob API schema, FIPS hashlib crash
- Fix DB.close() event loop leak, _random_headers CH-UA override
- Add query_transform mechanism (md5_lower, fofa_domain)
- Lower scores: spyonweb, pipl_search, twitter_v2, hudsonrock rate_limit
- Clean all internal tracking comments, fix Italian docstring
This commit is contained in:
nox-project
2026-04-14 21:18:30 +02:00
parent cf4428329e
commit 9bf66d3e50
26 changed files with 345 additions and 205 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "ipstack",
"category": "geolocation",
"endpoint": "http://api.ipstack.com/{target}?access_key={IPSTACK_API_KEY}",
"endpoint": "https://api.ipstack.com/{target}?access_key={IPSTACK_API_KEY}",
"method": "GET",
"requires_auth": true,
"selectors": {
@@ -23,7 +23,7 @@
"passive",
"fast"
],
"health_check_url": "http://api.ipstack.com",
"health_check_url": "https://api.ipstack.com",
"expected_status": 200,
"reliability_score": 4,
"backup_endpoints": [],