KO
|
EN
gitlite β search
Search
#golang
#hacktoberfest
#php
#python3
#android
#machine-learning
#blockchain
#java
#mysql
#ruby
#csharp
#linux
lemmeknow
β 1,117
Open GitHub β
The fastest way to identify anything!
Download README (.md)
Explore Similar Repositories
tailwindo
:
π Convert Bootstrap CSS code to Tailwind CSS code
dokku-letsencrypt
:
Automatic Let's Encrypt TLS Certificate installation for dokku
Gym
:
Evaluate and improve models and agents using environments
DataDreamer
:
DataDreamer: Prompt. Generate Synthetic Data. Train & Align Models. β π€π€
create-figma-plugin
:
:battery: The comprehensive toolkit for developing plugins and widgets for Figma
// repository documentation
Was this content helpful?
β 0
(0 ratings)
Select Rating:
β
β
β
β
β
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
lemmeknow
?
Download (.md)
<h1 align="center"> lemmeknow </h1> <div align="center"> β‘ π¦ π </div> <div align="center"> <strong>Just ask "lemmeknow"!</strong> </div> <div align="center"> The fastest way to identify anything </div> <br /> <div align="center"> <!-- Twitter --> <a href="https://twitter.com/_swanandx"> <img src="https://img.shields.io/badge/twitter-%40__swanandx-blue" alt="@_swanandx" /> </a> <!-- GitHub issues --> <a href="https://github.com/swanandx/lemmeknow/issues"> <img src="https://img.shields.io/github/issues/swanandx/lemmeknow" alt="GitHub issues" /> </a> <!-- GitHub stars --> <a href="https://github.com/swanandx/lemmeknow/stargazers"> <img src="https://img.shields.io/github/stars/swanandx/lemmeknow" alt="GitHub stars" /> </a> <!-- GitHub forks --> <a href="https://github.com/swanandx/lemmeknow/network"> <img src="https://img.shields.io/github/forks/swanandx/lemmeknow" alt="GitHub forks" /> </a> <!-- GitHub license --> <a href="https://github.com/swanandx/lemmeknow/blob/main/LICENSE"> <img src="https://img.shields.io/github/license/swanandx/lemmeknow" alt="GitHub license" /> </a> </div> <div align="center"> <sub>Built with β€οΈ by <a href="https://twitter.com/_swanandx">swanandx</a> and <a href="https://github.com/swanandx/lemmeknow/graphs/contributors"> contributors </a> </div> <br /> <!-- Thnx to choo for above README design <3 https://github.com/choojs/choo/blob/master/README.md --> `lemmeknow` can be used for identifying mysterious text or to analyze hard-coded strings from captured network packets, malwares, or just about anything. <div align="center"> <strong>Try it online <a href="https://swanandx.github.io/lemmeknow-frontend/">here</a> </strong> </div> <br /> <div align="center"> <strong>Watch the video on <a href="https://youtu.be/n92YrzELBJU">YouTube</a> </strong> </div> <br /> ## π§° Usage ```shell lemmeknow [OPTIONS] <TEXT/FILENAME> ``` <img align="center" src="https://media.discordapp.net/attachments/869896750188625950/1032250968043171881/unknown.png" alt="demo"/> <details> <summary> JSON Output </summary> If you want output in JSON format, then pass `-j / --json` flag. *e.g.* ```shell lemmeknow UC11L3JDgDQMyH8iolKkVZ4w --json ``` <img align="center" src="https://media.discordapp.net/attachments/998569651183288351/1009151747194892288/lkjosn.png?width=1440&height=512" alt="demo" /> </details> > Run `lemmeknow --help` for all options! <br /> ## π Installation --- ### Download executable π You can directly download executable and run it. No need for any installation. > Check releases [here](https://github.com/swanandx/lemmeknow/releases/). --- ### Using `cargo` π¦ ```shell cargo install lemmeknow ``` --- ### Using [Nix](https://nixos.org/nix) βοΈ ```shell nix-env -iA nixpkgs.lemmeknow ``` --- ### Build it from source π― Clone repository ```shell git clone https://github.com/swanandx/lemmeknow && cd lemmeknow ``` then build and run ```shell cargo run -- <TEXT/FILENAME> [OPTIONS] ``` OR ```shell cargo build --release cd target/release/ ./lemmeknow <TEXT/FILENAME> [OPTIONS] ``` --- <br /> ## π 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` ```toml [dependencies] lemmeknow = { version = "0.7", default-features = false } ``` OR ```toml [dependencies] lemmeknow = { git = "https://github.com/swanandx/lemmeknow", default-features = false } ``` > Refer to [documentation](https://docs.rs/lemmeknow) for more info. lemmeknow supports webassembly, that is, it can be compiled for `wasm32-unknown-unknown` target! e.g. [lemmeknow-frontend](https://github.com/swanandx/lemmeknow-frontend) <br /> ## βοΈ Benchmarks lemmeknow is around **33x faster** than pywhat for a file of 8.7MB, and it is **3x faster** for a single string! | A file of 8.7MB | A single string | | --- | --- | | *Summary*: `lemmeknow.exe floss.exe` ran **33.13 Β± 9.74** times faster than `pywhat floss.exe` | *Summary*: `lemmeknow.exe 3FZ..Zc5` ran **3.29 Β± 0.77** times faster than `pywhat 3FZ..Zc5` | |  |  | > Thanks to [SkeletalDemise](https://github.com/SkeletalDemise) for the benchmarks and the whisker plots β¨ <br /> ## π§ 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. <br /> ## π Acknowledgement This project is inspired by [PyWhat](https://github.com/bee-san/pyWhat)! Thanks to developer of it for the awesome idea <3 .