askkemp
askkemp
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...
Using a minimal install of CentOS 7.3, I updated the installation instructions in the Readme for the CentOS section.
Note: jshlbrd also has a pull request for a module that does VBA extraction. My module **in addition** does file extraction (explode) and metadata for forms. Otherwise, they are similar....
explode_rtf.py is a scanning module to explode the objects inside an RTF. It uses rtfobj from decalage's oletools to perform the object extraction. Input is an RTF. Output is extracted...
Best I can tell, because construct is pinned to v2.9.52 (https://github.com/CaliDog/Axeman/commit/1abed7cf539e485795171ea48087aa3914dd4f92), it means this code is only compatible up to Python v3.11. construct 2.9.52 is trying to import `imp` which...
It appears that sessions are being recreated for each RDAP query instead of using the previously established connection. It does work as intended for bootstrapping. The setting of `http_pool_connections` (see...