From 8679c2d6fe015537d0d879c9f71a3ed11814f336 Mon Sep 17 00:00:00 2001 From: PinkDraconian Date: Tue, 16 Jun 2020 12:21:04 +0200 Subject: [PATCH] Added true and false to the fuzzing list Changing json field to true or false could have interesting results on an endpoint when fuzzing. --- Fuzzing/JSON.Fuzzing.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Fuzzing/JSON.Fuzzing.txt b/Fuzzing/JSON.Fuzzing.txt index 4d74c55b..4ce63d52 100644 --- a/Fuzzing/JSON.Fuzzing.txt +++ b/Fuzzing/JSON.Fuzzing.txt @@ -87,3 +87,5 @@ eval("while(1);") [,,,,] null +true +false