From 5daae167c9f12d5c959c7a8eb9463a1d51d122a9 Mon Sep 17 00:00:00 2001 From: hahwul Date: Wed, 31 Aug 2022 00:44:17 +0900 Subject: [PATCH] Add ropr and smap --- weapons/ropr.yaml | 13 +++++++++++++ weapons/smap.yaml | 12 ++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 weapons/ropr.yaml create mode 100644 weapons/smap.yaml diff --git a/weapons/ropr.yaml b/weapons/ropr.yaml new file mode 100644 index 0000000..684a9c1 --- /dev/null +++ b/weapons/ropr.yaml @@ -0,0 +1,13 @@ +--- +name: ropr +description: 'A blazing fastâ„¢ multithreaded ROP Gadget finder. ropper' +url: https://github.com/Ben-Lichtman/ropr +category: tool +type: Exploit +platform: +- linux +- macos +- windows +lang: Rust +tags: +- rop diff --git a/weapons/smap.yaml b/weapons/smap.yaml new file mode 100644 index 0000000..29cc97c --- /dev/null +++ b/weapons/smap.yaml @@ -0,0 +1,12 @@ +--- +name: Smap +description: "a drop-in replacement for Nmap powered by shodan.io" +url: https://github.com/s0md3v/smap/ +category: tool +type: Recon +platform: +- linux +- macos +- windows +lang: Go +tags: []