Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

research/fragattack: implement --pre-test-delay #44

Merged
merged 3 commits into from
Mar 31, 2022

Commits on Mar 31, 2022

  1. research/fraginternals: Test: adding pre_delay

    pre_delay can be used to add a delay before actually executing the test.
    
    Suggested-by: Michael Trimarchi <michael@amarulasolutions.com>
    Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com>
    angeloc authored and vanhoefm committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    33b49cb View commit details
    Browse the repository at this point in the history
  2. research/fraginternals: Test: adding enforce_pre_delay

    Adding a delay before actually executing the test. This can be useful in
    all the cases the network stack of the victim is still not ready to
    receive packets leading to a timed out test result.
    
    Suggested-by: Michael Trimarchi <michael@amarulasolutions.com>
    Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com>
    angeloc authored and vanhoefm committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    4c59cdf View commit details
    Browse the repository at this point in the history
  3. research/fragattack: add --pre-test-delay parameter

    This parameter can be used each time a test needs to be delayed before
    actually executing it.
    
    Suggested-by: Michael Trimarchi <michael@amarulasolutions.com>
    Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com>
    angeloc authored and vanhoefm committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    0375781 View commit details
    Browse the repository at this point in the history