Skip to content

Commit

Permalink
made suggested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pUrGe12 committed Mar 6, 2025
1 parent f6bc561 commit a74c35c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions nettacker/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ class DefaultSettings(ConfigBase):
scan_subdomains = False
selected_modules = None
url_base_path = None
user_wordlist = ""
set_hardware_usage = "maximum" # low, normal, high, maximum
show_all_modules = False
show_all_profiles = False
Expand Down
2 changes: 2 additions & 0 deletions nettacker/core/arg_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,9 @@ def add_arguments(self):
"-W",
"--wordlist",
action="store",
default=Config.settings.user_wordlist,
dest="read_from_file",
help=_("user_wordlist")
)

# API Options
Expand Down
1 change: 0 additions & 1 deletion nettacker/core/module.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ def __init__(
self.module_inputs[module_extra_args] = self.module_inputs["modules_extra_args"][
module_extra_args
]

self.target = target

self.scan_id = scan_id
Expand Down

0 comments on commit a74c35c

Please sign in to comment.