lemmeknow :zap:
Identify any mysterious text or analyze strings from a file, just ask lemmeknow.
lemmeknow can be used for identifying mysterious text or to analyze hard-coded strings from captured network packets, malwares, or just about anything, for identifying
- All URLs
- Emails
- Phone numbers
- Credit card numbers
- Cryptocurrency addresses
- Social Security Numbers
- and much more.
:toolbox: Usage
If you have executable, the just pass TEXT or /PATH/TO/FILE as argument e.g. lemmeknow secrets.pcap and it will determine if the argument is a file or just a text and then perform analysis accordingly!
If you want output in JSON, then pass --json, e.g. lemmeknow UC11L3JDgDQMyH8iolKkVZ4w --json

:telescope: Installation
Download executable :chart_with_upwards_trend:
You can directly download executable and run it. No need for any installation.
- Check releases here.
Using cargo :crab:
cargo install lemmeknow
Build it from source :dart:
Clone repository
git clone https://github.com/swanandx/lemmeknow && cd lemmeknow
then build and run
cargo rune.g.cargo run -- <TEXT/FILENAME> [OPTIONS]
OR
cargo build --releasecd target/release/./lemmeknowe.g../lemmeknow <TEXT/FILENAME> [OPTIONS]
:scream_cat: API
Want to use this as a crate in your project? or make a web api for it? No worries! Just add a entry in your Cargo.toml
[]
= "0.1.0"
OR
[]
= { = "https://github.com/swanandx/lemmeknow" }
Refer to documentation for more info.
:construction: Contributing
You can contribute by adding new regex, improving current regex, improving code performance or fixing minor bugs! Just open a issue or submit a PR.
Acknowledgement
This project is inspired by PyWhat! Thanks to developer of it for the awesome idea <3 .