Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 546 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 546 Bytes

Test XVWA File Inclusion

Description:

Selenium with PyTest program to test XVWA web application for file inclusion vulnerability.

Prerequisites

  1. pip3 install -U selenium
  2. pip3 install -U pytest
  3. Have firefox installed
  4. Have the geckodriver in your system path https://github.com/mozilla/geckodriver/releases
  5. Download and run xvwa in a docker https://github.com/s4n7h0/xvwa ---> https://github.com/tuxotron/xvwa_lamp_container (follow instructions)

Run with: "pytest test_XVWAFileInclusion.py"

Demo Gif