An open API service indexing awesome lists of open source software.

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

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