Skip to content

Latest commit

 

History

History
55 lines (37 loc) · 1.22 KB

README.md

File metadata and controls

55 lines (37 loc) · 1.22 KB

community-pocs

A community repository of PoC (Proof of Concept) exploits for ronin-exploits.

Install

Install ronin for ronin-repos and ronin-exploits.

This git repository can be installed by the ronin-repos command:

ronin-repos install https://github.com/postmodern/community-pocs.git

Using

To list all installed exploits:

ronin-exploits list

To view metadata for a specific exploit:

ronin-exploits show <product>/CVE-YYYY-XXXX

To run an exploit from the repository:

ronin-exploits run <product>/CVE-YYYY-XXXX -p foo=bar ...

You can also run the exploit directly from the repository directory:

./exploits/<product>/CVE-YYYY-XXXX.rb -p foo=bar ...

Requirements