Skip to content

hjat2005/BB-Gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BB-gen

BB-gen generates a PCAP and Trace files. The PCAPs can be used for testing together with tools such as NFPA.

Usage:

main.py [-h] [-p] [-t] [-n] [-name] [--rnip] [--rnmac] [--rnport]  
           [--debug] [-A] [-B] [-v]

BB-gen PCAP generator

optional arguments:  
-h, --help  show this help message and exit  
-p          Type of packet: ipv4, ipv6, vxlan, gre, l2  
-t          TCP or UDP  
-n          Number of entries  
-name       PCAP name  
--rnip      Random IP  
--rnmac     Random MAC  
--rnport    Random Port  
-pkt        Required packetsize
--debug     Debug enable  
-A          Add different values to list  
-B          Add different values to list  
-v          show program's version number and exit  

BB-gen supports:

  • Ethernet
  • ICMP / ICMPv6
  • IPv4 / IPv6
  • UDP
  • TCP
  • GRE
  • VXLAN

Numerous examples are provided in the example dir.

Example:

About

BB-Gen: Packet Crafter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.6%
  • Shell 2.4%