nvim stuff

This commit is contained in:
Jonathan Hodgson 2025-11-15 11:00:36 +00:00
parent 76e9e832ce
commit 5b44925a9a
29 changed files with 775 additions and 171 deletions

3
bin/.bin/nessus-extract-ips Executable file
View file

@ -0,0 +1,3 @@
#!/usr/bin/env bash
xq -r '[ .NessusClientData_v2.Report.ReportHost | if (. | type == "array") then .[] else . end | (.ReportItem[] + {ip:."@name"})] | .[] | select(."@pluginName" == "'"$1"'") | .ip'