2.2.1 • Published 5 years ago
suos v2.2.1
suos
Search String on Site
Usage
$ npm install -g suos
$ suos COMMAND
running command...
$ suos (-v|--version|version)
suos/2.2.1 linux-x64 node-v14.13.1
$ suos --help [COMMAND]
USAGE
$ suos COMMAND
...
Description
This command can be used to search for a specific string inside the href
attribute of every <a>
tag on a web page. It requires a sitemap xml file containing the list of URL on which the search will take place.
It will write to STDOUT in a csv format by default.
$ suos (-u|--username)
Username for HTTP auth
$ suos (-p|--password)
Password for HTTP auth. Password is dependant on username
$ suos -a
Search for any URL
e.g.
$ suos mySitemap.xml -a -u myUser -p superHardPassword