Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unhandled Exception (d0a112a6c) #1274

Open
AutosploitReporter opened this issue May 29, 2020 · 0 comments
Open

Unhandled Exception (d0a112a6c) #1274

AutosploitReporter opened this issue May 29, 2020 · 0 comments

Comments

@AutosploitReporter
Copy link
Collaborator

@AutosploitReporter AutosploitReporter commented May 29, 2020

Autosploit version: 3.0
OS information: Linux-5.6.0-kali1-amd64-x86_64-with-debian-kali-rolling
Running context: autosploit.py
Error meesage: No JSON object could be decoded
Error traceback:

Traceback (most recent call):
 File "/root/Downloads/AutoSploit-master/autosploit/main.py", line 113, in main
    loaded_exploits = load_exploits(EXPLOIT_FILES_PATH)
  File "/root/Downloads/AutoSploit-master/lib/jsonize.py", line 72, in load_exploits
    _json = json.loads(exploit_file.read())
  File "/usr/lib/python2.7/json/__init__.py", line 339, in loads
    return _default_decoder.decode(s)
  File "/usr/lib/python2.7/json/decoder.py", line 364, in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  File "/usr/lib/python2.7/json/decoder.py", line 382, in raw_decode
    raise ValueError("No JSON object could be decoded")
ValueError: No JSON object could be decoded

Metasploit launched: False

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.