Skip to main content

Questions tagged [cli]

2 votes
0 answers
437 views

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 ...
bodand's user avatar
  • 21
0 votes
1 answer
232 views

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, ...
Lance Pollard's user avatar