From 51c419aeb1573281148d3c7ebad8ee5136fe6254 Mon Sep 17 00:00:00 2001 From: Jovan Jovanovic Date: Thu, 5 Sep 2024 23:05:40 +0200 Subject: Template --- exploits/exploit.py | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 exploits/exploit.py (limited to 'exploits/exploit.py') diff --git a/exploits/exploit.py b/exploits/exploit.py new file mode 100644 index 0000000..7a4476a --- /dev/null +++ b/exploits/exploit.py @@ -0,0 +1,16 @@ +from avala import * +import string +import time +import random + + +@exploit( + alias="exploit", + service="CApp", + targets=TargetingStrategy.AUTO, + tick_scope=TickScope.SINGLE, + draft=True, # REMOVE THIS WHEN PUSHING TO PRODUCTION +) +def run_exploit(target: str, flag_ids: str) -> str: + url = f"http://{target}:1337/" + return "" -- cgit v1.2.3