Skip to content

Commit

Permalink
feat(checker): add more deltas
Browse files Browse the repository at this point in the history
  • Loading branch information
bchmnn committed Jul 6, 2024
1 parent 4e6578a commit 5f19142
Show file tree
Hide file tree
Showing 4 changed files with 100,015 additions and 370 deletions.
4 changes: 0 additions & 4 deletions checker/src/checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
ExploitCheckerTaskMessage,
GetflagCheckerTaskMessage,
GetnoiseCheckerTaskMessage,
HavocCheckerTaskMessage,
MumbleException,
PutflagCheckerTaskMessage,
PutnoiseCheckerTaskMessage,
Expand All @@ -25,7 +24,6 @@
from noise import get_noise, get_random_noise
from util import (
create_devenv,
devenv_websocket,
do_create_devenv,
do_get_devenv_file_content,
do_repl_auth,
Expand Down Expand Up @@ -213,9 +211,7 @@ async def getnoise0(

@checker.havoc(0)
async def havoc0(
task: HavocCheckerTaskMessage,
client: AsyncClient,
logger: LoggerAdapter,
):
response = await client.get("/", follow_redirects=True)
assert_equals(
Expand Down
Loading

0 comments on commit 5f19142

Please sign in to comment.