Last active
June 10, 2021 09:42
-
-
Save jcbf/eb0cd98bcfd5ae5250fb9a53be917cb3 to your computer and use it in GitHub Desktop.
OLEFY docker test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker container run --mount type=tmpfs,destination=/tmp -p 10050:10050 -d --name olefy a16bitsysop/olefy | |
( | |
echo -ne "OLEFY/1.0\nMethod: oletools\nRspamd-ID: asad\n\n" | |
cat /tmp/qq/Qx.7475.xls | |
) | nc -w5 127.0.0.1 10050 | jq . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Above is for MacOS
In Linux must use
nc -w5 -N 127.0.0.1 10050