Skip to content

ErminKatardzic/tftp_stress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

TFTP stress test

A small tool that I quickly put together because I couldn't find a simple way to generate a small burst of GET requests. It generates strings to be used with the GET request by appending a random 6 hexadecimal number on the OUI.

It is split into two versions: one which sends requests one after the other while waiting for a response before sending another request and a version which sends all the requests almost at once, without waiting for a response.

Dependency

Usage example

./tftp_stress_serial -address=10.0.0.1 -port=69 -oui=00aabb -num=200

You can also use the -help flag to see the explanations for each flag and their default values.

Many thanks to Dmitri Popov for making the TFTP client that I'm using here.

About

A small tool that can be used to generate TFTP packets for basic stress testing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages