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

There Is One Feature Is Missing ^.^ #37

Open
0xAwali opened this issue Feb 6, 2021 · 5 comments
Open

There Is One Feature Is Missing ^.^ #37

0xAwali opened this issue Feb 6, 2021 · 5 comments

Comments

@0xAwali
Copy link

0xAwali commented Feb 6, 2021

Actually This Tool Is So Great , But In type: fuzz There Is One Feature Missing
It Is Fuzz Cookie Header , This Tool Give Us To Replace Value Of Header Name But Let e.g.
Cookie Header Of The Origin Request Like This
Cookie: session=1; id=22; lang=en
So It Is Possible To Fuzz Cookie Here Like Fuzzing Body e.g. Can You Add Something Like That

id: Cookie-Fuzz
info:
  name: Fuzz Cookie Headers
  risk: Critical
type: fuzz
payloads:
  - '../../../../etc/passwd'
requests:
  - generators:
       - Header-Fuzz("{{.payload}}", "Cookie")

So Here Header-Fuzz Generate Three Requests
Cookie: session=../../../../etc/passwd; id=22; lang=en
Cookie: session=1; id=../../../../etc/passwd; lang=en
Cookie: session=1; id=22; lang=../../../../etc/passwd
So Can This Happen ?

@ghsec
Copy link

ghsec commented Feb 18, 2021

in jaeles is this feature fuzz headers and cookies.
Header("[[.original]]{{.payload}}", "X-Sample")

Cookie("[[.original]]{{.payload}}")

but when I test with cookie it only tests last cookie value if add [[.original]] but if not add [[.original]] jaeles adds new cookie. it is not works correct.

@0xAwali
Copy link
Author

0xAwali commented Feb 19, 2021

OMG , Thank You For Mention That

Screenshot_2021-02-19_00-49-00

I Did Not See That Before , I Will Check It

@ghsec
Copy link

ghsec commented Feb 19, 2021

@0xAwali bug with fuzzing cookie I tested on v0.14 of jaeles. In current version I don't know this bug fixed or not. @j3ssie know about this. Tomorow I update jaeles and test again for confirm bug fixed or not. Maybe @j3ssie fixed this.

@0xAwali
Copy link
Author

0xAwali commented Apr 15, 2021

I Tested On The Current Version And Still Does Not Work Correctly

pngegg

@iamRjarpan
Copy link

Hy it only try last cookie. Is there anyway to fuzz all cookies?

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

3 participants