Fuzzing TKIP & CCMP #625
Answered
by
cq674350529
StepanGavrilov
asked this question in
Q&A
-
How correct fuzzing TKIP & CCMP ?
|
Beta Was this translation helpful? Give feedback.
Answered by
cq674350529
May 17, 2022
Replies: 1 comment 6 replies
-
Not familiar with TKIP & CCMP protocol, the general steps to fuzz a protocol are like follows:
Here is an ftp example available in the boofuzz repository: |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
SR4ven
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not familiar with TKIP & CCMP protocol, the general steps to fuzz a protocol are like follows:
s_static()
,s_string()
,s_byte()
;Session
and put them together.Here is an ftp example available in the boofuzz repository:
https://github.com/jtpereyda/boofuzz/blob/master/examples/ftp_simple.py