akde/infosec

Information security is ultimately about managing risk


  1. Try to upload a file and execute/open it on the server.
  2. Try to over­write a file on the serv­er if you can change the tar­get path in the request.
  3. Try to make invalid requests to pro­voke error messages.
  4. Try to add some tem­plate lan­guage which could print/execute something.

(!) If upload does not seem to work, change the suf­fix e.g. from .php to .pHp.

More:

File uploads / images

  1. Upload a valid image file to see how it works.
  2. Upload a sim­ple invalid file like a text file.

Leave a Reply

About

Personal collection of some infosec stuff. Primary purpose of this site is to collect and organize for myself.

Note: Some content is not publicly visible due to copyright issues. Therefore, some links could be broken.

Checklists

Categories

Checklists: Ports

python -c 'import pty;pty.spawn("/bin/bash")';

python3 -c 'import pty;pty.spawn("/bin/bash")';