KingSkrupellos

Google HongFuzz Web Güvenlik Aracı Kodlar

Dec 4th, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. [img]http://i.hizliresim.com/1LJqzB.png[/img]
  2.  
  3. https://www.cyberizm.org/cyberizm-google-hongfuzz-web-guvenlik-araci-kodlari.html
  4.  
  5. İngilizce Açıklaması => Hongfuzz is a security-oriented software fuzzer with software and hardware based code coverage feedback modes.
  6.  
  7. HongFuzz Güvenlik Aracını İndirmek için =>
  8.  
  9. [hide][code]https://github.com/google/honggfuzz[/code]
  10.  
  11. [code]https://github.com/google/honggfuzz[/code][/hide]
  12.  
  13. İşletim Sistemlerinde yüklü olması gereken Malzemeler =>
  14.  
  15. Linux - The BFD library (libbfd-dev) and libunwind (libunwind-dev/libunwind8-dev)
  16. FreeBSD - gmake, clang-3.6 or newer
  17. Android - Android SDK/NDK. Also see this detailed doc on how to build and run it
  18. Windows - CygWin
  19. Darwin/OS X - Xcode 10.8+
  20. if Clang/LLVM is used - the BlocksRuntime Library (libblocksruntime-dev)
  21.  
  22. Kullanım Kodları =>
  23.  
  24. [code]$ ./honggfuzz
  25. honggfuzz version 0.3 Robert Swiecki <swiecki@google.com>, Copyright 2010 by Google Inc. All Rights Reserved.
  26. <-f val>: input file (or input dir)
  27. [-h]: this help
  28. [-q]: null-ify children's stdin, stdout, stderr; make them quiet
  29. [-s]: standard input fuzz, instead of providing a file argument
  30. [-u]: save unique test-cases only, otherwise (if not used) append
  31. current timestamp to the output filenames
  32. [-d val]: debug level (0 - FATAL ... 4 - DEBUG), default: '3' (INFO)
  33. [-e val]: file extension (e.g swf), default: 'fuzz'
  34. [-r val]: flip rate, default: '0.001'
  35. [-m val]: flip mode (-mB - byte, -mb - bit), default: '-mB'
  36. [-c val]: command modifying input files externally (instead of -r/-m)
  37. [-t val]: timeout (in secs), default: '3' (0 - no timeout)
  38. [-a val]: address limit (from si.si_addr) below which crashes
  39. are not reported, default: '0' (suggested: 65535)
  40. [-n val]: number of concurrent fuzzing processes, default: '5'
  41. [-l val]: per process memory limit in MiB, default: '0' (no limit)
  42. [-p val]: attach to a pid (a group thread), instead of monitoring
  43. previously created process, default: '0' (none) (ptrace only)
  44. usage: honggfuzz -f input_dir -- /usr/bin/tiffinfo -D ___FILE___[/code]
Add Comment
Please, Sign In to add comment