Unable to get this working with OWASP Juice Shop Locally http://localhost:3000/
Tested and works so far with OWASP Juice Shop online
http://demo.owasp-juice.shop/ftp/quarantine
When it is not broken lol. Because, let us be clear. This is the only http site, I
could find, which allows you to test downloads. Due to this and many other reasons,
it is often broken.
Why test locally when you can straight up just test on Remote VM, on your lab.
Cover two birds with one stone did this here and much easier.
- Enable port forwarding (1) just in case you want to remote.
It doesn't seem to make a difference. -
Set ALL iptables - INPUT, OUTPUT, FORWARD.
There is not conflict local vs remote. - This only works with arp_spoof.py, which sets you onPath.
Or, PitM (Person in the Middle) hehe. -
Flush ip_tables when your finished.
But I sometimes just leave them running, this is my attack machine.
And it's a VM after all. - Start webserver locally: service apache2 start
-
Webroot:Location of where webfiles are stored:
/var/www/html/
We want to use 301 - moved permanently - to tell our response packet it is being redirected.