glitchedgitz / cook

A wordlist framework to fullfill your kinks with your wordlists. For security researchers, bug bounty and hackers.
https://twitter.com/glitchedgitz
MIT License
1.03k stars 109 forks source link

problem with s in basic mode! #34

Closed saturn99 closed 10 months ago

saturn99 commented 1 year ago

run this command: cook a,A s,S

we expectation print :

as
aS
As
AS

but output is:

a!
a#
a$
a%
a&
a(
...SNIP....
A^
A_
A`
A|
A~
A"
AS

I use cook Version 2.0

glitchedgitz commented 1 year ago

s is for special characters, so thats why its parsing all the special characters...

But then raw strings cook a,A `s`,S should have worked, but there is some bug here... I will fix it later

For now, you can use it like this cook -var s a,A var,S