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

MAC address info NOT WORKING #36

Open
Scrut1ny opened this issue Sep 23, 2020 · 1 comment
Open

MAC address info NOT WORKING #36

Scrut1ny opened this issue Sep 23, 2020 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@Scrut1ny
Copy link

MAC ADDRESS LOOKUP (Eg:08:00:69:02:01:FC) >> D2:C3:00:00:00:00

Traceback (most recent call last):
File "reconspider.py", line 39, in
from core import repl_prompt
File "/root/reconspider/core/init.py", line 1, in
from .repl_prompt import *
File "/root/reconspider/core/repl_prompt.py", line 153, in
repl()
File "/root/reconspider/core/repl_prompt.py", line 99, in repl
MacAddressLookup(mac)
File "/root/reconspider/plugins/macaddress.py", line 6, in MacAddressLookup
result=response.json()
File "/usr/local/lib/python3.8/dist-packages/requests/models.py", line 897, in json
return complexjson.loads(self.text, **kwargs)
File "/usr/lib/python3/dist-packages/simplejson/init.py", line 525, in loads
return _default_decoder.decode(s)
File "/usr/lib/python3/dist-packages/simplejson/decoder.py", line 370, in decode
obj, end = self.raw_decode(s)
File "/usr/lib/python3/dist-packages/simplejson/decoder.py", line 400, in raw_decode
return self.scan_once(s, idx=_w(s, idx).end())
simplejson.errors.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

OS: Linux (parrot)
Browser: firefox (default)
version: latest for everything

@acheong08
Copy link

Same issue here

@bhavsec bhavsec added the help wanted Extra attention is needed label Jul 21, 2021
Repository owner deleted a comment from mikeaden2007 Oct 20, 2021
Repository owner deleted a comment from Scrut1ny Oct 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants