class Token: def init(self, type_, leading_white, source): self.Type = type_ self.LeadingWhite = leading_white self.Source = source class ASTNode: def init(self, type ...
MCP server for web application reverse engineering and reconnaissance. Wraps industry-standard tools (subfinder, httpx, nuclei, katana, ffuf, sqlmap, dalfox, and others) behind a unified interface for ...