Commit Graph

69 Commits

Author SHA1 Message Date
PolluxAvenger
59de3875aa Merge remote-tracking branch 'secfigo/master' 2018-06-03 11:43:21 +08:00
Mohammed A Imran
7533d96f07
Merge pull request #35 from RootUp/patch-1
Adding BFuzz, a browser fuzzing framework
2018-05-10 21:13:55 +08:00
Dhiraj Mishra
41272f0a32
Adding BFuzz, a browser fuzzing framework 2018-05-09 19:53:16 +05:30
Mohammed A Imran
d5c77e4a46
Merge pull request #34 from dobin/newnetworkfuzzers
add network fuzzers, and a taint analysis framework
2018-05-08 14:36:29 +08:00
Mohammed A Imran
4f2a3aba91
remove Securitytube link and add irongeek link
Removed http://www.securitytube.net/video/16939  as it was giving 500 errors and used irongeek's link instead
2018-05-08 14:33:57 +08:00
Dobin Rutishauser
54132edee7 add network fuzzers, and a taint analysis framework 2018-05-04 08:11:04 +02:00
谭兴邦
7eabd06a72 Chinese Tranlation update (#32)
* add chiness translation

Chinese translation of part

* Add Chinese Translation

Add Chinese Translation

* update Chinese Translation

* Chinese Translation update

update about README_ch.md
2018-04-13 09:19:46 +08:00
PolluxAvenger
97db7e76b2 Chinese Translation update
update about README_ch.md
2018-04-08 10:38:37 +08:00
PolluxAvenger
d4c83ec4b2 Merge remote-tracking branch 'secfigo/master' 2018-04-08 10:12:06 +08:00
Mohammed A Imran
854a805164
Add Choronzon, QuickFuzz and GramFuzz (#31) 2018-03-26 14:04:01 +08:00
Mohammed A Imran
2cc27fd936
Add link checks for the project (#29)
* Create .travis.yml

* Fix broken links and migrate few links to https

* Fix few more

* Fix BFF url

* Allow Duplicate links
2018-03-22 13:10:45 +08:00
Mohammed A Imran
a4729c9662
Merge pull request #28 from fkromer/patch-1
add cloud fuzzer
2018-03-16 08:53:48 +08:00
thinwybk
b33d79ab61
add cloud fuzzer 2018-03-15 18:57:47 +01:00
谭兴邦
5afdc280c4 update Chinese Translation (#27)
* add chiness translation

Chinese translation of part

* Add Chinese Translation

Add Chinese Translation

* update Chinese Translation
2018-01-08 16:39:41 +08:00
PolluxAvenger
76602338c9 update Chinese Translation 2018-01-08 09:49:15 +08:00
PolluxAvenger
fb67d89391 Resoved merge conflict 2018-01-07 16:12:45 +08:00
mykter
f11eaae59c Add fuzzing with AFL workshop from SteelCon 2017 (#26)
Also remove out of date "2016" sub-heading
2017-12-15 10:10:59 +08:00
Sponge
620bb36a84 Add kfetch-toolkit, advanced logging of memory references (#25) 2017-10-27 10:34:26 +08:00
Mohammed A Imran
eaf54f8e78 Add minifuzz way back machine link 2017-09-22 14:09:51 +08:00
f0r
911c8f4989 Fix broken link of AFL and LibFuzzer tutorial (#24)
replace the link of 'A gentle introduction to fuzzing C++ code with AFL and libFuzzer'
2017-09-10 20:07:19 +08:00
griddd
01a365c2bd Add Derbycon talk on Fuzzing (#23)
* Update README.md
2017-09-10 20:05:58 +08:00
Mohammed A Imran
6aa1eac088 Fix author name for Sulley 2017-08-08 11:49:11 +08:00
Mohammed A Imran
3389f5f05e Link to contributors page 2017-08-03 16:57:55 +08:00
Mohammed A Imran
22c9b289f8 Merge pull request #16 from shannietron/master
Minifuzz no longer available
2017-08-03 16:53:16 +08:00
Mohammed A Imran
3c101e109e Merge pull request #22 from renatahodovan/grammarinator
Add grammarinator to file format fuzzers.
2017-08-03 16:50:54 +08:00
Renata Hodovan
1b08264880 Add grammarinator to file format fuzzers. 2017-07-27 23:03:38 +02:00
jose nazario
c2d46650bc add server fuzzing with AFL tutorial (#20) 2017-06-22 02:56:45 +08:00
Foster Brereton
70fde7696a Adding binspector to the tools list (#17) 2017-06-21 16:11:45 +08:00
jose nazario
f302cac4cc blurbs for SMT-LIB and Z3 (#14) 2017-06-21 16:09:42 +08:00
Damian Gryski
c1ca34c7f3 add perl/xs fuzzing tutorial (#13) 2017-06-21 16:07:58 +08:00
Aron Granberg
937a3e59c5 Fix typo in README.md (fuzzy loop -> fuzzy lop) (#15) 2017-06-21 16:06:45 +08:00
Aaron Muir Hamilton
b45b3ea411 Fix MozPeach link. (#18) 2017-06-21 16:05:12 +08:00
Fuzz Stati0n
3739e0cc82 Add Fuzzgoat to Vulnerable Applications section (#19) 2017-06-21 15:59:31 +08:00
shanmugam
35ba0d91e8 Minifuzz no longer available 2017-06-19 16:35:15 -04:00
Mohammed A Imran
3cc4f05aa5 Fixes #10 - Fix broken Peach tutorial links 2017-04-17 12:29:33 +08:00
Mohammed A Imran
c7770f078f Merge pull request #11 from oxagast/oxagast-ansvif-1
Added ansvif (A Not So Very Intelligent Fuzzer) to the list.
2017-04-17 12:20:51 +08:00
Marshall Whittaker
49dc9fb8bb ansvif
Added ansvif (A Not So Very Intelligent Fuzzer) to the list.
2017-04-12 10:22:06 -04:00
Mohammed A Imran
385a1e64b2 Fix markdown rendering issues with anchor tags
Anchor tag doesnt render well for links inside readme.md
2017-03-22 01:07:07 +08:00
谭兴邦
8d1305a33b Add Chinese Translation (#9)
* add chiness translation

Chinese translation of part

* Add Chinese Translation

Add Chinese Translation
2017-03-14 10:42:48 +08:00
Max Moroz
e8d0ca6a8e Add libFuzzer, syzkaller and fuzzer-test-suite. (#8)
* Add libFuzzer, syzkaller and fuzzer-test-suite.

* Add missing http:// scheme.
2017-03-14 10:40:56 +08:00
PolluxAvenger
4cc4ddb140 Add Chinese Translation
Add Chinese Translation
2017-03-12 15:34:28 +08:00
PolluxAvenger
4ffc4da64e add chiness translation
Chinese translation of part
2017-03-07 14:30:25 +08:00
Mohammed A Imran
306daac43d Merge pull request #7 from ner0x652/patch-1
Effective File Format Fuzzing
2017-01-08 13:28:20 +08:00
Mohammed A Imran
43a88528ff Merge pull request #6 from sigmaapex/patch-1
Added PacketStorm link
2017-01-08 13:27:17 +08:00
Cornel Punga
fba8b771fe Effective File Format Fuzzing
1. Slides of j00ru at BHEU 2016
2. Small correction on RPISEC name
2016-11-16 23:15:50 +02:00
sigmaapex
e5f520233c Added PacketStorm link 2016-10-30 21:11:45 -04:00
Mohammed A Imran
861c50a87c Merge pull request #5 from shekkbuilder/master
More AFL resources, rage_fuzzer, and Anti-Fuzzing section.
2016-10-30 21:11:23 +08:00
shekk
c260c75cff Added filesystem fuzzing with afl .pdf 2016-10-27 21:01:54 -05:00
shekk
10b538ff5f Added Anti-Fuzzing section to TOC. 2016-10-25 17:25:14 -05:00
shekk
962c12cd39 Added Anti-Fuzzing section with NCCGroup article 2016-10-25 17:23:12 -05:00