Convert memory_scan into a map
Modules from roupi
converts scan_address output to a map easier to process

Usage example


mem_scan = metaxploit.scan_address(metaLib, entry)
mem_scan = mem_scan_exploits(mem_scan)

Output example


for a input like this:
Capture d’écran de 2021-07-20 11-53-45.png 18.6 KB


the output should be like this:
Capture d’écran de 2021-07-20 11-56-16.png 8.55 KB



format:
[
{"exploit_name": ["requirement", "requirement"]},
{"exploit_name": ["requirement", "requirement"]}
]
Files
Builds
convert-memory_scan-into-a-map_Main build
Download build

Post's comments

post does not have comments.

You need to log in to write a comment.