laikaboss
laikaboss copied to clipboard
Laika BOSS: Object Scanning System
I've grabbed the Docker image for Lockheed Martin's Laikaboss, and I've ran: ``` sudo docker run --rm -it -v ~/laikaboss-workdir:/home/nonroot/workdir wzod/laikaboss ``` I understand I must use a networked instance,...
Just wondering since it's been sometime since the previous issue was closed out. Is the effort to develop a python3 compatible version of Laika still in the works?
Hi guys, Its been really fascinating experimenting with the laikaboss for web scanning. It was working well earlier, but after an apt update (cannot really put a finger on what...
This isn't in the Laikaboss code, but the installation instructions list a specific, old version of pefile to use. Under this version, rich headers are not extracted by pefile, and...
Added functionality in EXPLODE_OLE module to extract orphaned objects from OLE files. In decalage2's oletools/oledir.py there is a comment that says, "read ALL the actual directory entries from the directory...
The original Rich Signature write-up: http://www.ntcore.com/files/richsign.htm searches 400 bytes for the "Rich" string. The pefile module searches 128 bytes for the string. I have found that 128 is sometimes not...
Using a minimal install of CentOS 7.3, I updated the installation instructions in the Readme for the CentOS section.
Would it be helpful to the community to setup an automated Docker build for the project? https://docs.docker.com/docker-hub/builds/ I suspect the owner of the repo would be the best person to...