pdfxray_public icon indicating copy to clipboard operation
pdfxray_public copied to clipboard

Public version of PDF X-RAY

Results 10 pdfxray_public issues
Sort by recently updated
recently updated
newest added

Hi Brandon, I've already made some minor fixes and improvements to pdfxray. (fixes of mixed spaces/tabs, fixed a minor bug, and added VT querying as optional) Would you mind pulling...

Once a sample has been tagged as malicious or non-malicious, there is no way to easily remove this tag. An AJAX method should be provided to remove the tag from...

Several mapreduce jobs have been written to provide more value to PDF X-RAY based on the malicious PDFs stored within a given collection. These jobs need to be included, but...

Several mapreduce jobs have been written that will run against a given field and output several static signatures that could be used to flag documents as suspicious. These jobs outputs...

Related malware is done by running a script against the main PDF collection within Mongo. This has not been included, but is necessary to displaying and finding related malware. This...

Larger PDF files may process, but will fail to insert into MongoDB because of the 16MB size limit. Temporary fix: - Python object is cached in the browser allowing the...

Collaboration features like comments and classification are only available to "super users" of the Django system. This is a simple check done within the templates of the report.html and interact.html....

MongoDB sometimes dies (likely on insert) while the write lock is present causing the database to become unavailable. This will result in your not allowing the database to start. Temporary...

Heavily complex PDFs or large documents will sometimes cause processing to use all resources on the machine with the kernel eventually killing the process. This process killing may lead to...

Python PDF objects sent to the Django template are stored in the session cache for local improvements. All these objects are stored in the django_session table within MySQL. This will...