Skip to content

Commit 8eba80a

Browse files
matthias-kranzerW3D3
authored andcommitted
✨ feat(exploit-toolkit): Improve locust task naming
1 parent fd3e011 commit 8eba80a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/malicious-load-generator/locustfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ def get_sql_golang(self):
176176
time.sleep(1)
177177

178178
@task()
179-
def get_sql_nodejs(self):
179+
def post_sql_login_injection_nodejs(self):
180180
parameters = {'name': random.choice(SQL_CMDS_LOGIN_USERNAME), 'password': 'user'}
181181

182182
# post with the malicious SQL command

0 commit comments

Comments
 (0)