Create a "virtual shell" for file/computer objects

Which part would be affected

The scripts intended for manual use of specific exploits

Description of the feature

Like FtpShell, this feature would ask to the user for several builtin commands (cd, read, get, delete, ...)
FileReaper already traverse a file system by using File objects, and text files can be read/saved without the use of a shell access

How would it enhance the experience?

It would allow manual exploits to perform unpredicted target-specific access to some text files Also, by not using a shell, said access would not create a specific log beside the established connexion

Checks to do

  • Able to exit
  • Able to navigate through several folders
  • Able to read text files
  • Good User eXperience (compared to FtpShell)