fuzzotron | A TCP/UDP based network daemon fuzzer | TCP library

 by   denandz C Version: Current License: BSD-3-Clause

kandi X-RAY | fuzzotron Summary

kandi X-RAY | fuzzotron Summary

fuzzotron is a C library typically used in Networking, TCP applications. fuzzotron has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

Fuzzotron is a simple network fuzzer supporting TCP, UDP and multithreading. Radamsa and Blab are used for test case generation. Fuzzotron exists as a first-port-of-call network fuzzer, aiming for low setup overhead.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              fuzzotron has a low active ecosystem.
              It has 374 star(s) with 68 fork(s). There are 9 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 3 open issues and 5 have been closed. On average issues are closed in 11 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of fuzzotron is current.

            kandi-Quality Quality

              fuzzotron has 0 bugs and 0 code smells.

            kandi-Security Security

              fuzzotron has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              fuzzotron code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              fuzzotron is licensed under the BSD-3-Clause License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              fuzzotron releases are not available. You will need to build from source code and install.
              Installation instructions, examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of fuzzotron
            Get all kandi verified functions for this library.

            fuzzotron Key Features

            No Key Features are available at this moment for fuzzotron.

            fuzzotron Examples and Code Snippets

            No Code Snippets are available at this moment for fuzzotron.

            Community Discussions

            QUESTION

            Difference in directory size between Baobab and System Monitor
            Asked 2019-Nov-04 at 12:31

            I tried running a process (specifically Fuzzotron) on my Ubuntu 18.04.2, and noticed that I'm slowly losing disk space. When I killed the process, I got the disappearing space back.

            When I tried running the process again, I wanted to see where the space is going to (maybe to some ever increasing log file that is deleted when the process terminates), so I used Baobab. However, after a few minutes of running, I noticed that Baobab is reporting / having a certain size (which doesn't change), while System Monitor does see the increasing used space.

            As seen in the screenshot, Baobab (left) claims only 34.5GB are being used, while System Monitor (right) claims 39.9GB are being used.

            Does Baobab not detect certain files?

            If that's the case, what should I do in order to find this mysterious disk space drainer?

            ...

            ANSWER

            Answered 2019-Nov-04 at 12:31

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install fuzzotron

            You need to install some dependencies and at the very least Radamsa (https://gitlab.com/akihe/radamsa). Compiling targets with Address Sanitizer is also useful (https://clang.llvm.org/docs/AddressSanitizer.html).
            Sometimes some things need to happen with a connection prior to your fuzz testcase being sent. EG, if you need to send a 'hello' packet, and receive a response prior to sending your payload. Sometimes things also need to happen after the testcase is sent, like sending the 'actually-do-the-work-now-FFS' packet. callback.c defines two methods that you can modify to achieve this. The callback_pre_send() method also allows you to tamper the testcase before its sent, so one can implement things like packet checksumming.

            Support

            Multiple 'connection refused' errors looping - If you're providing a PID to check, then confirm that the socket is still listening. The monitored PID may still exist but the listening socket could be dead.Fuzzotron is stalling! - check the above linux tunables, make sure they're setNo paths using --trace mode - confirm that your target is compiled with afl-gcc, and that the SHM number is correct
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/denandz/fuzzotron.git

          • CLI

            gh repo clone denandz/fuzzotron

          • sshUrl

            git@github.com:denandz/fuzzotron.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Explore Related Topics

            Consider Popular TCP Libraries

            masscan

            by robertdavidgraham

            wait-for-it

            by vishnubob

            gnet

            by panjf2000

            Quasar

            by quasar

            mumble

            by mumble-voip

            Try Top Libraries by denandz

            KeeFarce

            by denandzC++

            sourcemapper

            by denandzGo

            glorp

            by denandzGo

            SecretServerSecretStealer

            by denandzPowerShell

            OpManager-Decrypter

            by denandzPython