factionsecurity / faction

Pen Test Report Generation and Assessment Collaboration
https://www.factionsecurity.com/
GNU General Public License v2.0
411 stars 27 forks source link

A note for people who would like to try Faction locally #22

Closed Mav3r1ck0x1 closed 7 months ago

Mav3r1ck0x1 commented 7 months ago

It appears that faction is using MongoDB 5.0+ which requires a CPU with AVX support. I was able to get everything setup not having this support, but after running the docker container you will not be able to get any further as Tomcat will just show a 404 page and you will not be able to reach the webUI. 'MongoDB 5.0+ which requires a CPU with AVX support' should be added as a requirement in the README. Edit: Some hypervisors such as Oracle don't pass the flag, so this issue is probably more prevalent for people who use VMs.

-Mav

summitt commented 7 months ago

Thanks for reporting. I haven't tried running it in a vm.

Mav3r1ck0x1 commented 7 months ago

No problem!

summitt commented 7 months ago

Updated the ReadMe