Discover technologies detected for a domain.
Usage
tomba technology --target "<domain>"
Example
tomba technology --target "tomba.io"
HTTP call
curl --request POST \
--url 'http://127.0.0.1:3001/technology' \
--header 'Content-Type: multipart/form-data' \
--form domain=tomba.io
curl --request POST \
--url 'http://127.0.0.1:3001/technology' \
--header 'Content-Type: application/json' \
--data '{
"domain": "tomba.io"
}'
Last modified on