Skip to content

Commit a6a08cc

Browse files
authored
Update README.md
Clarified that the example database is AI-generated and not real.
1 parent b42233c commit a6a08cc

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11

2+
23
# DBSearch
34
**DBSearch - Data Breach / Database Search Tool:** A Python script for querying and viewing data from SQLite databases, tailored for Data Breach analysis.
45

56
## Introduction
67
Have you ever faced the challenge of managing a super mega hyper gigantic Data Base / Data Breach file and finding it impossible to search or even open it? If so, this script is for you! It simplifies and speeds up the search process within SQLite databases, turning cumbersome data handling into a breeze.
78

8-
## Disclaimer
9-
*This tool is specifically designed for security researchers. If you wish to check whether your data has been compromised, please consult other resources such as the renowned site [Have I Been Pwned](https://haveibeenpwned.com/).*
9+
## Disclaimers
10+
- ***The example database (fake_tuga.db) was generated by ChatGPT and contains only random data not associated with any real individuals.***
11+
- *This tool is specifically designed for security researchers. If you wish to check whether your data has been compromised, please consult other resources such as the renowned site [Have I Been Pwned](https://haveibeenpwned.com/).*
1012

11-
*This repository and its linked locations do not contain any databases or personal data. Any requests for sharing such information will be ignored. The contributors to this repository are not responsible for providing any personal or database-related data The example database included in the code was created by ChatGPT and contains only random data.*
13+
- *This repository and its linked locations do not contain any databases or personal data. Any requests for sharing such information will be ignored. The contributors to this repository are not responsible for providing any personal or database-related data.*
1214

1315
## Features
1416
- **Multi-Database Support**: Supports multiple databases with distinct settings configured in the config file.

0 commit comments

Comments
 (0)