Skip to content

Commit a123e43

Browse files
committed
bettercap command validator
1 parent a6db61c commit a123e43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/attackmate/schemas/bettercap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def check_cmd_requirements(cls, values):
3030
cmd = values.cmd
3131

3232
if values.background:
33-
raise ValueError('background mode is unsupported for VNC')
33+
raise ValueError('background mode is unsupported for bettercap commands')
3434
if cmd == 'post_api_session' and values.data is None:
3535
raise ValueError('post_api_session requires the parameter data')
3636
if cmd == 'get_file' and values.filename is None:

0 commit comments

Comments
 (0)