Skip to content

Commit

Permalink
Update cookie_stealer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
santosomar committed Mar 27, 2021
1 parent a0356f0 commit e858a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python_ruby_and_bash/cookie_stealer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:8883")
return redirect("http://127.0.0.1:9003")

# you can change the port below to whatever you want to listen it
if __name__ == "__main__":
Expand Down

0 comments on commit e858a20

Please sign in to comment.