https://github.com/redcode-labs/sammler
A tool to extract useful data from documents
https://github.com/redcode-labs/sammler
extract golang regex sammler
Last synced: 2 months ago
JSON representation
A tool to extract useful data from documents
- Host: GitHub
- URL: https://github.com/redcode-labs/sammler
- Owner: redcode-labs
- License: mit
- Created: 2020-11-05T20:31:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-12-07T01:01:24.000Z (6 months ago)
- Last Synced: 2025-03-29T02:05:39.896Z (2 months ago)
- Topics: extract, golang, regex, sammler
- Language: Go
- Homepage:
- Size: 74.2 KB
- Stars: 155
- Watchers: 9
- Forks: 17
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Sammler
A tool to extract vital data from text documents and strings## Supported types of data
- **E-mails**
- **IP addresses**
- **MAC addresses**
- **Dates and times**
- **Credit card numbers**
- **Domains**
- **Phone numbers**## Usage
Pass each file or string to inspect using `-f/--file` flag (can be used multiple times)
Use `-a/--all` in order to search for data in all files inside current dir.
## License
This software is under MIT license