Skip to main content

Posts

Showing posts with the label Python

Automating Web Security Audits: A Deep Dive into Vanguard Web Scanner

neeshant Automating Web Security Audits: A Deep Dive into Vanguard Web Scanner Automating Web Security Audits: A Deep Dive into Vanguard Web Scanner Discover Vanguard—a modular command-line vulnerability scanner and crawling tool designed to actively audit HTTP headers, test endpoints, and detect XSS and SQL injection vulnerabilities. Python 3.8+ Ethical Hacking Kali Linux MIT License Introduction Web application security has transitioned from an periodic compliance checkbox to a continuous, core requirement in modern software development. As web platforms grow more complex, they ingest, process, and store massive amounts of sensitive user data. Consequently, they remain the primary target for malicious threat actors. Traditional approaches to securing these platforms—such as hiring external penetration testing team...

Building a DIY Sci-Fi HUD Voice Assistant: A Deep Dive into J.A.R.V.I.S. (Desi Jarvis) Core

Building a DIY Sci-Fi HUD Voice Assistant By neeshant  A Deep Dive into the J.A.R.V.I.S. (Desi Jarvis) Core Offline Workstation Controller Introduction: The Evolution of Local Voice Systems Voice assistant technology has matured rapidly over the past decade. Virtual assistants like Apple's Siri, Amazon's Alexa, and Google Assistant have integrated themselves deeply into our smartphones, smart speakers, and home appliances. While these commercial solutions are capable, they are built on a highly centralized paradigm: they rely on constant internet connectivity to stream voice recordings to remote cloud servers. Once in the cloud, these voice snippets undergo resource-intensive automatic speech recognition (ASR) and natural language processing (NLP) before sending commands back to the client device. This architectural flow creates major bottlenecks, including perceptible latency, reliance on internet availability, and recurring API subscription costs. ...

A Deep Dive into Jeeplan2027—The Secure Strategic Study Planner for JEE Prep

neeshant Building a Strategic Study Ops Platform: A Deep Dive into Jeeplan2027 Secure, local-first progress tracking and intelligent scheduling for one of the world's most competitive exams. ๐Ÿ›ก️ Cybersecurity Portfolio ๐ŸŸข Status: Active ⚙️ Python, JS, Kotlin ๐Ÿ“– 1. Introduction: The High-Stakes World of JEE Prep The Joint Entrance Examination (JEE) in India is globally recognized as one of the most grueling academic challenges. Every year, over a million candidates compete for a fraction of a percent of seats in the prestigious Indian Institutes of Technology (IITs). The syllabus spans two intensive years of Physics, Chemistry, and Mathematics (equivalent to Classes 11 and 12). Success does not merely demand intelligence; it requires impeccable ...

Unleashing AegisEye: Elevating Digital Forensics and OSINT with a Custom Model Context Protocol (MCP) Server

neeshant Open Source Release Unleashing AegisEye: AI-Powered Digital Forensics & OSINT Triage Bridging the gap between automated incident response and human-auditable digital forensics using a secure Custom Model Context Protocol (MCP) server.  by neeshant    Introduction In the modern cybersecurity landscape, threat mitigation is a race against time. Offensive AI tools, automated vulnerability scanners, and automated script suites can execute complex multi-stage attacks, elevate privileges, and establish persistent backdoors in a matter of seconds. When a system is compromised, security teams face the arduous task of manual incident response—sorting through EXIF metadata, verifying SSL certificates, performing domain WHOIS query searches, checking phone registries, and auditing suspicious system files. Historically, these tasks required human analysts to context-switch between doze...

Going Autonomous: How Auto-SRE Automates Incident Response and Self-Healing with LangGraph and Splunk MCP

Going Autonomous: How Auto-SRE Automates Incident Response and Self-Healing By Neeshant  A deep dive into an enterprise-grade agentic site reliability assistant powered by LangGraph, Splunk MCP, and automated rollback workflows. The Dawn of Agentic Site Reliability Engineering In modern cloud systems, microservice architectures have solved the challenges of scale and agility, but they have simultaneously turned debugging into a complex, distributed puzzle. When an outage occurs in production, every second represents lost revenue, compromised SLA thresholds, and customer frustration. The typical workflow of resolving high-severity incidents has historically remained manual. An engineer is paged at 3:00 AM, logs into an observability panel like Splunk or Datadog, sifts through hundreds of traces, correlations, and Git VCS checkins, manually attempts to isolate the root cause, and finally triggers a deployment rollback or schema migration script t...

Never Get Rate-Limited by Surprise: Meet AIQuotaBar, the Ultimate macOS Menu Bar Tool for Claude, ChatGPT, Cursor, and Copilot

Never Get Rate-Limited by Surprise: Meet AIQuotaBar for macOS By Neeshant  Track your Claude, ChatGPT, Cursor, and Copilot usage limits live in your macOS menu bar and native desktop widgets. Zero Electron. Zero browser extensions. macOS 12+ Python 3.10+ No Electron Privacy-First Open Source 1. Introduction: The AI-Driven Developer's Conundrum The landscape of software engineering has shifted fundamentally with the integration of Large Language Models (LLMs) into the daily programming lifecycle. Coding companions such as Anthropic’s Claude, OpenAI's ChatGPT, and IDE integrations like Cursor and GitHub Copilot have transitioned from novelties to mission-critical infrastructure. Develope...