Run a Local LLM API Server with vLLM (OpenAI-Compatible, Fast, and Simple)
Step-by-step: create a uv virtualenv, install vLLM with the right torch backend, and launchvllm serve to get an OpenAI-compatible local API endpoint.
Continue reading
Fixing NXC Not Showing Passwords During Brute Force Password Sprays
Discover why NXC hides passwords during brute force attacks and how to configure the reveal_chars_of_pwd setting to expose full attempted passwords for effective auditing and debugging. Continue readingGolden Ticket Attack: Exploiting Kerberos from Linux
Explore how to execute a full Golden Ticket attack on Active Directory using Linux tools. Includes practical, field-proven Impacket command examples and focuses on technical accuracy for red team and security professionals. Continue readingColor-Coded URL Status Checker in Bash: Enhanced Script for Fast Web Health Monitoring
Upgrade your Bash scripting game with a color-coded URL status checker that leverages curl, timeout handling, and clean output for fast web monitoring. Continue readingCheck Price and Token Limits in ZapGPT with OpenAI Provider
ZapGPT is a CLI and API tool to interact with LLMs like OpenAI, Groq, Claude, Perplexity, and more. If you’re using the OpenAI provider, you can easily check the price per token for each supported model — critical info if you’re optimizing for cost or want to dynamically switch models based on available context or budget.
Also, you can use the OpeNRouter provider to check the length of context if you are using some huge context like a big file as input :).
Continue reading