Here is the markdown description of DocBleach:
An advanced Content Disarm and Reconstruction software designed to remove misbehaving dynamic content from Office files or any threat to computer safety.
To build DocBleach, use Maven:
$ mvn clean package
The final jar is stored in cli/target/docbleach.jar
.
To use DocBleach, you may either use the Web Interface or run it in CLI:
java -jar docbleach.jar -in unsafe_document.doc -out safe_doc.doc
The input file may be a relative/absolute path, an URI (think: http://link), or a dash (-
).
The output file may be a relative/absolute path, or a dash (-
).
See [Wiki][wiki] for more information.
git clone https://github.com/docbleach/DocBleach.git
cd DocBleach
mvn install
The tests run with JUnit 5, which is perfectly integrated in Maven.
To run tests, just run mvn test
.
See [LICENSE][license].
Don't expect the code base to change everyday, but feel free to contribute: new ideas are more than welcome, and threats evolve - so should we.
Some things would be awesome, though:
> Visit DocBleach Website <