Summary


This is a sample summary of the page. This page provides an easy to start with template which can be used to record information and additional tags and attributes which link this info with other notes

Hackers Question Everything


Hackers are innately curious, every parameter, every function should be curiously looked at. Why does something work the way it is. What could have the developer thought while writing a function. Can we we get more end points or parameters?

Question Everything and keep trying for things

Note on VDPs


Use VDPs for testing your skills / research or for the sake of a challenge, Do not give them a full test. Use them but within limits. Do not burnout trying to find bugs for free.

Basic toolkit


Pro tip : Use tools and scripts to find new parameters, content and functionality to poke at - look for new things - that is where gold is

Common issues zseano starts with


  • Starts with what he knows best then go on looking for others
  • Spends months on a target to understand it as deep as possible
  • First primarily looks for filters in place and tries to bypass them

Cross site Scripting - XSS

Cross site request forgery - CSRF

Open URL Redirects

SSRF

CORS

File Uploads for Stored XSS and RCE