View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006313 | Kali Linux | [All Projects] General Bug | public | 2020-04-24 05:42 | 2020-12-01 10:48 |
Reporter | nu11secur1ty | Assigned To | sbrun | ||
Priority | normal | Severity | major | Reproducibility | random |
Status | resolved | Resolution | fixed | ||
Product Version | 2020.1 | ||||
Target Version | Fixed in Version | ||||
Summary | 0006313: Python syntax error | ||||
Description | Python syntax error after update. | ||||
Steps To Reproduce | apt update apt upgrade & dist-upgrade `responder` | ||||
Additional Information | /usr/share/responder/servers/FTP.py:18: SyntaxWarning: "is" with a literal. Did you mean "=="? if settings.Config.PY2OR3 is "PY3": /usr/share/responder/servers/HTTP.py:20: SyntaxWarning: "is" with a literal. Did you mean "=="? if settings.Config.PY2OR3 is "PY3": /usr/share/responder/servers/HTTP_Proxy.py:18: SyntaxWarning: "is" with a literal. Did you mean "=="? if settings.Config.PY2OR3 is "PY3": /usr/share/responder/servers/Kerberos.py:20: SyntaxWarning: "is" with a literal. Did you mean "=="? if settings.Config.PY2OR3 is "PY3": /usr/share/responder/servers/MSSQL.py:21: SyntaxWarning: "is" with a literal. Did you mean "=="? if settings.Config.PY2OR3 is "PY3": /usr/share/responder/servers/POP3.py:18: SyntaxWarning: "is" with a literal. Did you mean "=="? if settings.Config.PY2OR3 is "PY3": /usr/share/responder/servers/Proxy_Auth.py:18: SyntaxWarning: "is" with a literal. Did you mean "=="? if settings.Config.PY2OR3 is "PY3": /usr/share/responder/servers/RDP.py:22: SyntaxWarning: "is" with a literal. Did you mean "=="? if settings.Config.PY2OR3 is "PY3": /usr/share/responder/servers/SMB.py:20: SyntaxWarning: "is" with a literal. Did you mean "=="? if settings.Config.PY2OR3 is "PY3": /usr/share/responder/servers/SMTP.py:19: SyntaxWarning: "is" with a literal. Did you mean "=="? if settings.Config.PY2OR3 is "PY3": /usr/share/responder/settings.py:209: SyntaxWarning: "is not" with a literal. Did you mean "!="? if len(self.NumChal) is not 16 and not "random": /usr/share/responder/tools/MultiRelay.py:418: SyntaxWarning: "is not" with a literal. Did you mean "!="? if data.find("NTLM") is not -1: /usr/share/responder/tools/MultiRelay.py:423: SyntaxWarning: "is not" with a literal. Did you mean "!="? if data.find("NTLM") is not -1: /usr/share/responder/tools/RunFinger.py:61: SyntaxWarning: "is" with a literal. Did you mean "=="? if PY2OR3 is "PY2": /usr/share/responder/tools/RunFinger.py:68: SyntaxWarning: "is" with a literal. Did you mean "=="? if PY2OR3 is "PY2": /usr/share/responder/tools/RunFinger.py:74: SyntaxWarning: "is" with a literal. Did you mean "=="? if PY2OR3 is "PY2": /usr/share/responder/tools/RunFingerPackets.py:14: SyntaxWarning: "is" with a literal. Did you mean "=="? if PY2OR3 is "PY2": /usr/share/responder/utils.py:29: SyntaxWarning: "is" with a literal. Did you mean "=="? if settings.Config.PY2OR3 is "PY3": /usr/share/responder/utils.py:110: SyntaxWarning: "is" with a literal. Did you mean "=="? if settings.Config.PY2OR3 is "PY2": /usr/share/responder/utils.py:170: SyntaxWarning: "is" with a literal. Did you mean "=="? if settings.Config.PY2OR3 is "PY2": /usr/share/responder/utils.py:178: SyntaxWarning: "is" with a literal. Did you mean "=="? if settings.Config.PY2OR3 is "PY2": /usr/share/responder/utils.py:185: SyntaxWarning: "is" with a literal. Did you mean "=="? if settings.Config.PY2OR3 is "PY2": /usr/share/responder/utils.py:191: SyntaxWarning: "is" with a literal. Did you mean "=="? | ||||
|
Thanks for the report. I just see Syntax Warnings. They should be corrected but they doesn't mean that the package is broken. Did you use Responder? Did it work? |
|
NNop, but you never known ;) |
|
fixed in version 3.0.1.0-0kali1 |
Date Modified | Username | Field | Change |
---|---|---|---|
2020-04-24 05:42 | nu11secur1ty | New Issue | |
2020-04-24 06:40 | sbrun | Assigned To | => sbrun |
2020-04-24 06:40 | sbrun | Status | new => feedback |
2020-04-24 06:40 | sbrun | Note Added: 0012669 | |
2020-04-24 11:03 | nu11secur1ty | Note Added: 0012670 | |
2020-04-24 11:03 | nu11secur1ty | Status | feedback => assigned |
2020-09-16 06:29 | sbrun | Status | assigned => resolved |
2020-09-16 06:29 | sbrun | Resolution | open => fixed |
2020-09-16 06:29 | sbrun | Note Added: 0013432 | |
2020-12-01 10:48 | g0tmi1k | Priority | immediate => normal |