-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: K.B.Dharun Krishna <[email protected]> Co-authored-by: Wiktor Perskawiec <[email protected]>
- Loading branch information
1 parent
749cb60
commit 22a8569
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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: <https://github.com/megadose/OnionSearch>. | ||
- 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"` |