ail-framework icon indicating copy to clipboard operation
ail-framework copied to clipboard

AIL framework - Analysis Information Leak framework

Results 115 ail-framework issues
Sort by recently updated
recently updated
newest added

# **pycld3** currently fails with Python 3.11(.7), one workaround, use 3.10 Another **workaround** (cython): ```bash source ./AILENV/bin/activate git clone https://github.com/bsolomon1124/pycld3.git cd pycld3 pip install cython USE_CYTHON=1 python setup.py install ```...

Hello, after doing `./LAUNCH.sh -l` I get the following error: ![image](https://github.com/ail-project/ail-framework/assets/56295812/3bfabd23-c289-4434-9d86-4ef28961514b) Tried debugging it, restarting the processes and modifying the command from "redis-server" to "redis-server &" or "redis-server --daemonize=yes" but...

Hi I see if I NMAP the AIL-Framwork IP that port 7000 is not visible. Is there a setting I need to change to proxy to the app ? Im...

webhook doesn't work :( I have configured a webhook listener on a host with an ail-framework for debugging ![image](https://github.com/ail-project/ail-framework/assets/99807281/f642fcef-1aa3-4a5d-a78a-8d90d4a7cf54) and am trying to send a webhook to it from a...

bug

Hey I've installed AIL and everything seems to be running fine. However, when I run the tests with ./LAUNCH.sh -t I get the following result. Is this a bug inside...