All Projects → D3VL → L3mon

D3VL / L3mon

Licence: mit
L3MON - Remote Android Managment Suite

Projects that are alternatives of or similar to L3mon

Sigkill
一键绕过App签名验证
Stars: ✭ 172 (-67.36%)
Mutual labels:  smali
reverse android
安卓从开发到逆向
Stars: ✭ 65 (-87.67%)
Mutual labels:  smali
Adhrit
Android Security Suite for in-depth reconnaissance and static bytecode analysis based on Ghera benchmarks.
Stars: ✭ 399 (-24.29%)
Mutual labels:  smali
Avpass
Tool for leaking and bypassing Android malware detection system
Stars: ✭ 218 (-58.63%)
Mutual labels:  smali
dex2jar
Tools to work with android .dex and java .class files
Stars: ✭ 102 (-80.65%)
Mutual labels:  smali
Deejayeye Modder
Stars: ✭ 284 (-46.11%)
Mutual labels:  smali
Androidreversenotes
Android逆向笔记---从入门到入土
Stars: ✭ 163 (-69.07%)
Mutual labels:  smali
Apklab
Android Reverse-Engineering Workbench for VS Code
Stars: ✭ 470 (-10.82%)
Mutual labels:  smali
dalvikgate
Lightweight dex / odex / apk to jar converter
Stars: ✭ 32 (-93.93%)
Mutual labels:  smali
Intellij Java2smali
A plugin for IntelliJ IDEA & Android Studio to easily compile Java & Kotlin files to smali.
Stars: ✭ 384 (-27.13%)
Mutual labels:  smali
Android Crack Tool
🐞Android crack tool For Mac
Stars: ✭ 2,666 (+405.88%)
Mutual labels:  smali
Ahmyth Android Rat
Android Remote Administration Tool
Stars: ✭ 3,003 (+469.83%)
Mutual labels:  smali
Smalisca
Static Code Analysis for Smali files
Stars: ✭ 284 (-46.11%)
Mutual labels:  smali
Com.tencent.mm
WeChat
Stars: ✭ 208 (-60.53%)
Mutual labels:  smali
Reverseapk
Quickly analyze and reverse engineer Android packages
Stars: ✭ 419 (-20.49%)
Mutual labels:  smali
Apkstudio
Open-source, cross platform Qt based IDE for reverse-engineering Android application packages.
Stars: ✭ 2,246 (+326.19%)
Mutual labels:  smali
ffapi-project
A project containing all Fast Food related APIs and other things.
Stars: ✭ 21 (-96.02%)
Mutual labels:  smali
Dexcalibur
[Official] Android reverse engineering tool focused on dynamic instrumentation automation. Powered by Frida. It disassembles dex, analyzes it statically, generates hooks, discovers reflected methods, stores intercepted data and does new things from it. Its aim is to be an all-in-one Android reverse engineering platform.
Stars: ✭ 512 (-2.85%)
Mutual labels:  smali
Obfuscapk
An automatic obfuscation tool for Android apps that works in a black-box fashion, supports advanced obfuscation features and has a modular architecture easily extensible with new techniques
Stars: ✭ 456 (-13.47%)
Mutual labels:  smali
Xploitspy
XploitSPY is an Android Monitoring Tool
Stars: ✭ 372 (-29.41%)
Mutual labels:  smali


A cloud based remote android managment suite, powered by NodeJS

Features

  • GPS Logging
  • Microphone Recording
  • View Contacts
  • SMS Logs
  • Send SMS
  • Call Logs
  • View Installed Apps
  • View Stub Permissions
  • Live Clipboard Logging
  • Live Notification Logging
  • View WiFi Networks (logs previously seen)
  • File Explorer & Downloader
  • Command Queuing
  • Built In APK Builder

Prerequisites

  • Java Runtime Environment 8
  • NodeJs
  • A Server

Installation

  1. Install JRE 8 (We cannot stress this enough USE java 1.8.0 ANY issues that dont use this will be closed WITHOUT a response)

    • Debian, Ubuntu, Etc
      • sudo apt-get install openjdk-8-jre
    • Fedora, Oracle, Red Hat, etc
      • su -c "yum install java-1.8.0-openjdk"
    • Windows
      • click HERE for downloads
  2. Install NodeJS Instructions Here (If you can't figure this out, you shouldn't really be using this)

  3. install PM2

    • npm install pm2 -g
  4. Download and Extract the latest release from HERE

  5. In the extracted folder, run these commands

    • npm install <- install dependencies
    • pm2 start index.js <-- start the script
    • pm2 startup <- to run L3MON on startup
  6. Set a Username & Password

    1. Stop L3MON pm2 stop index
    2. Open maindb.json in a text editor
    3. under admin
      • set the username as plain text
      • set the password as a LOWERCASE MD5 hash
    4. save the file
    5. run pm2 restart all
  7. in your browser navigate to http://<SERVER IP>:22533

It's recommended to run L3MON behind a reverse proxy such as NGINX

Notes

When opening an issue, you MUST use the provided templates. Issues without this will not recieve support quickly and will be put to the bottom of the figurative pile.

Please have a look through the current issues, open and closed to see if your issue has been addressed before. If it's java related, it's most definitely been addressed - In short Use Java 1.8.0

Screenshots

Call Log APK Builder Clipboard Log
Contacts Devices File Explorer
GPS Log SMS Log Send SMS
Installed Apps Microphone Notifications
Event Log Login WiFi Manager

Thanks

L3MON Builds off and utilizes serveral opensource softwares, Without these, L3MON Wouldn't be what it is!

Disclaimer

D3VL Provides no warranty with this software and will not be responsible for any direct or indirect damage caused due to the usage of this tool.
L3MON is built for both Educational and Internal use ONLY.


Made with ❤️ By D3VL

v1.1.2

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].