Advertisement
joxeankoret

Untitled

Oct 22nd, 2018
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. $ mkdir test1
  2. $ cd test1
  3. $ git clone https://github.com/joxeankoret/cosa-nostra
  4. Cloning into 'cosa-nostra'...
  5. remote: Enumerating objects: 179, done.
  6. remote: Total 179 (delta 0), reused 0 (delta 0), pack-reused 179
  7. Receiving objects: 100% (179/179), 8.76 MiB | 1.54 MiB/s, done.
  8. Resolving deltas: 100% (24/24), done.
  9. Checking connectivity... done.
  10. $ ls
  11. cosa-nostra
  12. $ cd cosa-nostra/
  13. $ ls
  14. cn_clusterer.py cn_factor.py cn_query.py cosa_nostra.py examples ida_batch.py pyew_batch.py README.md static web
  15. cn_db.py cn_log.py config.py doc graphs.py LICENSE r2_batch.py screenshots templates
  16. $ cat config.cfg
  17. cat: config.cfg: No such file or directory
  18. $ cat > config.cfg
  19. ########################################################################
  20. # Configuration for SQLite3
  21. ########################################################################
  22. [database]
  23. dbn=sqlite
  24. # Database name
  25. db=db.sqlite
  26. ^C
  27. $ ls examples/
  28. malicia_dataset.sqlite state-sponsored-malwares-r2.sqlite
  29. $ ln -s examples/malicia_dataset.sqlite db.sqlite
  30. $ ./cosa_nostra.py
  31. http://0.0.0.0:8080/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement