Coder Social home page Coder Social logo

fu8uk1 / alien-logger Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tasosy2k/alien-logger

0.0 0.0 0.0 9.22 MB

Alien Logger is a MaaS (Malware as a Service) website offering an easier to use alternative from the traditional keylogger.

Python 8.28% JavaScript 45.53% Pug 40.81% CSS 5.37%

alien-logger's Introduction

Alien Logger 👽⌨️

banner3

Alien Logger is a MaaS (Malware as a Service) website offering an easier to use alternative from the traditional keylogger. You create an account from where you can recieve a secret key, then you can download the client payload on the device you want to monitor and use the key to validate it. Then you can view all the collected data on your panel.

This project was developed by me a while ago as a PoC hosted at 👽⌨️.ws and im releasing it as i decided don't wanna work on it anymore, i hope you find the code interesting and that you'll learn something from it :)

Features

  • No need to buy domain or server
  • No need to port-forward
  • No need to setup SMTP on your email
  • No need for manual file recovery
  • Strong data encryption
  • Client auto startup

Self-hosted installation

Alien Logger is built to be pretty reliable with a score of 98% uptime for the year it was deployed. You don't need to install a reverse-proxy as SSL certificates are handled by the app itself.

It's only been tested on Debian distros and this guide will assume that you're using one.

  1. Clone this repo and navigate in it
  2. Install MySQL or MariaDB and make sure it's running
  3. Copy the contents of table.sql
  4. Open your database manager and create a database
  5. Select the database and run the copied contents as SQL, this will create the accounts table
  6. Edit the contents of config.json with your info
  7. Edit sitemap.xml robots.txt and views/seo.pug with your info
  8. Install dependencies npm install
  9. If you want SSL place server.cert and server.key in certs/
  10. Navigate to /client and compile payload.py with PyInstaller pyinstaller payload.py --noconsole --onefile
  11. After it compiles rename the file in dist/ to alienLogger.exe and move it to the dl-content/ folder
  12. If you want monetization place your miner script in views/miner.pug
  13. Run the app with node . or use a process manager (PM2)

There is daily database backup implemented. There is IP blacklist. There is code for cloudfare support. All actions are logged at logs.txt. ReCAPTCHA credidentials required.

Usage

Step 1

Go to /home and download the payload executable by clicking Download Payload.

Chrome may flag it as a virus and refuse to download it, in that case go to chrome's downloads and click on Keep dangerous file. image

Step 2

On /home click View Secret Key and copy your key from the prompt, you will need it later. image

Step 3

On the victims machine run the executable and insert your key to start the logger.

You can transfer the .exe with a usb drive allongside a .txt containing your key. image

Step 4

View all the logs collected from that machine by clicking Show Logs. image

I will not be responsible for any direct or indirect damage caused due to the usage of this tool, it is for educational purposes only.

alien-logger's People

Contributors

tasosy2k avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.