GithubHelp home page GithubHelp logo

replaynfuzz's Introduction

Introduction

Ce code est un utilitaire permettant de rejouer des trames Ethernet contenues dans un fichier PCAP ou capturées sur une interface réseau. Il permet également de faire du « fuzzing » sur certaines parties de ces trames, c'est-à-dire de les modifier de manière aléatoire pour tester la robustesse d'un système ou d'un protocole en réseau.

Le programme peut être exécuté avec divers arguments en ligne de commande pour spécifier l'interface réseau à utiliser, le fichier PCAP à utiliser, les trames à modifier et le délai entre chaque trame envoyée. Des exemples d'utilisation sont donnés dans l'aide en ligne de la commande.

Compilation

gcc -Wall ReplayNFuzz.c -o ReplayNFuzz.out -lm -lpcap

Utilisation

usage: ReplayNFuzz <-i> <-f> <-p [-p [-p […]]]> <-t> [-c]
       -i <interface>
       -f <pcap file>
       -c <pcap file: check target>,<"my filter" (pcap form)>
       -p <nbr packet>:<start offset b10>,<stop offset b10>
       -t <time between pkts in ms>
        |-> stop offset and start offset are fuzzed
        |-> start offset is lower or equal to stop offset
Exemple: 
 → Fuzze the first and the third packet of file "mypcap.pcap" at position 
   31-35 and 45, with interval of 10 ms on the second interface:
       ~$ ReplayNFuzz -i eth1 -f project/mypcap.pcap \
                      -p 0:30,34 -p 2:44,44 -t 10

replaynfuzz's People

Contributors

trouat avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.