You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...
[*] Check if service is reachable...
[*] A matching service has been found in the database
[+] Updated: host ***.***.***.*** | port 21/tcp | service ftp
[+] Target reachable: host ***.***.***.*** | port 21/tcp | service ftp
[*] Products detected for this target:
+------------+--------+---------+
| Type | Name | Version |
+------------+--------+---------+
| ftp-server | Vsftpd | 2.3.4 |
+------------+--------+---------+
[*] [SMART] SmartStart processing to initialize context...
[*] [SMART] Product detected from banner: ftp-server = Vsftpd 2.3.4
[*] [SMART] Product detected: ftp-server=Vsftpd 2.3.4. Not updated because already in db
[!] Unexpected error occured: 'str' object has no attribute 'is_service_supported'
Traceback (most recent call last):
File "jok3r.py", line 44, in __init__
controller.run()
File "/root/jok3r/lib/controller/MainController.py", line 23, in run
}.get(self.arguments.mode)(self.arguments, self.settings, self.sqlsess).run()
File "/root/jok3r/lib/controller/AttackController.py", line 88, in run
self.__run_for_multi_targets(args)
File "/root/jok3r/lib/controller/AttackController.py", line 224, in __run_for_multi_targets
self.attack_scope.attack()
File "/root/jok3r/lib/core/AttackScope.py", line 163, in attack
self.__attack_target(target, attack_progress)
File "/root/jok3r/lib/core/AttackScope.py", line 199, in __attack_target
attack_progress=attack_progress)
File "/root/jok3r/lib/core/ServiceChecks.py", line 150, in run
attack_progress)
File "/root/jok3r/lib/core/ServiceChecks.py", line 325, in __run_special_mode
if not attack_profile.is_service_supported(target.get_service_name()):
AttributeError: 'str' object has no attribute 'is_service_supported'
Your docker image is used. So my steps to reproduce the issue:
Run the command from your simple examples: python3 jok3r.py attack -m <mission_name> --profile <some_profile_name> --fast
Profit.
The text was updated successfully, but these errors were encountered:
I tried from my side, and I can't reproduce the problem for the moment with red-team and fast-scan profile.
Maybe tried to backup your current sqlite joker database and retry while there is no database upgrade management (will come).
I had this issue as well. Running specifically the red-team profile against a mission I imported hosts via nmap XML. I just removed the --profile red-team and the attack ran.
Your docker image is used. So my steps to reproduce the issue:
python3 jok3r.py attack -m <mission_name> --profile <some_profile_name> --fast
The text was updated successfully, but these errors were encountered: