https://github.com/vrikodar/trishul
Trishul searches for sensitive data with options to specify custom files and custom keywords to look for in the filesystem
https://github.com/vrikodar/trishul
api-keys data-search forensics-tools password-finder sensitive-data-security
Last synced: 4 months ago
JSON representation
Trishul searches for sensitive data with options to specify custom files and custom keywords to look for in the filesystem
- Host: GitHub
- URL: https://github.com/vrikodar/trishul
- Owner: vrikodar
- License: bsd-3-clause
- Created: 2021-12-03T14:51:40.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-03T18:07:14.000Z (almost 4 years ago)
- Last Synced: 2025-04-13T14:41:40.694Z (6 months ago)
- Topics: api-keys, data-search, forensics-tools, password-finder, sensitive-data-security
- Language: Python
- Homepage: https://github.com/SxNade/Trishul/wiki
- Size: 360 KB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Trishul
![]()
**Trishul searches for sensitive data with options to specify custom files and custom keywords to look for in filesystem**
## Prerequisites
**Before you can start using Trishul you need to install some dependencies that Trishul requires in order to function properly**
___
### Installing textract and antiword*Trishul utilizes the powerful textract library to extract text from any type of non-txt file such as xlsx,docx or even jpegs and mp4s*
```bash
# you can install textract with pip3
pip3 install textract
```*antiword is something utlized by textract itself to process .doc files into .docx and then extract text from them*
```bash
# we can simply use apt to install it
apt install antiword
```
## Installing and Running Trishul**Once you have the dependencies in place, you can start using Trishul**
```bash
git clone https://github.com/SxNade/Trishul
cd Trishul
chmod +x trishul./trushul --help
```## Options with Trishul
**For Info on options with Trishul Check out the Trishul wiki**
**https://github.com/SxNade/Trishul/wiki**
## Future Updates
https://github.com/SxNade/Trishul/wiki#future-updates