Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cookies in HTTP request #18

Open
fallfur opened this issue Sep 29, 2020 · 1 comment
Open

Cookies in HTTP request #18

fallfur opened this issue Sep 29, 2020 · 1 comment

Comments

@fallfur
Copy link

fallfur commented Sep 29, 2020

Well, first, I appreciate very much that you share your tool and your effort with the community.

I am trying "Smuggler" but when I want to make a request with cookies, I don't see the option in the --help of the tool, I have created a configfile copying one of the defaults and adding the header "cookie" but it gives me an error, because the cookie I pick up from BurpSuite and it must give an error because of the special characters.

How do I add cookies?

image

image

Thanks!!! <3

@LivingInSyn
Copy link

hey @fallfur : not associated with the maintainer, but you can add it yourself as a header in a config file. The cookies seem to be set by:

  1. performing a GET to the configured URL
  2. seeing if a cookie was set by the GET
  3. using that cookie for all subsequent POSTs (by default)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants