{"id":26537297,"url":"https://github.com/tyler-tee/redlines","last_synced_at":"2026-05-19T09:33:29.314Z","repository":{"id":282646270,"uuid":"948966690","full_name":"tyler-tee/redlines","owner":"tyler-tee","description":"Red Lines is a professional note-taking application designed specifically for offensive security practitioners. It provides a structured approach to organizing findings during security assessments, penetration tests, and security research.","archived":false,"fork":false,"pushed_at":"2025-03-16T01:47:32.000Z","size":69,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-16T02:31:22.520Z","etag":null,"topics":["ethical-hacking","htb","notebook","notes","notes-app","offsec"],"latest_commit_sha":null,"homepage":"","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/tyler-tee.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-15T11:22:35.000Z","updated_at":"2025-03-16T01:47:35.000Z","dependencies_parsed_at":"2025-03-16T02:31:25.465Z","dependency_job_id":"605dcd31-f4c6-4567-8df9-f1884465bdbf","html_url":"https://github.com/tyler-tee/redlines","commit_stats":null,"previous_names":["tyler-tee/redlines"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tyler-tee%2Fredlines","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tyler-tee%2Fredlines/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tyler-tee%2Fredlines/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tyler-tee%2Fredlines/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tyler-tee","download_url":"https://codeload.github.com/tyler-tee/redlines/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244875377,"owners_count":20524646,"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":["ethical-hacking","htb","notebook","notes","notes-app","offsec"],"created_at":"2025-03-21T22:19:50.658Z","updated_at":"2026-05-19T09:33:29.276Z","avatar_url":"https://github.com/tyler-tee.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Red Lines - Security Notes\n\nRed Lines is a professional note-taking application designed specifically for offensive security practitioners. It provides a structured approach to organizing findings during security assessments, penetration tests, and security research.\n\n![image](https://github.com/user-attachments/assets/b74d34b0-e4cf-4283-a695-10c45f01f41b)\n\n\n## Features\n\n- **Hierarchical Organization**: Nested folder structure to organize your security notes logically\n- **Markdown Support**: Full Markdown formatting with syntax highlighting for code snippets\n- **Security-Focused Templates**: Pre-built templates for common security documentation needs \n- **Code Snippet Support**: Syntax highlighting for security-relevant languages (Python, Bash, SQL, etc.)\n- **Encoder/Decoder Tool**: Built-in tool for Base64, URL, HTML, and Hex encoding/decoding\n- **Dark Mode**: Easy on the eyes during those late-night security assessments\n- **Offline First**: All notes are stored locally - no data leaves your device\n- **Import/Export**: Easily back up and restore your notes as JSON\n\n## Getting Started\n\n1. Clone the repository:\n   ```\n   git clone https://github.com/yourusername/redlines.git\n   ```\n\n2. Navigate to the project directory:\n   ```\n   cd redlines\n   ```\n\n3. Open `index.html` in your web browser, or serve it using a local development server:\n   ```\n   # Using Python\n   python -m http.server\n   \n   # Using Node.js\n   npx serve\n   ```\n\n## Project Structure\n\n- `index.html` - Main application HTML\n- `styles.css` - Application styling\n- `script.js` - Application logic and functionality\n\n## Usage Guide\n\n### Creating Notes and Folders\n\n- Use the \"Add Folder\" and \"Add Note\" buttons in the sidebar\n- Organize notes with drag-and-drop functionality\n- Right-click items for additional options (rename, delete, etc.)\n\n### Writing Notes\n\n- Notes support full Markdown syntax\n- Toggle between edit and preview modes using the tabs or Ctrl+E\n- Use the template button to insert common security documentation templates\n- Use the code button to insert code snippets with syntax highlighting\n\n### Templates\n\nRed Lines includes several built-in templates for security documentation:\n\n- **Nmap Scan**: Document network reconnaissance results\n- **Vulnerability**: Document identified security vulnerabilities\n- **Credentials**: Securely document discovered credentials\n- **Web Vulnerability**: Document web application security issues\n\n### Keyboard Shortcuts\n\n- `Ctrl+E`: Toggle between edit and preview modes\n- `Ctrl+S`: Save notes\n- `Ctrl+F`: Search notes\n- `Ctrl+N`: Create a new note\n- `F1`: Show help\n- `Del`: Delete the current item\n- `Ctrl+Space`: Insert code snippet\n\n## Security Considerations\n\n- Red Lines is a local web application with no server component\n- All data is stored in your browser's localStorage\n- No data is transmitted over the network\n- For sensitive data, consider using an encrypted filesystem or disk encryption\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit your changes (`git commit -m 'Add some amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing-feature`)\n5. Open a Pull Request\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n\n## Acknowledgments\n\n- Built with modern web technologies: HTML, CSS, and JavaScript\n- Uses [Prism.js](https://prismjs.com/) for syntax highlighting\n- Icons from [Feather Icons](https://feathericons.com/)\n\n---\n\n**Note**: Red Lines is designed for legitimate security research and penetration testing activities. Always ensure you have proper authorization before performing security assessments.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftyler-tee%2Fredlines","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftyler-tee%2Fredlines","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftyler-tee%2Fredlines/lists"}