_images/bannerBackgroundImage.png

Welcome#

What Is It?#

“Navigating the Dark Web: A Comprehensive Guide to Darknets, Tools, and Intelligence” is an online book written by Sébastien Damaye. It is exclusively hosted online so that everybody can enjoy it for free, but you are very welcome to support the author.

This book explains what the Dark Web is, how to access it, what content to expect, how to monitor the Dark Web and why it matters. I wrote this book to address many questions people have, to demystify the Dark Web, and share my experience with others.

Why an Online Book?#

I was initially planning to publish this book on Amazon. However the writing process took me more than two years, and I kept coming back to previous chapters to ensure that the content was always up to date (project names, versions, etc.).

I began to think that an online book would be a better place, especially because each reader could become a contributor (using the Suggest edit or Open issue buttons).

An online version can contain hyperlinks that redirect to other parts of the book, making the reading process much more interactive.

Besides, this book contains many links, code extracts and command lines that you can copy with a simple click.

And because all the content is indexed, searching for a particular term is also much easier online.

About the Author#

Sébastien Damaye is a cybersecurity expert with over 20 years of experience. He is known for his contributions to the field of cybersecurity, particularly in areas related to threat hunting and security tools.

Main contributions:

Send the author an email.

Acknowledgments and Dedication#

This book wouldn’t exist without the incredible people who stood by me through every step of the journey.

To my friends and colleagues, thank you for your encouragement, thoughtful feedback, and reminders to keep going when motivation was slowing down. Your support meant a lot to me.

To my family, thank you for your patience, your love, and your quiet support. Whether it was giving me space to write or simply understanding when I disappeared into my head for a while, your presence made all the difference.

I’d like to dedicate this book to my brother, who died unexpectedly in the middle of writing this book.

Naming conventions#

In this book, we use specific text formatting to indicate different types of actions. Below are the conventions used:

Action

Example

Select an option from a menu

In Google Chrome, go to Settings > Privacy and security > Delete browing data.

Click a button or link

To start the installation, click Next.

File names

Edit the settings.py file as shown below.

Command line (dedicated block)

You can install Tor from the packages with the below command:

$ sudo apt update && sudo apt install tor

Command to execute from a python virtual environment

(venv) $ pip install -r requirements.txt

Code to adapt to your environment

Add 127.0.0.1 in the /etc/apache2/ports.conf file as shown below:

Listing 1 /etc/apache2/ports.conf#
Listen 127.0.0.1:80
<IfModule ssl_module>
      Listen 127.0.0.1:443
</IfModule>
<IfModule mod_gnutls.c>
      Listen 127.0.0.1:443
</IfModule>

Command line (inline)

You can install Tor from the packages (sudo apt update && sudo apt install tor) or download the Tor Browser.

Command output

The above command will produce a result similar to this:

16:72C351A6A2B3346260F62EACE3FF5C2D3FC283726E805141D1977B0C88

Support the Author#

This book is free for everyone to enjoy — no paywalls, no subscriptions, just shared with love. If you’ve found value in it and would like to support my work, you’re welcome to leave a donation.

There’s no pressure — your presence here already means a lot. But if you choose to contribute, know that it helps me keep this book updated.

Thank you for reading, and for being part of this journey.

support the author

Contents: