The Metasploit Framework is a development platform for creating security
tools and exploits. The framework is used by network security professionals to
perform penetration tests, system administrators to verify patch
installations, product vendors to perform regression testing, and
security researchers world-wide. The framework is written in the Ruby programming
language and includes components written in C and assembler.
Attachment | Size | Date |
---|---|---|
metasploit-4.10.0-10.28.1.jolla_.armv7hl.rpm | 22.74 MB | 13/08/2014 - 21:54 |
(none)
Comments
NielDK
Fri, 2015/01/16 - 18:00
Permalink
Needs glibc.
I will add that as a dependency
vadd
Fri, 2015/01/16 - 19:20
Permalink
so there will be an update???
vadd
Fri, 2015/01/16 - 17:40
Permalink
it can't be installed because it requires libc.so and I can't found it
shanti
Fri, 2017/11/17 - 17:06
Permalink
i tired devel-su pkcon install glibc-devel
but still complains .. i read this could happen if x86 binaries mixup within arm-packages
on libc.so: on my xperia there are at least 10 versions
shellkr
Fri, 2014/10/24 - 04:56
Permalink
It complains over a missing libc.so and can therefor not install..
jberezhnoy
Mon, 2014/12/15 - 17:33
Permalink
probably need to add
#include <time.h>
and rebuild the package. But I do not know how to do this (