Randscript

A curated collection of utility scripts for AI/LLM development, security research, web archiving, and automation

๐Ÿค– AI/LLM ๐Ÿ” Security ๐Ÿ•ท๏ธ Automation ๐Ÿ“š Archives

๐Ÿš€ Quick Start

# 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
๐Ÿ”

XSS Scanner

scanner/

Automated XSS vulnerability scanner for API security testing. Parses Swagger YAML files and tests endpoints with multiple payloads.

Python Security YAML
Explore Scanner โ†’
๐Ÿง 

LLM Scripts

llm_model/

LLM training scripts and security-focused prompt templates. Includes model download utilities and AppSec analysis prompts.

Model Loading Security Prompts MLX Optimized
Python Hugging Face MLX
Explore LLM Tools โ†’
๐ŸชŸ

WinAPI Tools

winapi/

Windows API utilities and reverse engineering tools. Game cheat/anti-cheat examples and IDA Pro utilities for educational purposes.

Game Cheats Reverse Engineering
Python C++ C# Windows API
Explore WinAPI โ†’
๐Ÿ”

SecOps

secops/

Security operations tools for email analysis and forensics. Includes EML file analysis interface.

HTML JavaScript Security
Explore SecOps โ†’
๐Ÿ•Œ

Asmin Archive

asmin/

Complete archive of the "Asmaul Husna" (99 Names of Allah) website, preserved from July 7, 2020. Indonesian language interface.

Archive HTML CSS
View Archive โ†’

โš ๏ธ Legal & Ethical Notice

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.