The tool aims to identify html injection possibilities in GET parameters, letting the hard part of constructing the xss payload for the user, preventing false negatives by firewall blocking
go install github.com/joaovitormaia/xss@latest
cat urls.txt | xss -o output.txt
xss -i urls.txt
xss -h