Skip to content
Extraits de code Groupes Projets
Valider 732a9c64 rédigé par François De Keersmaeker's avatar François De Keersmaeker
Parcourir les fichiers

Updated init and README

parent fe724027
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -21,6 +21,17 @@ pip install -r requirements.txt
## Usage
### From PyPI
```bash
pip install pcap-fuzzer
```
See documentation: [https://pypi.org/project/pcap-fuzzer/](https://pypi.org/project/pcap-fuzzer/).
### Directly from sources
```bash
python3 pcap_fuzzer.py [-h] [-o OUTPUT] [-r RANDOM_RANGE] [-n PACKET_NUMBER] [-d] pcap [pcap ...]
```
......@@ -50,7 +61,7 @@ It will be created if it doesn't exist.
* `-d`, `--dry-run`: don't write the output PCAP file (but still write the CSV log file)
## Supported protocols
## Supported protocols (for now)
* Datalink Layer (2)
* ARP
......
......@@ -2,5 +2,8 @@
Initialization script for package `pcap_fuzzer`.
"""
from packet import *
from pcap_fuzzer import fuzz_pcaps
__all__ = [
"fuzz_pcaps"
]
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter