KingSkrupellos

Google HongFuzz Web Güvenlik Aracı Kodları

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