diff options
author | Fernando Lopez Jr <fernando.lopezjr@gmail.com> | 2017-08-17 00:18:03 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-08-19 07:10:46 +0700 |
commit | 26e121ecbee487ccab303e7649be0a7162d9c1ae (patch) | |
tree | 68e9f52e67a2745bfdbba02a3dff20231272c7af /system/routersploit/README | |
parent | 9e92e2bd36f3ccc9835f2116bff09b0a5bcf5dd2 (diff) |
system/routersploit: Added (exploitation framework).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/routersploit/README')
-rw-r--r-- | system/routersploit/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/system/routersploit/README b/system/routersploit/README new file mode 100644 index 0000000000000..427ac153ff3df --- /dev/null +++ b/system/routersploit/README @@ -0,0 +1,10 @@ +The RouterSploit Framework is an open-source exploitation framework +dedicated to embedded devices. + +It consists of various modules that aid penetration testing operations: + +exploits - modules that take advantage of identified vulnerabilities +creds - modules designed to test credentials against network services +scanners - modules that check if a target is vulnerable to any exploit + +Optional dependency: python3 |