PEpper
An open source script to perform malware static analysis on Portable Executable (by 0x0be)
Mobile-Security-Framework-MobSF
Mobile Security Framework (MobSF) is an automated, all-in-one mobile application (Android/iOS/Windows) pen-testing, malware analysis and security assessment framework capable of performing static and dynamic analysis. (by MobSF)
PEpper | Mobile-Security-Framework-MobSF | |
---|---|---|
2 | 6 | |
312 | 18,933 | |
0.0% | 1.2% | |
0.0 | 8.0 | |
about 2 years ago | 18 days ago | |
YARA | JavaScript | |
- | GNU General Public License v3.0 only |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
PEpper
Posts with mentions or reviews of PEpper.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-05-24.
-
Identifying packers, crypters or protectors
As others have mentioned, looking at entropy is a good metric to generically determine whether or not a given sample is being packed / obfuscated in some way. Doing static analysis on the binary format itself (I'm assuming PE for Windows is the goal) is also useful, such as checking whether or not a section's raw size on disk is much smaller than the virtual size allocated in-memory for that section, which is a reliable indication of packing behavior. This project looks useful for introspecting such behaviors.
- blackeko/PEpper - An open source script to perform malware static analysis on Portable Executable
Mobile-Security-Framework-MobSF
Posts with mentions or reviews of Mobile-Security-Framework-MobSF.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-07-18.
-
Hacking & Gaming :)
the program is from github too lmao https://github.com/MobSF/Mobile-Security-Framework-MobSF 😭
-
Can anyone recommend a good tool to pentest mobile apps?, I have the packages locally. Thanks
I can say only for android: - General Scanner -> https://github.com/MobSF/Mobile-Security-Framework-MobSF - Decompiler -> https://github.com/skylot/jadx
-
iOS pentest help
You want to useMobSF to disable Certificate Pinning and install your Burp CA. Then, set up a network to be able to MitM the traffic.
-
Strengthen your Android or iOS Application Security using MobSF - Learn by example (2021)
# This will download MobSF into a folder # called Mobile-Security-Framework-MobSF git clone https://github.com/MobSF/Mobile-Security-Framework-MobSF.git
-
Tools and Skills to be the Bug Bounty Hunting.
MobiSRF:Mobile Appliation testing)Mobile Security System (MobSF) is an integrated, all-in-one mobile device pen-testing, malware analysis, and vulnerability evaluation system capable of conducting static and dynamic analysis (Android/iOS/Windows). MobSF accepts mobile app binaries (APK, XAPK, IPA, and APPX) as well as zipped source code and offers REST APIs for seamless integration with your CI/CD or DevSecOps pipeline.You may use the Dynamic Analyzer to conduct runtime security assessments and immersive instrumented monitoring.
-
Weekly Developer Roundup #21 - Sun Nov 08 2020
MobSF/Mobile-Security-Framework-MobSF (Python): Mobile Security Framework (MobSF) is an automated, all-in-one mobile application (Android/iOS/Windows) pen-testing, malware analysis and security assessment framework capable of performing static and dynamic analysis.
What are some alternatives?
When comparing PEpper and Mobile-Security-Framework-MobSF you can also consider the following projects:
Qu1cksc0pe - All-in-One malware analysis tool.
RMS-Runtime-Mobile-Security - Runtime Mobile Security (RMS) 📱🔥 - is a powerful web interface that helps you to manipulate Android and iOS Apps at Runtime
Detect-It-Easy - Program for determining types of files for Windows, Linux and MacOS.
apkleaks - Scanning APK file for URIs, endpoints & secrets.
malware-ioc - Indicators of Compromises (IOC) of our various investigations
MobileApp-Pentest-Cheatsheet - The Mobile App Pentest cheat sheet was created to provide concise collection of high value information on specific mobile application penetration testing topics.