All Projects → Raffy27 → OrionServer

Raffy27 / OrionServer

Licence: MIT license
An open-source, centralized HTTPS botnet

Programming Languages

javascript
184084 projects - #8 most used programming language
Batchfile
5799 projects

Projects that are alternatives of or similar to OrionServer

narnia
🚧 EXPERIMENTAL 🚧 Secure hidden service webserver
Stars: ✭ 24 (-58.62%)
Mutual labels:  hosting, tor, tor-hidden-services
ToRat client
This is the ToRat client, a part of the ToRat Project.
Stars: ✭ 29 (-50%)
Mutual labels:  tor, command-and-control
alias-wallet
Official Alias source code repository
Stars: ✭ 5 (-91.38%)
Mutual labels:  tor, tor-hidden-services
Hosting
This is a setup for a Tor based shared web hosting server
Stars: ✭ 254 (+337.93%)
Mutual labels:  hosting, tor
peeling-onions
A repository to store Deep Web (onion domain) crawler, scraper, and NLP tools for Tor network.
Stars: ✭ 18 (-68.97%)
Mutual labels:  tor, tor-hidden-services
Python-Botnet
This is a simple DDoS python botnet script with remote monitoring & management for education purposes.
Stars: ✭ 119 (+105.17%)
Mutual labels:  bots, botnet
Chatbot
Python ChatBot 💬
Stars: ✭ 250 (+331.03%)
Mutual labels:  bots
compose-scripts-tor
compose scripts for tor-based projects
Stars: ✭ 23 (-60.34%)
Mutual labels:  tor
Rasatalk
A chatbot framework for Rasa NLU
Stars: ✭ 225 (+287.93%)
Mutual labels:  bots
Rasa core
Rasa Core is now part of the Rasa repo: An open source machine learning framework to automate text-and voice-based conversations
Stars: ✭ 2,302 (+3868.97%)
Mutual labels:  bots
Owlyshield
Owlyshield is an EDR framework designed to safeguard vulnerable applications from potential exploitation (C&C, exfiltration and impact))..
Stars: ✭ 281 (+384.48%)
Mutual labels:  command-and-control
Teardroid-phprat
🇮🇳 🤖 It's easy to use android botnet work without port forwarding, vps and android studio
Stars: ✭ 417 (+618.97%)
Mutual labels:  botnet
filein-frontend
The best way to share files
Stars: ✭ 16 (-72.41%)
Mutual labels:  hosting
winagent
Windows agent for Tactical RMM
Stars: ✭ 20 (-65.52%)
Mutual labels:  botnet
garlicshare
Private and self-hosted file sharing over the Tor network written in golang
Stars: ✭ 110 (+89.66%)
Mutual labels:  tor
Awesome Bots
The most awesome list about bots ⭐️🤖
Stars: ✭ 2,864 (+4837.93%)
Mutual labels:  bots
rust botnet
Telegraph botnet written in Rust
Stars: ✭ 15 (-74.14%)
Mutual labels:  botnet
Botgram
⚙️ Microframework to build Telegram bots
Stars: ✭ 215 (+270.69%)
Mutual labels:  bots
hyperdome
the safest place to reach out
Stars: ✭ 26 (-55.17%)
Mutual labels:  tor
Kvantum
An intellectual (HTTP/HTTPS) web server with support for server side templating (Crush, Apache Velocity and JTwig)
Stars: ✭ 17 (-70.69%)
Mutual labels:  https-server

Orion Server

Commit Release Issues Donate

OrionServer is the core server of a centralized and versatile remote administration tool, making use of the Tor network to communicate with its clients.

Setup Guide

Features

  • Encrypted/Torified connection
  • Easy to read XML database
  • Colorful and detailed logging
  • Static resources for binary building
  • Basic interactive commands

Screenshot

Console

Getting started

This section covers the recommended software and dependencies needed to compile and debug the project. The default credentials are admin - admin.

Prerequisites

Dev environment:

  • Any code editor that supports JavaScript
  • node.js

Dependencies

  • node.js packages
    • body-parser v1.19.0 for parsing web requests
    • chalk v3.0.0 for colorful output
    • express v4.17.1 for the core of the webserver
    • express-fileupload v1.1.6 for accepting files
    • express-session v1.17.0 for basic session management
    • xml2js v0.4.22 for parsing/editing the database
  • OrionBot Binary
  • Nanominer Release

Installing

Clone the repository using

git clone https://github.com/Raffy27/OrionServer

Install the required modules

cd OrionServer
npm install

Structure

OrionServer
├── Certificate
│   ├── certificate.crt
│   └── private.key
├── Database
│   ├── Blacklist.xml
│   ├── Bots.xml
│   └── Users.xml
├── Files
│   ├── build.bin
│   ├── lazagne.exe
│   └── miner.zip
├── Hosting
│   ├── Config
│   │   ├── authorized_clients
│   │   ├── hostname
│   │   ├── hs_ed25519_public_key
│   │   ├── hs_ed25519_secret_key
│   │   └── torrc.config
│   └── Tor
│       └── tor.exe
├── app.js
├── bots.js
├── database.js
├── LICENSE
├── package-lock.json
├── package.json
├── README.md
├── Start.bat
└── users.js

Releases

For active releases and pre-compiled binaries, see Releases.

License

This project is licensed under the MIT License - see the LICENSE file for details. For the dependencies, all rights belong to their respective owners. These should be used according to their respective licenses.

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