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.
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 |
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 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 ( |
Command output |
The above command will produce a result similar to this:
|
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.
Contents:
- Foreword
- Chapter 1: Overview of The Dark Web
- Chapter 2: Tor
- Chapter 3: I2P
- Chapter 4: Hyphanet (formerly Freenet)
- Chapter 5: ZeroNet
- Chapter 6: What can be found on the Dark Web?
- Disclaimers
- Search Engines, Directories, and Web Archives
- Communication
- Free File Sharing and Streaming Services
- Paste Services
- News, Blogs, Discussion Boards, Whistleblowing, and Tutorials
- Classified, Restricted, Censored, and Leaked Content
- Financial Services
- Digital Services
- Commercial Services
- Commercial Goods
- Malware, Ransomware, and Malicious Infrastructures
- Network Services and Privacy Services
- Other Contents
- Chapter 7: Intelligence and Hunting on the Dark Web