Questions tagged [cli]
The cli tag has no summary.
2 questions
2 votes
0 answers
437 views
User token in command line tool
I'm trying to build a cli tool for an application that provides a web-based API. The use-case is to allow performing common tasks through a command-line client, and perform quick admin actions from a ...
0 votes
1 answer
232 views
Primary techniques to prevent against hacks when passing user input to CLI arguments?
What are the main kinds of hacks that can be used when passing user input from the command line, and what are the key techniques to prevent against them (like to prevent against browser XSS attacks, ...