Parse exploit requirements
Will attempt to parse the requirements of exploits when they are passed to the function and return them in a dictionary.
Will attempt to parse the requirements of exploits when they are passed to the function and return them in a dictionary. You will want to pass the result of metaxploit.scan_address(lib, address) directly to the function. 

Example:
lib = metaxploit.load("/lib/libssh.so")
addresses = metaxploit.scan(lib)
exploits = metaxploit.scan_address(lib, addresses[0])
print(parseExploitRequirements(exploits))
Files
Builds
parse-exploit-requirements_V1.0.1
Download build

Post's comments

post does not have comments.

You need to log in to write a comment.