Projects | No More Secrets
setec@rs:~$ ls -la projects/
Projects
Security tools, scanners, and open source projects. All code is available for inspection, modification, and improvement.
setec@rs:~/projects$ find . -type f -name "*.app" -exec ls -la \;
lovable-scanner.app
↗
Website security scanner built for the Lovable platform. Performs comprehensive security audits including SSL/TLS analysis, header inspection, and vulnerability detection.
Features:
- SSL/TLS certificate analysis
- HTTP security header validation
- Common vulnerability detection
- Real-time scanning results
base44-scanner.app
↗
Base64 encoding/decoding tool with advanced pattern detection. Identifies encoded data in text, files, and web content with support for various encoding schemes.
Features:
- Multi-format Base64 detection
- Batch processing capabilities
- Pattern recognition algorithms
- Export decoded results
setec@rs:~/projects$ cat README.txt
Project Philosophy
These tools embody the "No More Secrets" philosophy - transparency in security research and open access to protective technologies. Each project is designed to:
- Educate - Learn by examining real security implementations
- Protect - Identify vulnerabilities before attackers do
- Empower - Provide tools that democratize security testing
- Share - Open source everything, no proprietary black boxes
Contributing
Found a bug? Have an improvement? All projects welcome contributions:
git clone [project-repo] npm install && npm run dev git checkout -b feature/your-improvement