mirror of
https://github.com/nox-project/nox-framework.git
synced 2026-06-08 08:05:50 +00:00
9bf66d3e50
- 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
37 lines
1.1 KiB
JSON
37 lines
1.1 KiB
JSON
{
|
|
"name": "duckduckgo_api",
|
|
"category": "search",
|
|
"endpoint": "https://search.sapti.me/search?q={target}&format=json&categories=general",
|
|
"method": "GET",
|
|
"requires_auth": false,
|
|
"selectors": {
|
|
"results": "$.results"
|
|
},
|
|
"rate_limit": 1.0,
|
|
"headers": {},
|
|
"api_key_slots": [],
|
|
"input_type": "any",
|
|
"output_type": [
|
|
"url"
|
|
],
|
|
"normalization_map": {
|
|
"url": "url",
|
|
"title": "title"
|
|
},
|
|
"tags": [
|
|
"passive",
|
|
"fast"
|
|
],
|
|
"health_check_url": "https://search.sapti.me",
|
|
"expected_status": 200,
|
|
"reliability_score": 3,
|
|
"is_volatile": true,
|
|
"backup_endpoints": [
|
|
"https://searx.tiekoetter.com/search?q={target}&format=json&categories=general",
|
|
"https://searx.perennialte.ch/search?q={target}&format=json&categories=general",
|
|
"https://search.mdosch.de/search?q={target}&format=json&categories=general",
|
|
"https://paulgo.io/search?q={target}&format=json&categories=general",
|
|
"https://priv.au/search?q={target}&format=json&categories=general"
|
|
],
|
|
"confidence": 0.7
|
|
} |