All Projects → gLevaa → moonlight-admin

gLevaa / moonlight-admin

Licence: MIT license
Easy to use admin panel, designed for cheat loaders.

Programming Languages

PHP
23972 projects - #3 most used programming language
CSS
56736 projects
TSQL
950 projects
hack
652 projects

Projects that are alternatives of or similar to moonlight-admin

otc
Onetap Crack Loader - Official ReHost
Stars: ✭ 46 (+58.62%)
Mutual labels:  loader, csgo, cheat
Ayyhook Loader
A Free Open Source Cheat Loader
Stars: ✭ 52 (+79.31%)
Mutual labels:  loader, csgo, cheat
Nebula
Nebula is a minimalistic and easy to use administration tool for Laravel applications, made with Laravel, Alpine.js, and Tailwind CSS.
Stars: ✭ 190 (+555.17%)
Mutual labels:  admin, panel
Elasticsearch Comrade
Elasticsearch admin panel built for ops and monitoring
Stars: ✭ 214 (+637.93%)
Mutual labels:  admin, panel
gamesneeze
CS:GO cheat for linux with a basic gdb injector
Stars: ✭ 181 (+524.14%)
Mutual labels:  csgo, cheat
Uiadmin
UIAdmin - UI Kit 3 Responsive Admin Panel
Stars: ✭ 155 (+434.48%)
Mutual labels:  admin, panel
Kinto Admin
Kinto Web Administration Console
Stars: ✭ 175 (+503.45%)
Mutual labels:  admin, panel
pengWin
An external cheat for the Linux version of Counter-Strike Global Offensive
Stars: ✭ 28 (-3.45%)
Mutual labels:  csgo, cheat
Loader
Loader is an open source C++ cheat loader currently built for CS:GO
Stars: ✭ 49 (+68.97%)
Mutual labels:  loader, csgo
ButOSX
CSGO Cheat Base for MacOSX. Written in C++ & Objective C. Menu Powered by ImGui. Includes Apple TouchBar API.
Stars: ✭ 58 (+100%)
Mutual labels:  csgo, cheat
CSGO-Offset-Scanner
Java Based Cross-Platform CSGO Offset and Netvar Scanner
Stars: ✭ 28 (-3.45%)
Mutual labels:  csgo, cheat
hexen-dll-injector
HEX-EN DLL Injector
Stars: ✭ 20 (-31.03%)
Mutual labels:  csgo, cheat
Asyncrat C Sharp
Open-Source Remote Administration Tool For Windows C# (RAT)
Stars: ✭ 819 (+2724.14%)
Mutual labels:  admin, loader
Imscp
i-MSCP Main Repository
Stars: ✭ 184 (+534.48%)
Mutual labels:  admin, panel
Fet Loader
moved to gitlab.com/FETLoader
Stars: ✭ 27 (-6.9%)
Mutual labels:  loader, csgo
bananabot
A CS:GO Hack for Linux
Stars: ✭ 19 (-34.48%)
Mutual labels:  csgo, cheat
RatPoison
Latest Ver: 1.7; Default Menu Key is F1; Charlatano's Successor; dn
Stars: ✭ 302 (+941.38%)
Mutual labels:  csgo, cheat
StrafeAnalyzer
A tool that analyzes player inputs and tells the player how to improve player movement through statistics, realtime graphs, etc! :)
Stars: ✭ 20 (-31.03%)
Mutual labels:  loader, csgo
le chiffre
CS:GO external cheat.
Stars: ✭ 227 (+682.76%)
Mutual labels:  csgo, cheat
toy-arms
⚔️ my simple reusable game hack components in Rust
Stars: ✭ 71 (+144.83%)
Mutual labels:  csgo, cheat

moonlight-admin

Created March, 2018.

Easy to use admin panel, designed for cheat loaders.

Explanation

An admin panel to be used wtih the overseas-loader repository located on my profile.

This panel simply consists of a page to log in, ban/unban and add users to the access to the cheat. The two scripts in loader/ are used for the cheat loader.

checks.php receives a GET request from the overseas-loader with a username, password and string generated using hardware serial numbers and specifications. These values are then checked against the database. If the login is successful and from the correct computer (as identified by hardware information), a token will be generated and stored in the database with a two minute expiry. This token is returned to the loader.

A second request is made to download from the download.php with the username and token as GET paramaters. If the token has been activated within two minutes and the username corresponds to this token, then the download will begin. Re-authentication is not needed as the token is return as a result of a valid login.

checks.php returns.

  • 202 - User doesn't exist.
  • 203 - Incorrect password.
  • 204 - Incorrect hardware ID.
  • 205:token - Valid first time login : token.
  • 206:token - Valid login : token.

downloads.php returns.

  • 2hu1ij123b - User doesn't exist or token wasn't generated properly.
  • 2oj32ih312b3md - Expired token.
  • 9eriuasd2u - Couldn't find the file to download.

Basic setup instructions.

  1. Upload the moonlight directory onto your site.
  2. Import the SQL file in the `/sql` directory.
  3. Create a SQL user and add it to the database with the correct privileges.
  4. Alter connection.php according to the comments.
  5. Replace checks.php on line 52 of download.php with the path to your DLL/Dylib/Injector&Dylib/DLL
  6. To create the admin account, you will need to create a login using the hashing techniques found in the add user script, then set the status to `admin`

Credits

Coinhive for the CSS

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].