{"id":13843551,"url":"https://github.com/c-f/lel","last_synced_at":"2025-07-11T19:32:17.617Z","repository":{"id":39326326,"uuid":"219337732","full_name":"c-f/lel","owner":"c-f","description":"Visualization layer and helper for relevant IT related documentation and operation","archived":true,"fork":false,"pushed_at":"2022-07-07T13:45:29.000Z","size":2729,"stargazers_count":9,"open_issues_count":21,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-08-05T17:38:01.474Z","etag":null,"topics":["bugbounty","documentation-tool","golang","graph","lel","logger","react","redteam-infrastructure"],"latest_commit_sha":null,"homepage":"https://editor.l3l.lol","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/c-f.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-11-03T17:21:58.000Z","updated_at":"2024-01-28T19:15:30.000Z","dependencies_parsed_at":"2022-07-12T17:51:33.990Z","dependency_job_id":null,"html_url":"https://github.com/c-f/lel","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c-f%2Flel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c-f%2Flel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c-f%2Flel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c-f%2Flel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/c-f","download_url":"https://codeload.github.com/c-f/lel/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225755025,"owners_count":17519189,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bugbounty","documentation-tool","golang","graph","lel","logger","react","redteam-infrastructure"],"created_at":"2024-08-04T17:02:12.979Z","updated_at":"2024-11-21T15:31:08.421Z","avatar_url":"https://github.com/c-f.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# LEL\n\n```bash\nTLDR; Explode your notes.\nA PoC for a better keepnote\n```\n\n![LEL - no need for more](./docs/LEL.png)\n\nLEL is a visualization layer and helper for relevant documentation and note taking focused on IT operations.\n\nLEL is built with \u003c3 in Go and React by [iNvist](https://twitter.com/invist) .\n\n[Website](https://editor.l3l.lol) |\n[Documentation](./docu/guide.md) |\n[Installation Guide](./docs/installation.md)\n\n[![GoDoc](https://godoc.org/github.com/c-f/lel?status.svg)](https://godoc.org/github.com/c-f/lel)\n[![Build Status](https://api.travis-ci.org/c-f/lel.svg?branch=master)](https://travis-ci.org/c-f/lel)\n[![Go Report Card](https://goreportcard.com/badge/github.com/c-f/lel)](https://goreportcard.com/report/github.com/c-f/lel)\n\n## Overview\n\n![STATUS:BETA](https://img.shields.io/badge/Status-beta-blue)\n\nThe tool is heavily focused to help structuring relevant infos for Redteam, Pentest, Research, Bugbounty and Ops. Go create your own **explosion**\n\nhttps://editor.l3l.lol\n\n---\n\n**Installation**:\n[here](#install)\n\n**Usage**:\n[here](#usage)\n\n**Dependencies**:\n[here](docs/dependencies.md).\n\n**Development**:\n[Dev-Docs](docs/development.md)\n\n**Bugs**:\n[More information](docs/bugs.md)\n\n**Automation**:\n[Automation](docs/automation.md)\n\n**API**:\n[API](docs/api.md)\n\n**Guide**:\n[guide](docs/guide.md)\n\n---\n\n## Install\n\n\u003e LEL can be cross compiled and is therefore available for Windows, Linux\n\nLEL can be downloaded through github releases\n\n### Docker\n\nIn this repo you find a `docker-compose.yml`, which can be used to start LEL:\n\n```bash\ndocker pull invist/lel:v0.0.1\ndocker-compose up\n```\n\nThe official Repo for lel is [invist/lel:v0.0.1](https://hub.docker.com/r/invist/lel).\n\n## Usage\n\n\u003e Because sharing is Caring\n\n[More examples](docs/guide.md) can be found in the guide:\n\n```bash\n./lel -docu \u003cdocupath\u003e -editor /usr/bin/code -addr 127.0.0.1:8888\n```\n\n![graph](./docs/pic_graph.png)\n\n## Metatags\n\nMetatags are the explosion parts of LEL:\n\nMore details and documentation can be found [here](./docs/metatags.md)\n\n| Metatag | Required | Short definition                            |\n| ------- | -------- | ------------------------------------------- |\n| @ref    | -        | Link between entities                       |\n| @todo   | -        | Indicates the start of a todo list          |\n| @tags   | -        | Give your notes some context and group them |\n| @name   | yes      | Id parameter to reference the entity.       |\n| @label  | -        | Graph label for node                        |\n| @entity | yes      | Specifiy which entity a note should be.     |\n| @icon   | -        | Lets you specify your own icon              |\n|         | -        |                                             |\n| ?       | -        | Do you think we missed one ? -\u003e gh issue \u003c3 |\n\n````\n```\n@name example.com, 127.0.0.1, HOST.ad.example.com\n@entity server\n@label example.com\n@tags entrypoint, linux, dmz, germany,\n\n# references\n@ref (c2)-\u003e[:webshell-1]-\u003e(this)\n@ref (this)-\u003e[access]-\u003e(proxy)\n@ref (this)-\u003e[access]-\u003e(intra.example.com)\n```\n\n# Example.com\n\u003e Some information about the host\n\n## Postexploitation\n\n```\n@todo post\nrun +mimikatz +postexploit\ncollect +creds\ndeploy webshell\n\n```\n````\n\n## FAQ\n\n- **Q:** My External editor is not working ?\n\n  **A** Please specify an external editor with the `-editor` parameter and click the toggleButton in the LeL settings.\n\n- **Q:** Can I use LEL for private/corporate projects ?\n\n  **A:** Absolutely\n\n- **Q:** What does LEL stand for ?\n\n  **A:** Of course LEL stands for the [_Lower explosion limit_](https://en.wikipedia.org/wiki/Flammability_limit).\n\n  _The lowest concentration (percentage) of a gas or a vapor in air capable of producing a flash of fire in the presence of an ignition source (arc, flame, heat)_\n\n- **Q:** But why should i use LEL when i have xyz\n\n  **A** You can choose whatever editor you like. In fact LEL is supporting external editors :) Try it out LEL can coexist between sublime, VS-code, Seafile, Gitlab\n\n- **Q:** Why a Logo / Website / Stuff ?\n\n  **A** Just for fun ¯\\_(ツ)\\_/¯ - giving something back to the community: https://editor.l3l.lol/\n\n- **Q:** But XYZ is missing !\n\n  **A** No problem - write an issue and we add it to the feature board.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fc-f%2Flel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fc-f%2Flel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fc-f%2Flel/lists"}