fuzzing
Fuzzing the Linux Kernel: A student in peril.
I am currently a student at a university studying a computing related degree and my current project is focusing on finding vulnerabilities in the Linux kernel. My aim is to both statically audit as we[详细]
2023-04-07 12:47 分类:问答User Interface Fuzzing - Android
Is there any way to be able to fuzz test the UI portions of any application? Basically I just want to throw some random user input data (ie. press button, select tool, insert query into text box ...)[详细]
2023-04-06 12:22 分类:问答Fuzzing/reverse engineering virtual machines
I\'m a beginner/intermediate at reverse engineering and I’m trying to make the leap to expert. I want to do a project on virtual machines specifically escaping them and was wondering if fuzzing could[详细]
2023-04-05 08:17 分类:问答Using Ruby to fuzz FTP Server
Hey, I\'m new to Ruby and trying to learn by porting some progs from one language to another.Right now I\'m working on an FTP fuzzer in Ruby that mirrors this perl script:[详细]
2023-02-22 01:28 分类:问答How can you ensure secure coding with Test Driven Development?
I\'ve been coming up to speed on the latest trend that is Test Driven Development (TDD).Most of the development I do is in C or C++.It strikes me that there is a very obvious conflict between common T[详细]
2023-02-17 20:47 分类:问答MPEG4 AVC header size?
Just one question : what is the size in bytes of the header of a .mp4 file ? The goal i开发者_如何学JAVAs to fuzz just this header.[详细]
2023-02-15 23:33 分类:问答Has the Delphi Win32 VCL been Fuzz Tested?
To anyone\'s kno开发者_JAVA技巧wledge has the Delphi Win32 VCL ever been fuzz tested?ask this guy http://blogs.embarcadero.com/chrispattinson. He is director of quality assurance at Embarcadero and he[详细]
2023-02-10 09:44 分类:问答Ruby: Fuzzing through all unicode characters (UTF8/Encoding/String Manipulation)
I can\'t iterate over the entire range of unicode characters. I 开发者_StackOverflow中文版searched everywhere...[详细]
2023-01-31 06:03 分类:问答Using fuzzing lib (python)
I\'m trying to use this library : http://pastebin.com/xgPXpGtw (an example of use: http://pastebin.com/fNFAW3Fh)[详细]
2023-01-11 09:23 分类:问答Is there a utility which given an ANTLR grammar will produce matching strings?
I have an ANT开发者_如何学CLR grammar and I would like to fuzz my parser.Are you looking for generation from a CFG grammar? Ie. the generation of strings that are accepted by the grammar? This could b[详细]
2023-01-10 10:02 分类:问答