User Tools

Site Tools


interactive_reverse_http_s_sessions

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
interactive_reverse_http_s_sessions [2019/05/22 17:47] lucyinteractive_reverse_http_s_sessions [2021/03/15 17:56] – [What commands are supported?] lucy
Line 50: Line 50:
  
  
-The tool allows you to use a limited set of commands. Some commands in Windows are not executable, they are built into the command line (Example of command with executable: whoami).  If we need to use a command which is a built-in command line, then we should call cmd directly (example for requesting the directory content: "cmd /c dir"). Here are a few more examples of how to run shell commands:+The tool allows you to use a limited set of commands. Some commands in Windows are not executable, they are built into the command line (Example of command with executable: whoami).  If we need to use a command which is a built-in command line, then we should call it directly. Here are a few more examples of how to run shell commands:
  
-  * cmd /c dir +  *  dir 
-  * cmd /c cd C:\ & dir +  *  cd C:\ & dir 
-  * cmd /c type C:\autoexec.bat +  *  type C:\autoexec.bat 
-  * cmd /c dir "C:\Program Files\+  *  dir "C:\Program Files\
 \\ \\
  
interactive_reverse_http_s_sessions.txt · Last modified: 2021/03/15 17:58 by lucy