mirror of
https://github.com/The-Art-of-Hacking/h4cker
synced 2024-11-24 20:03:02 +00:00
Update cookie_stealer.py
This commit is contained in:
parent
a0356f0d80
commit
e858a20d51
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ def cookie():
|
||||||
|
|
||||||
# redirecting the user back to the vulnerable application
|
# redirecting the user back to the vulnerable application
|
||||||
# change the URL to whatever application you are leveraging
|
# change the URL to whatever application you are leveraging
|
||||||
return redirect("http://127.0.0.1:8883")
|
return redirect("http://127.0.0.1:9003")
|
||||||
|
|
||||||
# you can change the port below to whatever you want to listen it
|
# you can change the port below to whatever you want to listen it
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
|
Loading…
Reference in a new issue