From 22a8569f5be6c5283a1a28d80fbbe59cd44d6f89 Mon Sep 17 00:00:00 2001 From: Fazle Arefin Date: Sat, 12 Oct 2024 07:25:54 +1100 Subject: [PATCH] onionsearch: add page (#14130) Co-authored-by: K.B.Dharun Krishna Co-authored-by: Wiktor Perskawiec --- pages/common/onionsearch.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 pages/common/onionsearch.md diff --git a/pages/common/onionsearch.md b/pages/common/onionsearch.md new file mode 100644 index 000000000..2bfe1caa0 --- /dev/null +++ b/pages/common/onionsearch.md @@ -0,0 +1,25 @@ +# onionsearch + +> Scrape URLs on different `.onion` search engines. +> Note: `onionsearch` requires a Tor proxy running on `localhost:9050`; a Tor enabled browser is needed to visit the `.onion` websites. +> More information: . + +- Request results from all the search engines: + +`onionsearch "{{string}}"` + +- Request search results from specific search engines: + +`onionsearch "{{string}}" --engines {{tor66 deeplink phobos ...}}` + +- Exclude certain search engines when searching: + +`onionsearch "{{string}}" --exclude {{candle ahmia ...}}` + +- Limit the number of pages to load per engine: + +`onionsearch "{{stuxnet}}" --engines {{tor66 deeplink phobos ...}} --limit {{3}}` + +- List all supported search engines: + +`onionsearch --help | grep -A1 -i "supported engines"`