findsite.eu
Encuro Domain Search
49 results · visible: 49
  1. ShellCheck – shell script analysis tool
    ShellCheck is an open source static analysis tool that automatically finds bugs in your shell scripts.
  2. Jesse Ruderman
    Today I'm releasing two fuzzers: jsfunfuzz, which tests JavaScript engines, and DOMFuzz, which tests layout and DOM APIs. Over the last 11 years, these fuzzers have found 6450 Firefox bugs, including 790 bugs that were… · firefox, fuzzers, bugs, security, these
  3. The Fuzzing Book
    Welcome to "The Fuzzing Book"! Software has bugs, and catching bugs can involve lots of effort. This book addresses this problem by automating software testing, specifically by generating tests automatically. Recent years have seen the development of novel techniques that lead to dramatic improvements in test generation and software testing. They now are mature enough to be assembled in a book – even with executable code.
  4. ScalaCheck
    ScalaCheck is a library written in Scala and used for automated property-based testing of Scala or Java programs. ScalaCheck was originally inspired by the Haskell library QuickCheck, but has also ventured into its own… · scalacheck, scala, released, library, used
  5. Bugen's Blog
    Error handling in Rust is straightforward: every competent Rust developer knows the libraries like anyhow and thiserror, writes ? operator like an expert to make the compiler happy everyday. Error handling in Rust could… · rust, error, handling, libraries, like
  6. Introduction | ItyFuzz
    ItyFuzz is the current state-of-the-art fuzz testing tool for smart contracts. To start using ItyFuzz, please check Installation & Building and Quickstart. ItyFuzz requires no manual effort. You don't need to write… · ityfuzz, bugs, smart, contracts, tool
  7. The Fuzzing Project - Background
    Fuzzing is a powerful strategy to find bugs in software. The idea is quite simple: Generate a large number of randomly malformed inputs for a software to parse and see what happens. If the program crashes then something… · fuzzing, software, find, bugs, tools
  8. Rust Language Cheat Sheet
    Rust Language Cheat Sheet 8. September 2025 Contains clickable links to The Book,BK Rust by Example,EX Std Docs,STD Nomicon,NOM and Reference.REF Clickable symbols BK The Book. EX Rust by Example. STD Standard Library… · rust, example, std, clickable, book
  9. Staticcheck
    Staticcheck is a state of the art linter for the Go programming language. Using static analysis, it finds bugs and performance …
  10. Rust Digger
    If you are a crate author you can find your page listing all of your crates and the information we collected about them. If you are looking for some ideas how to contribute to a Rust project, we have some "low-hanging… · some, crate, author, find, page
  11. Ha.nnes.dev
    I tried fuzz testing and found a crash What I learnt by rewriting my website five times The source code for my static site generator and website · website, tried, fuzz, testing, found
  12. FUZZING/IO
    Security Automation | Vulnerability Research 2024 Training: Advanced Fuzzing and Crash Analysis MARCH 4-7 Fuzzing IO Online Training, 10am - 6pm PST $3,500 Early Bird MAY 6-9 OffensiveCon, Berlin EUR 4,250 Onsite JULY 15-18 Fuzzing IO Online Training, 10am - 6pm PST $3,500 Early Bird SEPTEMBER 24-27 RomHack, Rome EUR 3,600 Early Bird Onsite
  13. Experiment Introduction - The Rust Programming Language
    Welcome to the Rust Book experiment, and thank you for your participation! This book is an experimental fork of The Rust Programming Language which introduces several mechanics to make learning Rust more interactive… · quiz, rust, book, quizzes, retry
  14. Begin Rust
    A complete guide to programming with the Rust programming language, targeted at new and experienced programmers alike
  15. Rustlings
    Small exercises to get you used to reading and writing Rust code!
  16. La finance pour les nuls avec Fuzz !
    Fuzz est là pour répondre à toutes les problématiques liées à la gestion de l'argent. C'est un genre de guide de la finance pour les nuls.
  17. Learn to Code
    The FUZE makes learning to code with a real text based programming language accessible, easy and very rewarding. FUZE BASIC is the perfect stepping stone between Scratch & Python
  18. Pollux's corner
    This post explains how to test Rust code using fuzzers. Parsers are good target for fuzzers, especially because they usually are functions that only takes bytes as input. Since Rust provides some kind of memory safety… · rust, code, some, kind, fuzzers
  19. Fuzzing | Project Profile
    This page shows stats and data on open source fuzzing of the projects integrated into OSS-Fuzz. The analysis is generated by Fuzz Introspector, which is our tool for analysing the quality of fuzzing for an open source… · open, source, fuzzing, projects, fuzz
  20. cowlicks
    This is the second part of a series of posts about rewriting Hypercore in Rust There is little guidance on how to test Rust against code from other languages. After trying with several patterns, I found that the approach… · rust, test, hypercore, code, python
  21. The Debugging Book
    Welcome to "The Debugging Book"! Software has bugs, and finding bugs can involve lots of effort. This book addresses this problem by automating software debugging, specifically by locating errors and their causes automatically. Recent years have seen the development of novel techniques that lead to dramatic improvements in automated software debugging. They now are mature enough to be assembled in a book – even with executable code. <!--<span style="background-color: yellow"> <i class="fa fa-fw fa-wrench"></i>This book is work in progress. It will be released to the public in Spring 2021.</span>-->
  22. FUZZ - für Dich zuhause | Bunte Hausschuhe
    ✨ FUZZ – Deine Füße verdienen ein Upgrade! ✨ Ein moderner Twist auf traditionelle Hausschuhe. 🥿🌿 FUZZ wird umweltfreundlich und nachhaltig hergestellt und sorgt dafür, dass deine Füße im Winter gemütlich warm ❄️ und im Sommer erfrischend kühl 🌞 bleiben. Jedes Paar wird sorgfältig in Handarbeit gefertigt und verbindet Stil mit Nachhaltigkeit. 🌍👣
  23. Führungskompetenzen: Validierter Test für messbare Ergebnisse
    Führungskompetenzen analysieren & entwickeln: Validierter Test für messbare wirtschaftliche Ergebnisse. Wissenschaftlich fundierte Methoden. Mehr erfahren!
  24. fuzzbench.com
  25. PwnFuzz - Exploitation. Fuzzing. Real Research.
    Offensive security labs, reverse engineering, and tooling from the ground up.
  26. FuzzCon Europe 2021 | Get The Recordings
    Fuzzcon Europe is developer conference that is all about fuzzing and automated security testing. We connect developers and security experts from industry and research.
  27. Jan's security blog – Exploits, 0days, fuzzing, web hacking, xss, sqli, olly, IDA, source code review
    recently I spent some time working on my HTTP fuzzer. Running it against affected version of Abyss Web Server it was possible to cause Denial of Service attack (the application crashed). Based on my analysis the bug is… · type, content, header, text, plain
  28. Fuzz Map
    Fuzz Map is a fuzzer for GUIs that automatically identifies states using code coverage and builds a visual map. Ideally, the map is useful even to people who'd prefer not to read code. Behind this window is a interactive… · map, fuzz, click, code, fuzzer
  29. Rustlings
    Small exercises to get you used to reading and writing Rust code!
  30. road288の日記
    Rustの1つのcargoプロジェクトで、src/bin以下に複数のbinをおいていたが、いろいろな関数でfunction foo is never usedという警告が出てしまっていた。 もちろん#[allow(dead_code)]って関数やファイルの先頭に書けば警告は出なくなるのだが、dead_code検出自体は便利なので、むやみに抑制しないようにしたい。rust-analyzerが出す警告だと思うので、コンパイルに関するなにかだ… · bin, dead, code, rust, streamlit
  31. FuzzMeasure - RØDETEST
    Architectural acoustics is more complicated than it should be. There's a lot of work to do. FuzzMeasure is simple and affordable - the kind of tool that will empower the next generation of designers, consultants, and… · fuzzmeasure, lot, time, select, graphs
  32. fuzzbuzz.io
  33. Sylvain Wallez
    I was recently writing a test for a side project in Rust (more on that in a future post) and was frustrated by the lack of information reported when the test fails. I ended up with an interesting hack to report the… · test, post, posted, comments, writing
  34. The Rust Programming Language Status
    Welcome to The Rust Programming Language's home for real-time and historical data on system performance.
  35. PowerFuzzer - Blog about web fuzzing
    In the rapidly evolving digital landscape, web security is more critical than ever. As web applications become increasingly complex, the number of potential vulnerabilities grows. Traditional testing methods, […] Fuzzing… · web, fuzzing, applications, vulnerabilities, security
  36. Razzfazz - Software. Agile. Developed. Tested. Documented.
    Wir sind Ihre Experten für Full Stack JavaScript Entwicklung mit Node.js + Vue.js! Wir sprechen primär Javascript, aber natürlich auch Java, .Net, PHP, Python, Ruby, Angular, React, React Native und viele mehr… · apps, wir, und, sind, ihre
  37. Automated End-To-End Testing At OS Level
    Satori brings the truth to the surface about your software assertions, independent of programming languages or systems. Discover the power of modern testing with our comprehensive platform Perform fuzz testing using… · testing, software, programming, languages, systems
  38. Fuzzing - random stress testing — Fuzzing 0.3.2 documentation
  39. A reliable website for purchasing working private cheats for games - GetCheats.io
    GetCheats.io - top cheats for Escape From Tarkov, Rust, Delta Force, and other games. Reliable and private cheats with a guarantee of working. Fast purchase, instant delivery, 24/7 support. Buy cheats for games at an affordable price. Daily cheat updates. Start winning at your favorite games with GetCheats.io. Improve your gaming experience and gain an advantage in battle. Choose GetCheats!
  40. fuzzcrush.xyz
  41. Češťyňák - TEST by Hore Hrou s.r.o. - itch.io
    A browser game made in HTML5
  42. Cppcheck | #1 Static Analysis Tool
    Cppcheck is a trusted and top-rated static analysis tool for detecting bugs and undefined behavior in C/C++ code.
  43. Introduction - Rust Testing Library
    Rust Testing Library is a Rust port of Testing Library. Testing Library is a library of simple and complete testing utilities that encourage good testing practices. Rust Testing Library is available for these Rust… · testing, rust, library, available, frameworks
  44. ColinFinck.de
    Welcome to ColinFinck.de! This is the single place where I collect my adventures into ReactOS, Rust, and low-level system software, write about them, and release some tools from time to time. Hope you find something useful here :)
  45. FUZZGAFF
  46. Pure White - 主业写bug,副业debug
    关注这个 up 主已经很久了,已经经过了很长时间的检验,在这里也推荐给大家。 最近 Rust 官方社区搞了个 Rustc Reading Club 的活动,由编译器 team 的 Leader Niko 发起,具体网址在这里:https://rust-lang.github.io/rustc-reading-club/ 很可惜的是,11 月 4 日的第一期,由于太过火爆并且 Zoom 人数限制 100 人,导致主持人 Niko… · rust, rustc, reading, club, niko
  47. Rust Check – #1 rust control and protection
    Rust Check is Canada’s #1 rust control organization. Since 1973, we’ve protected vehicles from the challenging Canadian elements with our full line of rust prevention formulas and expert automotive servicing. Our… · rust, check, canada, control, organization
  48. Index of /
  49. fuzzuli | fuzzuli is a url fuzzing tool that aims to find critical backup files by creating a dynamic wordlist based on the domain.
    fuzzuli is a url fuzzing tool that aims to find critical backup files by creating a dynamic wordlist based on the domain.