quarkslab / irma

IRMA is an asynchronous & customizable analysis system for suspicious files.
https://irma.quarkslab.com
Apache License 2.0
268 stars 55 forks source link

Unable to connect to http://172.16.1.30/ #66

Closed cuckoo-linux closed 3 years ago

cuckoo-linux commented 4 years ago

I installed irma using these commands: $ git clone https://github.com/quarkslab/irma $ cd /irma/ansible $ vagrant up Installation is completed successfully but cant open web interface,kindly help.

cuckoo-linux commented 4 years ago

After that when i tried to run these commands: pip install -r requirements.txt python irma-ansible.py environments/allinone_dev.yml playbooks/playbook.yml python: can't open file 'irma-ansible.py': [Errno 2] No such file or directory although irma-ansible is present in directory.

ch0k0bn commented 4 years ago

make sure you have cloned with --recursive option to also clone irma-ansible submodule (check if the irma/ansible/irma-ansible/irma-ansible.py is present. irma/ansible/irma-ansible.py is just a symlink

cuckoo-linux commented 4 years ago

yup its present,i checked it. /home/user/Pictures/Screenshot from 2019-12-19 16-31-02.png