ajpfuzzer: A command-line fuzzer for the Apache JServ Protocol (ajp13) - https://github.com/doyensec/ajpfuzzer
GitHub
GitHub - doyensec/ajpfuzzer: A command-line fuzzer for the Apache JServ Protocol (ajp13)
A command-line fuzzer for the Apache JServ Protocol (ajp13) - doyensec/ajpfuzzer
Learn how to fuzz like a pro: Introduction to (smart contract) fuzzing - https://www.youtube.com/watch?v=QofNQxW_K08
YouTube
Learn how to fuzz like a pro: Introduction to fuzzing
Trail of Bits engineer Anish Naik guides you through Echidna, our Ethereum smart contract fuzzer. We will cover fuzzer setup, how to identify invariants—from simple to complex—and how to translate these invariants into code.
You can find more tutorials on…
You can find more tutorials on…
🔥3
Catch Me If You Can: Deterministic Discovery of Race Conditions with Fuzzing - https://www.youtube.com/watch?v=OpQvXGJcH4s
YouTube
Catch Me If You Can: Deterministic Discovery of Race Conditions with Fuzzing
Finding concurrency bugs has presented a challenge for security and development teams. Race condition-based vulnerabilities are a growing category of bugs reported to vendors and have been observed in in-the-wild exploits. Coverage-guided fuzzing has been…
👍4
[Fuzzing with Jackalope] How to install jackalope and fuzz a simple program on MacOS - https://www.youtube.com/watch?v=rXbaHSXiCtg
YouTube
[MacOS Fuzzing] How to install jackalope and fuzz a simple program on MacOS
00:00 Introduction
01:30 Cloning and compiling jackalope
04:45 Jackalope command line options
08:11 Damn Vulnerable C program compilation
11:05 Finding fuzzing function
12:43 Fuzzing with jackalope
17:30 Conclusion
In this video, we will show you how to…
01:30 Cloning and compiling jackalope
04:45 Jackalope command line options
08:11 Damn Vulnerable C program compilation
11:05 Finding fuzzing function
12:43 Fuzzing with jackalope
17:30 Conclusion
In this video, we will show you how to…
A Journey into Fuzzing WebAssembly Virtual Machine [BHUSA 2022] - https://youtu.be/fnprmz2IBm0
YouTube
A Journey into Fuzzing WebAssembly Virtual Machine [BHUSA 2022]
📥 Slides: https://fuzzinglabs.com/wp-content/uploads/2022/08/BHUSA22_fuzzing_webassembly_vm_patrick_ventuzelo.pdf
Since the MVP release in 2017, WebAssembly evolve gradually, bringing new adepts and new VM implementations over time. It’s now possible to…
Since the MVP release in 2017, WebAssembly evolve gradually, bringing new adepts and new VM implementations over time. It’s now possible to…
👍2
🤯 Mind-Blowing examples of OpenAI ChatGPT for Security, Infosec & Hacking - https://youtu.be/mh7wzbWAHFE
YouTube
🤯 Mind-Blowing examples of OpenAI ChatGPT for Security, Infosec & Hacking
It's just mind-blowing! it's so impressive that this AI is able to answer such complex subjects as exploitation, reversing, decompilation, etc.
The is a huge potential for us in the future to go even faster into learning IT security and hacking by being helped…
The is a huge potential for us in the future to go even faster into learning IT security and hacking by being helped…
🔥6
Fuzzing ping(8) … and finding a 24 year old bug - https://tlakh.xyz/fuzzing-ping.html
fpicker-aflpp-android: About Fpicker with AFL++ on Android (device or emulator) - https://github.com/marcinguy/fpicker-aflpp-android
GitHub
GitHub - marcinguy/fpicker-aflpp-android
Contribute to marcinguy/fpicker-aflpp-android development by creating an account on GitHub.
🔥2
[OpenAI ChatGPT] ChatGPT for programming, infosec, fuzzing and day to day use - Part1 - https://youtu.be/PKOtDJIwCjM
YouTube
[OpenAI ChatGPT] Mind blowing ChatGPT examples for programming, infosec, fuzzing and day to day use
00:00 Introduction
00:42 Chat GPT overview
02:20 Writing a song for hackers
04:00 Getting a rental agreement and name change application from ChatGPT
05:55 Programming
08:00 Security related things fuzzing, identifying vulnerabilities, writing a fuzzer etc.…
00:42 Chat GPT overview
02:20 Writing a song for hackers
04:00 Getting a rental agreement and name change application from ChatGPT
05:55 Programming
08:00 Security related things fuzzing, identifying vulnerabilities, writing a fuzzer etc.…
👍1
YARPGen: A Compiler Fuzzer for Loop Optimizations and Data-Parallel Languages - https://www.youtube.com/watch?v=Yyj2Fex9yEo
YouTube
2022 LLVM Dev Mtg: YARPGen: A Compiler Fuzzer for Loop Optimizations and Data-Parallel Languages
2022 LLVM Developers' Meeting
https://llvm.org/devmtg/2022-11/
------
YARPGen: A Compiler Fuzzer for Loop Optimizations and Data-Parallel Languages
Speaker: Vsevolod Livinskii
------
Slides: https://llvm.org/devmtg/2022-11/slides/TechTalk20-YARPGen-CompilerFuzzer.pdf…
https://llvm.org/devmtg/2022-11/
------
YARPGen: A Compiler Fuzzer for Loop Optimizations and Data-Parallel Languages
Speaker: Vsevolod Livinskii
------
Slides: https://llvm.org/devmtg/2022-11/slides/TechTalk20-YARPGen-CompilerFuzzer.pdf…
👍4
How OSS-Fuzz Works: A Guide to Fuzz Testing for Open Source Projects - https://youtu.be/OBxCDsJ-0aM
YouTube
[Fuzzing with OSS-Fuzz] How OSS-Fuzz Works: A Guide to Fuzz Testing for Open Source Projects
00:00 Introduction
00:30 What is oss-fuzz
03:50 oss-fuzz github repo, projects, dockers files etc.
07:35 Understaning libtiff oss-fuzz build file and fuzzing harness
18:21 Configuring oss-fuzz on local system creating docker image and building fuzzers
25:16…
00:30 What is oss-fuzz
03:50 oss-fuzz github repo, projects, dockers files etc.
07:35 Understaning libtiff oss-fuzz build file and fuzzing harness
18:21 Configuring oss-fuzz on local system creating docker image and building fuzzers
25:16…
👍1
How to fuzz your Java projects using CI Fuzz CLI in Gradle - https://youtu.be/sBycRQfnAv4
YouTube
How to fuzz your Java projects using CI Fuzz CLI in Gradle
With CI Fuzz CLI, Java, developers can integrate fuzz tests into their unit testing setups (e.g. JUnit).
In this video, Josh demos how easy this can be done in Gradle.
For a deeper dive, check out our live stream: https://www.code-intelligence.com/webinar/beyond…
In this video, Josh demos how easy this can be done in Gradle.
For a deeper dive, check out our live stream: https://www.code-intelligence.com/webinar/beyond…
Finding JIT Optimizer Bugs using SMT Solvers and Fuzzing - https://www.pypy.org/posts/2022/12/jit-bug-finding-smt-fuzzing.html
PyPy
Finding JIT Optimizer Bugs using SMT Solvers and Fuzzing
In this blog post I want to describe a recent bug finding technique that I've
added to the PyPy JIT testing infrastructure. This technique uses the Z3
theorem prover to find bugs in the optimizer of P
added to the PyPy JIT testing infrastructure. This technique uses the Z3
theorem prover to find bugs in the optimizer of P
🔥1
Going Beyond Unit Testing | How to Uncover Blind Spots in your Java Code with Fuzzing - https://youtu.be/8yECb-p3cQI
YouTube
Going Beyond Unit Testing | How to Uncover Blind Spots in your Java Code with Fuzzing
While most Java developers already use unit testing to test whether their application behaves as expected, complementary testing approaches such as fuzz testing enable them to also check their applications for unexpected or strange behaviors that could lead…
Understanding Fuzz Testing in Go - https://blog.jetbrains.com/go/2022/12/14/understanding-fuzz-testing-in-go/
The JetBrains Blog
Understanding Fuzz Testing in Go | The GoLand Blog
Our latest blog post will teach you how to run fuzz tests in GoLand. You'll also learn about the advantages and disadvantages of fuzzing, and even some advanced fuzzing techniques.
👍2
ispras/casr: Collect crash reports, triage, and estimate severity - https://github.com/ispras/casr
GitHub
GitHub - ispras/casr: Collect crash (or UndefinedBehaviorSanitizer error) reports, triage, and estimate severity.
Collect crash (or UndefinedBehaviorSanitizer error) reports, triage, and estimate severity. - ispras/casr
🔥6👍3
Offensive Software Exploitation (OSE) Course - https://github.com/ashemery/exploitation-course
GitHub
GitHub - ashemery/exploitation-course: Offensive Software Exploitation Course
Offensive Software Exploitation Course. Contribute to ashemery/exploitation-course development by creating an account on GitHub.