Class ShellWeb

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, Scrollable

public class ShellWeb extends AbstractShell
A terminal for web shell injection.
See Also:
  • Constructor Details

  • Method Details

    • action

      public void action(String command, UUID terminalID, String urlShell, String... arg)
      Description copied from class: AbstractShell
      Run when cmd is validated.
      Specified by:
      action in class AbstractShell
      Parameters:
      command - Command to execute
      terminalID - Unique ID for terminal instance
      urlShell - URL of shell
      arg - Additional parameters (User and password for SQLShell)