From aedcb0839fb692af458a2a73396b757f32760386 Mon Sep 17 00:00:00 2001 From: Omar Santos Date: Mon, 7 Feb 2022 11:00:07 -0500 Subject: [PATCH] Update cookie_stealer.py --- .../exploitation/cookie_stealer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programming_and_scripting_for_cybersecurity/exploitation/cookie_stealer.py b/programming_and_scripting_for_cybersecurity/exploitation/cookie_stealer.py index 0c98528..26315f9 100644 --- a/programming_and_scripting_for_cybersecurity/exploitation/cookie_stealer.py +++ b/programming_and_scripting_for_cybersecurity/exploitation/cookie_stealer.py @@ -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__":