wordfence / wordfence-cli

Wordfence malware and vulnerability scanner command line utility.
https://www.wordfence.com/products/wordfence-cli/
GNU General Public License v3.0
100 stars 20 forks source link

Use a specific/identifiable user agent when making requests to Wordfence APIs #287

Open akenion opened 1 month ago

akenion commented 1 month ago

Currently CLI uses the generic user agent from the requests library (i.e. python-requests/2.22.0). @wf-mattr suggested using a more specific user agent for this purpose. I'm thinking something like Wordfence CLI/4.0.3 (where the version number matches the version of CLI).