I want to fuzz the restricted shell which is customized linux shell. I can only run certain commands which are specific to application. OS commands are not allowed to run. The shell looks as below after doing ssh to it,
My goal is to fuzz the input parameters for this shell and observe the crashes and unexpected errors. I am looking for the tools and process to fuzz these kinds of restricted shells.
Does anyone recommend a good way to accomplish this?
