Bl4ckSl0th

Results 11 issues of Bl4ckSl0th

When I start parser.py using pyhton 2.7.18 it show me this message Traceback (most recent call last): File "parser.py", line 3, in from Crypto.Cipher import AES ImportError: No module named...

When I use the command "canari create-profile MISP_maltego" it returns me this error: Traceback (most recent call last): File "/usr/local/bin/canari", line 5, in from canari.entrypoints import main File "/usr/local/lib/python3.10/dist-packages/canari/entrypoints.py", line...

I'm trying to install MISP-maltego with pip3 and with setup.py file, but in both case it returns me this error: Collecting safedexml Using cached safedexml-0.5.1.tar.gz (24 kB) Preparing metadata (setup.py)...

I run this script on linux, this is the script permission: -rwxr-xr-x 1 misp staff 1168 14 set 18.34 update_misp_modules.sh Error: + '[' -d /var/www/MISP ']' + '[' -d /usr/local/src/misp-modules...

I created a MISP module, I added it in the export_mod folder in /usr/local/src/misp-modules/misp-modules/modules/export_mod, and I insert its name in "__all__ " variable in" __init__.py" file. Have I missed some...

I copied and pasted an HTTP in a `req` packet obtained using Firefox network tools. Then, I ran this command: ``` $ nosqli scan -t https:///api/userinfo/dashboard?fc=1 -r req --insecure 2023/09/11...

I'm running anubis on Linux Centos Stream 8. When I try to run the obfuscated code I got this error: ``` $ python manage-obf.py runserver Traceback (most recent call last):...

Both the latest commit and the only release present on this repo have various problems and do not work correctly, both with the generation of the report and with the...

Failed to compile. Error in ./src/reportWebVitals.js Syntax error: 'import' and 'export' may only appear at the top level (3:4) 1 | const reportWebVitals = onPerfEntry => { 2 | if...