Posr> provides a minimalist method for conducting Domain, IP, and File hashes OSR on major malware analysis sites.
Posr.Multi-Hash.Table.mp4
Allows for the processing of hashes, domains, and IPs. Can build and /or export a table from the processed results.
-mh : Takes a multi-hash file (SHA256)
-sh : Takes a single hash (SHA256)
-md : Takes a multi-domain file
-sd : Takes a single domain
-mi : Takes a muti-IP file
-si : Takes a single IP
-xp : Exports the table into a .txt, .html, or .svg file. (Example: -xp myfile.txt)
--noprint : Prevents table from displaying on the console when exporting a file
--print : Displays the table when exporting a file
Clears console and resets cursor to the top.
- None
Allows changes to the conf.ini
--noemojis : Disables emojis. Changes the conf.ini file.
--emojis : Enables emojis. Changes the conf.ini file. Default is enabled.
Posr> will check the conf.ini file first for your Hybrid Analysis and BrightCloud keys.
Otherwise, please place these in their respective environment variables HA_API
,oemid
,deviceid
- Added more API configurations to "conf.ini"
- Added functionality to suppress emoji's [🥺]
- Added table generation status/time taken to complete
- Added "config" command to allow for changing of "conf.ini" file
- Added Hybrid Analysis to query.
- Export tables to Text, HTML, or SVG
- Fix bug with table files being overwritten
- Suppress table printing when exporting
- Add "cls" command to clear the console
Please see the TODO for more.
You can help by reporting bugs, suggesting features, reviewing feature specifications or just by sharing your opinion.
Use GitHub Issues for all of that.
- Fork the project.
- Create a branch for your new feature.
- Write tests.
- Write code to make the tests pass.
- Submit a pull request.
All pull requests are welcome !
Posr> uses the MIT license. See LICENSE for more details.