splunk / attack_range_local

Build a attack range in your local machine
Apache License 2.0
130 stars 39 forks source link

HELP WITH CUSTOMCONFIGPARSER MODULE #32

Closed pkamal227 closed 3 years ago

pkamal227 commented 3 years ago

Trying to build attack range locally getting following error even though i have the module in the path site-package

(venv) ron@ron-VirtualBox:~/Desktop/attack_range_local$ which python /home/ron/Desktop/attack_range_local/venv/bin/python (venv) ron@ron-VirtualBox:~/Desktop/attack_range_local$ export PATH=$PATH:~^C (venv) ron@ron-VirtualBox:~/Desktop/attack_range_local$ export PATH=$PATH:~/home/ron/Desktop/attack_range_local/venv/bin/python (venv) ron@ron-VirtualBox:~/Desktop/attack_range_local$ export PYTHONPATH=$PYTHONPATH:/home/ron/Desktop/attack_range_local/venv/lib/python2.7/site-packages/

(venv) ron@ron-VirtualBox:~/Desktop/attack_range_local$ python attack_range_local.py -a build Traceback (most recent call last): File "attack_range_local.py", line 10, in from modules.CustomConfigParser import CustomConfigParser

please help how to get pass this module?

kseidenschnur commented 3 years ago

Hi, I guess you were following the installations instructions? The module CustomConfigParser is being loaded out of the attack_range_local/modules/ folder.