> ## Content Index
> Fetch the complete content index at: https://darkwebinformer.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# Darkus - An Onion Website Searcher to Search Specific Words and Give You Back the Link Results
- URL: https://darkwebinformer.com/darkus-an-onion-website-searcher-to-search-specific-words-and-give-you-back-the-link-results/
- Published: 2024-08-13T16:07:47.000Z
- Updated: 2025-09-04T22:27:46.000Z
- Author: Dark Web Informer
- Tags: OSINT, Tools

Direct Link: <https://github.com/Lucksi/Darkus>  
Last Commit: August 7th, 2024

***Darkus is a Onion websites searcher it uses deep/dark web searcher engines to search a specific word and give you back the link results.***

## DISCLAIMER

[](https://github.com/Lucksi/Darkus#disclaimer)

***This tool is intented only for research and educational purposes only. I do not assume any liability for any bad/illegal usage of this tool.***

## Screenshot:

![](https://storage.ghost.io/c/6b/16/6b16ac9c-cd67-432f-b0f3-bbec941084ff/content/images/2024/08/342892983.png)

[](https://github.com/Lucksi/Darkus#screenshot)

## Local Database:

[](https://github.com/Lucksi/Darkus#local-database)

![](https://storage.ghost.io/c/6b/16/6b16ac9c-cd67-432f-b0f3-bbec941084ff/content/images/2024/08/4389289.png)

## Installation:

[](https://github.com/Lucksi/Darkus#installation)git clone https://github.com/Lucksi/Darkus  
cd Darkus  
sudo apt-get update  
sudo chmod +x Installer.sh  
sudo bash Installer.sh

## Installation (Venv):

[](https://github.com/Lucksi/Darkus#installation-venv)

**if you encounter some errors in the python libraries installation use this method:**

git clone https://github.com/Lucksi/Darkus  
sudo apt-get update  
cd Darkus  
python3 -m venv .lib\_venv  
sudo chmod +x Installer.sh  
sudo bash Installer.sh  
source .lib\_venv/bin/activate  
pip3 install -r requirements.txt

## Execution:

[](https://github.com/Lucksi/Darkus#execution)cd Darkus  
sudo python3 Main.py

## Execution (Venv)

[](https://github.com/Lucksi/Darkus#execution-venv)cd Darkus  
source .lib\_venv/bin/activate  
python3 Main.py

## Current Search Engines:

[](https://github.com/Lucksi/Darkus#current-search-engines)

| Name                  | Link                                                                                                                                            |
| --------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- |
| Ahmia(Clear Web site) | [https://ahmia.fi](https://ahmia.fi/)                                                                                                           |
| Ahmia(Onion Site)     | [http://juhanurmihxlp77nkq76byazcldy2hlmovfu2epvl5ankdibsot4csyd.onion](http://juhanurmihxlp77nkq76byazcldy2hlmovfu2epvl5ankdibsot4csyd.onion/) |
| Torch(Onion Site)     | [http://torchdeedp3i2jigzjdmfpn5ttjhthh5wbmda2rr3jvqjg5p77c54dqd.onion](http://torchdeedp3i2jigzjdmfpn5ttjhthh5wbmda2rr3jvqjg5p77c54dqd.onion/) |
| notevil(Onion Site)   | [http://notevilmtxf25uw7tskqxj6njlpebyrmlrerfv5hc4tuq7c7hilbyiqd.onion](http://notevilmtxf25uw7tskqxj6njlpebyrmlrerfv5hc4tuq7c7hilbyiqd.onion/) |

## Current command list:

[](https://github.com/Lucksi/Darkus#current-command-list)

| Option name | Result                                                |
| ----------- | ----------------------------------------------------- |
| Help        | Print Command Options                                 |
| DB-A        | Activate Local Database                               |
| DB-D        | Deactivate Local Database                             |
| DB-S        | Local Database Status                                 |
| \--Check    | Check if the given url is included on Ahmia Blacklist |
| Darkus-Exit | Exit from the programm                                |

## Requirements:

[](https://github.com/Lucksi/Darkus#requirements)

```
[+]Python3
[+]Tor
[+]Php
[+]Internet Connection
```