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 | 7 | |
| 332 | 21,181 | |
| 0.9% | 1.3% | |
| 0.0 | 6.2 | |
| about 3 years ago | 27 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 2025-07-12.
-
Mobile-Security-Framework-MobSF VS exodus - a user suggested alternative
2 projects | 12 Jul 2025
-
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.
chinese-poetry - The most comprehensive database of Chinese poetry 🧶最全中华古诗词数据库, 唐宋两朝近一万四千古诗人, 接近5.5万首唐诗加26万宋诗. 两宋时期1564位词人,21050首词。
awesome-yara - A curated list of awesome YARA rules, tools, and people.
apkleaks - Scanning APK file for URIs, endpoints & secrets.
audit-node-modules-with-yara - Audit Node Module folder with YARA rules to identify possible malicious packages hiding in node_moudles
HackVault - A container repository for my public web hacks!