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 283 forks source link

Crawler not working #484

Closed BeRambo closed 4 years ago

BeRambo commented 4 years ago

Hi everyone

I'm currently trying to get the crawler to work. I've followed the installation method from the HOWTO.md, but can't get it to work. Can somebody tell me what I'm doing wrong?

This is how I start it:

bram@ail2:~/AIL-framework$ ./bin/LAUNCH.sh -l
        * Checking configuration
Config File: Nothing to update
Config File: Nothing to update
        * Configuration up-to-date
******************************************************************
*                        Updating AIL ...                        *
******************************************************************
Check if this repository is a fork:
    This repository is a fork

... Updating fork ...
Fork Auto-Update disabled in config file

Aborting ...
******************************************************************
*                    AIL Not Updated                             *
******************************************************************

        * Launching Redis servers
        * Launching ARDB servers
        * Launching logging process
        * Launching all the queues
        * Checking configuration
Config File: Nothing to update
Config File: Nothing to update

        * Configuration up-to-date
        * Launching scripts
        * Launching Flask server
bram@ail2:~/AIL-framework$ ./bin/LAUNCH.sh -c
        * Launching Crawler_AIL scripts
bram@ail2:~/AIL-framework$
bram@ail2:~/AIL-framework$         * Launching Crawler_AIL scripts
AILENV: command not found
bram@ail2:~/AIL-framework$ sudo ./bin/torcrawler/launch_splash_crawler.sh -f /home/bram/AIL-framework/configs/docker/splash_onion/etc/splash/proxy-profiles/ -p 8050 -n 3
[sudo] password for bram:
    Splash server launched on port 8050
    Splash server launched on port 8051
    Splash server launched on port 8052

The output of screen -r Flask-AIL and Docker-Splash:

bram@ail2:~/AIL-framework$ screen -r Flask-AIL
There is no screen to be resumed matching Flask-AIL.
bram@ail2:~/AIL-framework$ sudo screen -r Docker-Splash
There is no screen to be resumed matching Docker-Splash.
BeRambo commented 4 years ago

The issue has solved itself by reinstalling the AIL framework completely.

annetteshajan commented 4 years ago

Any other possible solution?

tyler-esol commented 3 years ago

Having same issue, did a fresh reinstall and still getting same error. Surely there is a fix?