An error occurred while fetching this tab.
Yuqiang vulnerabilities
- Oct 10, 2019
-
-
Will_Zhu MacBook Pro authored
-
- Sep 30, 2019
-
-
Will_Zhu MacBook Pro authored
-
Yang Liu authored
1. now the stored entries generated by put command will persist across runs for later use. 2. refactored to make the world better. Especially, now you can just do modes.add(some mode) in the Fuzzer.java to put testing methods, and they will run one by one, across different Fuzzer runs. 3. added 2 run modes: corner case testing and continuous testing.
-
Will_Zhu MacBook Pro authored
-
Will_Zhu MacBook Pro authored
-
Will_Zhu MacBook Pro authored
-
Will_Zhu MacBook Pro authored
-
Will_Zhu MacBook Pro authored
-
Will_Zhu MacBook Pro authored
-
Will_Zhu MacBook Pro authored
-
- Sep 29, 2019
-
-
Will_Zhu MacBook Pro authored
-
- Sep 28, 2019
-
-
Yang Liu authored
1. changed so now some put cmd will update existing urls, which increased coverage (func coverage is now 100%). 2. minor hack to increase a bit line coverage (which is now 82%-83%).
-
Will_Zhu MacBook Pro authored
-
Yang Liu authored
1. Finished fuzzer with random commands generation and run counter. 2. Fixed some bugs which results in crash. 3. Updated README.md, attached commands to run tests at the end of the file.
-
Will_Zhu MacBook Pro authored
-
- Sep 27, 2019
-
-
Yang Liu authored
1. Finished InputGenerator, now it can generate inputs for all 6 commands. 2. Changed the ascii range to 33 to 126(both inclusive), to avoid errors with some strange symbols 3. Fixed a bug when random arguments are longer than the input buffer size, some spaces between arguments can be ignored, resulting exit due to wrong number of arguments. Now all spaces will be generated within the buffer size range. 4. Some refactor and small bug fix.
-
- Sep 25, 2019
-
-
Yang Liu authored
1. Made the basic functions of an input generator, to generate commands with arguments. Still working on it.
-