Simple tool to analyze a files/urls content - it was primarily created to analyze the content of a javascript file against a given set of regular expressions.
go build -o dist/FileAnalyzer main.go
Analyze a file using all regular expressions
./FileAnalyzer -file some/file.js
Analyze an url using all regular expressions but limit the extracted content to 1000 characters (per regular expression)
./FileAnalyzer -file https://an.url/file.js -char-limit 1000 -types all
Analyze a file using only regular expressions of type "credentials"
./FileAnalyzer -file some/file.js -types credentials
As always this is a WIP, there are some todos, optimizations and so on!
$ claude mcp add yataf \
-- python -m otcore.mcp_server <graph>