CIRCL / AIL-framework

AIL framework - Analysis Information Leak framework. Project moved to https://github.com/ail-project
https://github.com/ail-project/ail-framework
GNU Affero General Public License v3.0
1.29k stars 282 forks source link

Please make sure you have a AIL-framework environment, au revoir #602

Closed iamsidharthbnair closed 6 months ago

iamsidharthbnair commented 6 months ago

Can anyone help to make this frame work run. root@sdesktop:/home/desktop/virtual/AIL-framework/bin# ./LAUNCH.sh Please make sure you have a AIL-framework environment, au revoir

gallypette commented 6 months ago

AILENV is not present, so it looks like you missed some steps following the doc:

# Clone the repo first
git clone https://github.com/ail-project/ail-framework.git
cd ail-framework

# For Debian and Ubuntu based distributions
./installing_deps.sh

# Launch ail
cd ~/ail-framework/
cd bin/
./LAUNCH.sh -l
iamsidharthbnair commented 6 months ago

@gallypette thanks for responding but i did followed the same steps only.. still after that received this error. Please let me know if you need more information

gallypette commented 6 months ago

Are you sure every steps succeeded?

iamsidharthbnair commented 6 months ago

./installing_deb.sh is getting executed no error being thrown up until then post that when i tried to run ie

Launch ail

cd ~/ail-framework/ cd bin/ ./LAUNCH.sh -l

facing this error "[Please make sure you have a AIL-framework environment, au revoir"

gallypette commented 6 months ago

Weird, LAUNCH.sh -l fails that way it means that ~/ail-framework/AILENV/bin/python does not exists, but it should after the install script.

Maybe try to launch ./install_virtualenv.sh from ~/ail-framework`.

iamsidharthbnair commented 6 months ago

tried ./install_virtualenv.sh from ~/ail-framework`. created virtual environment CPython3.10.12.final.0-64 in 517ms creator CPython3Posix(dest=/home/sidharth/virtual/AIL-framework/AILENV, clear=False, no_vcs_ignore=False, global=False) seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/root/.local/share/virtualenv) added seed packages: pip==22.0.2, setuptools==59.6.0, wheel==0.37.1 activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator ./install_virtualenv.sh: line 13: ./AILENV/bin/activate: No such file or directory

May be it will be helpful if you can share me the OS config you are using and in case if any pre-requisites are needed to run the tool successfully