Lilian Cariourasengansec.hashnode.dev·Dec 19, 2024Invariant Testing : From 0 to HeroInvariant testing as kind of super-fuzzing Fuzz Test = many randomly generated values and verify assertion Invariant test : apply same idea but to the system as a whole, during an invariant test, the fuzzer run again all functions in all contracts ...echidna
Khushi TrivediforKeploy Community Blogkeploy.hashnode.dev·Dec 18, 2024How Fuzz Testing Saved a Software Company Millions?What would happen if your software faced an unpredictable input that no one ever thought to test? Could it withstand the challenge or fail catastrophically? Software has been a backbone for every industry, whether e-commerce platforms or the finance ...fuzzing
JHK Infotechdigital011.hashnode.dev·Nov 29, 2024Beginner's Android fuzzing step-by-step guide revealedWhat is Android fuzzing? Android fuzzing is a sophisticated testing methodology designed to uncover vulnerabilities and anomalies within Android applications. At its core, fuzzing involves feeding invalid, unexpected, or random data into a program to...android fuzzing
Daciandacian.me·Nov 10, 2024Find Highs Before External Auditors Using Invariant Fuzz TestingMany high severity findings found during private audits by external auditors could have been found by the protocol developers themselves using invariant fuzz testing prior to engaging external auditors. While this doesn’t require developing an “attac...17 likes·1.6K readsDeep DivesEthereum
Alex PliutauforfreeCodeCampfreecodecamp.org·Nov 4, 2024How to Fuzz Test Golang HTTP ServicesAs a developer, you can’t always envision all of the possible inputs your programs or functions might receive. Even though you can define the major edge cases, you still can’t predict how your program will behave in the case of some weird unexpected ...Go Language
Khoa Nguyenkhoafrancisco.hashnode.dev·Sep 25, 2024Introduction Web FuzzingWeb fuzzing is a critical technique in web application security to identity vulnerabilities by testing various inputs. It involves automated testing of web applications by providing unexpected of random data to detect potential flaws that attackers c...32 readsfuzzer
Victor Uzoagbavictoru.hashnode.dev·Sep 8, 2024Employing Fuzzing Techniques for Bug Discovery in an Automated WayIntroduction Today, software systems have to stay largely exposed to various types of security vulnerabilities. The ability of developers to identify and patch a vulnerability before this may be exploited by malicious attackers is crucial. Fuzzing is...debugging
Elizabeth Basseydevliz.hashnode.dev·Aug 5, 2024Fuzz Testing Solana Anchor Programs With Trident - A Quickstart GuideIntroduction At the core of every software project are essential testing methods like Unit testing, Integration testing, System testing, and Acceptance testing. These ensure that the software functions correctly, and fulfills the system requirements....22 likes·225 readsSolanaSolana
Sandeep Wawdanecybersandeep.hashnode.dev·Jul 27, 2024Out-of-Band (OOB) Fuzzing with Burp SuiteIntroduction While many security testers are familiar with fuzzing techniques, the use of Out-of-Band (OOB) payloads is often overlooked. OOB fuzzing can reveal hidden vulnerabilities that are not directly observable through immediate application res...1 like·483 readsBurpsuite
Mohammed Tanveermdtanveer.com·Jul 24, 2024Understanding QUIC Protocol: A Detailed Look at Packet StructureThe QUIC protocol, developed by Google and standardized by the IETF in RFC 9000, represents a significant evolution in how modern internet communication is handled. By building on the strengths of UDP and integrating security directly into its design...network security