A curated collection of utility scripts for AI/LLM development, security research, web archiving, and automation
# Clone and navigate to any component
git clone https://github.com/yourusername/randscript.git
cd randscript
# RAG Agent (Featured) - Install dependencies
cd rag-agent
uv sync
cp .env.example .env
uv run python web_app.py
# XSS Scanner
cd scanner
python xss_scanner.py
# LLM Security Scripts (Apple Silicon)
cd llm_model/scripts
uv run python security_llm.py
Full-featured RAG system with local LLM support via Ollama. Build chatbots that answer from your documents with source citations. Web UI + CLI interfaces.
Automated XSS vulnerability scanner for API security testing. Parses Swagger YAML files and tests endpoints with multiple payloads.
Explore Scanner โLLM training scripts and security-focused prompt templates. Includes model download utilities and AppSec analysis prompts.
Windows API utilities and reverse engineering tools. Game cheat/anti-cheat examples and IDA Pro utilities for educational purposes.
Security operations tools for email analysis and forensics. Includes EML file analysis interface.
Explore SecOps โComplete archive of the "Asmaul Husna" (99 Names of Allah) website, preserved from July 7, 2020. Indonesian language interface.
View Archive โThis repository is for educational and research purposes only. Use security tools only on systems you own or have explicit permission to test. Comply with all applicable laws and regulations.