Advertisement
Guest User

Untitled

a guest
Mar 27th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. Mode of operation
  2. - Truly random - without any class information, generate random stream of data
  3. - Random classes - For example generate random unicode data of this length
  4. - Corpus distillation - Run the fuzzer, for each string that gives us something that we want, make incremental changes based
  5. on the output.
  6.  
  7. Fuzzer framework
  8. - Truly random -, byte, character, number, random from dev/urandom
  9. - Bit flipping, switching byte order etc
  10. - Incremental
  11. - Invalid unicode chars
  12. - Give seed and modify the seed in any way
  13. - Random with no seed
  14. - Random control characters
  15. - Byte filipping
  16. - Classes of these attacks
  17. - Classes of character formatting strings - Unicode, and other encoding
  18.  
  19.  
  20. Plugin in to syntribos directly
  21.  
  22. may be use syntribos --random as the command
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement