Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

105 total results found

Tools

Bunch of usefull tool and how to set them up

OS
Linux
Tools
Monitoring
Tools
Alerting

Gaming Server Configuration

Some documentation about gaming server configuration

Linux documentation

Bunch of linux documentation

OS
Linux
Tools
active directory

Linux tools

Bunch of linux tools installing process

OS
Linux

Infrastructure

Playbooks

https://github.com/Ezeqielle/Ansible-playbooks

Hacking

Active Directory

CTHULHU

Documentation about CTHULHU a ransomware in Rust with a custom C2 created in collaboration with Hxtninfosec, MasterBigD, Ezeqielle

Laguage
Rust
Run Time
NodeJS
Framework
ReactJS
System
Docker
OS
Linux
OS
Windows
Github
Ezeqielle

Exploitation de binaire avancé

Budget

Ashguard budget management tool https://github.com/Ashguard/budget

System
Docker
Laguage
Typescript
Run Time
NodeJS
Server
Vite.js
Corp
Ashguard
Github
Ashguard
CDN
MUI

Palworld

how to create a Palworld server and configure it

OS
Linux
Plateform
SteamCMD

SteamCMD

Documentation about Steamcmd

OS
Linux
Plateform
SteamCMD

NTFY

NTFY is a tool with which you can send push notification to device as IOS, Android, PC, Mac. It can be include in soft/tools that have a stream notification implemented or in script directly using Curl command or simple http request.

Tools
notification
System
Docker
OS
Linux

Github command & tricks

Monitoring

Grafana / Prometheus / Node exporter / ...

Tools
Monitoring

Yubikey

How to add Yubikey protection on app / device

Tools
Yubikey

NixOS

All from NixOS from installation to customization

OS
NixOS
OS family
Linux

Rudder playbooks

Playbooks

API

CTHULHU

This document provides an overview and documentation for the API implemented in the provided code. The API allows clients to interact with a server for managing agents and uploading files.

Run Time
NodeJS

Ransomware

CTHULHU

This document provides an overview and documentation of the Rust code for the ransomware.

Laguage
Rust
OS
Windows

C2

CTHULHU

Documentation about the C2 workflow and view

Run Time
NodeJS
Framework
ReactJS

Infrastructure

CTHULHU

This document provides an overview and documentation for the API implemented using Docker containers and the provided configuration files (Dockerfile, docker-compose.yml, and .env).

OS
Linux
System
Docker

Front-end

Budget

Documentation about app front-end

Run Time
NodeJS
Laguage
Typescript
Framework
ReactJS
CDN
MUI
Server
Vite.js

Back-end

Budget

Documentation about app back-end

Run Time
NodeJS
Laguage
Typescript
Server
NodeJS
DB_Provider
PrismaORM
DB
MariaDB

Infrastructure

Budget

Documentation about app infrastructure

OS
Linux
System
Docker

Home-Manager

NixOS

Flakes

NixOS

Connect linux to AD

Linux tools

First you need to install some lib sudo apt install sssd-ad sssd-tools realmd adcli krb5-user version kerberos → 5 et ne pas remplir le reste seulement cliquer sur “OK” puis redémarrer le package Run la commande suivante pour voir si l’AD est joignable sudo r...

Nala

Linux tools

Install nala: sudo apt update && sudo apt install nala Install a package with nala: sudo nala install <package> -y Display nala history: sudo nala history Delete an history entry to revert it: sudo nala history undo <history-id>

Rudder

Linux tools

Installation rudder server wget --quiet -O /etc/apt/trusted.gpg.d/rudder_apt_key.gpg "https://repository.rudder.io/apt/rudder_apt_key.gpg" echo "deb http://repository.rudder.io/apt/7.2/ $(lsb_release -cs) main" > /etc/apt/sources.list.d/rudder.list echo "machi...

Ansible

Linux tools

Ansible installation Log in where you want to make your ansible server then run this commands: sudo apt update && sudo apt install nala sudo nala install software-properties-common sudo add-apt-repository --yes --update ppa:ansible/ansible sudo nala install an...

.ssh/config file

Linux documentation

vim /home/$USER/.ssh/config Host <name> Hostname <ip> User <user> Port <PORT> IdentityFile /home/<USER>/.ssh/id_ecdsa ssh-keygen -t ecdsa -b 521 ssh-copy-id -i /home/$USER/.ssh/id_ecdsa $SSH_USER@$IP

Extend disk with vsphere

Linux documentation

Add disk space to the vm on vsphere first then run: fdisk –l Enter then follow the instruction bellow to format the newly space added: [root@ubuntu ~]# fdisk /dev/sda Welcome to fdisk (util-linux 2.23.2). Changes will remain in memory only, until you decide...

Exclude package from update

Linux documentation

To Exclude apt-mark hold <package> To unexclude apt-mark unhold <package> To list on hold package dpkg --get-selections | grep "hold"

Networks

Infrastructure

Segmentation: machine vlan nom vlan user 10 ADMIN proxmox 20 SRV omv 20 SRV vpn 20 SRV

Ansible commands

Playbooks

Ansible with inventory file ansible-playbook -K -i 00_inventory.yml <inventory_group> 01_playbooks/<playbook> K => ask for sudo password i => inventory file <inventory_group> => inventory group Ansible with rudder inventory plugins ansible-playbook -K -i ru...

Rudder-agent playbooks

Playbooks Rudder playbooks

For the rudder-agent playbook you will need to modify the 2 files in vars folder with your informations secret.yml rudder_user: rudderapiuser rudder_user_password: rudderapiuserpassword vars.yml root_server: IP

Rudder inventory plugins for Ansible

Playbooks Rudder playbooks

For the rudder invetory plugins you will need to modify the rudder.ini in ansible root folder with your informations rudder.ini token = <token readonly generated> uri = https://<ip srv root rudder>/rudder/api

MDATP playbook

Playbooks

For the MDATP playbook you need to get your .zip archives and place it in the tasks folder with mdatp_onboard.json DO NOT RENAME THE .zip ARCHIVES

MFA playbook

Playbooks

For the MFA playbook you will need to modify the vars file in vars folder with your informations vars.yml user_remote: username user_remote_grp: user_group

MOTD playbook

Playbooks

For the MOTD playbook you will need to modify the template jinja in template folder with your informations where there is xxxxxxxxxxxxx. 01-custom.j2 ********************************************************************** ** xxxxxxxxxxxx...

Formation Ethical Hacking

Hacking

Module 01 : Introduction Ethical Hacking Mitre ATTACK : https://attack.mitre.org/ CVE : https://www.cvedetails.com CVSS calculator : https://www.first.org/cvss/calculator/3.0 Cap'n Crunch (John Draper) : https://fr.wikipedia.org/wiki/John_Draper La loi Lop...

Project overview

CTHULHU

Overview CTHULHU is a package a package containing a ransomware and a C2. The ransomware is devloped in Rust and the C2 in nodeJS and ReactJS. How to deploy the C2 git clone the repo cd CTHULHU/C2/ docker-compose up -d restart backend container

Debugger and Sandbox Detection

CTHULHU Ransomware

This code provides functions to detect the presence of a debugger or a sandbox environment. It includes the following functions: is_debugger_detected() -> bool Checks if a debugger is detected. Returns: true if a debugger is present; otherwise, false. is_sandb...

Docker Container Setup

CTHULHU Infrastructure

The API is designed to run inside a Docker container. The container includes the necessary dependencies and configurations for the API to function properly. The Docker container is built using the provided Dockerfile. Dockerfile FROM node:20-alpine LABEL main...

Database

CTHULHU C2

Database Schema Documentation Table: agent This table stores information about agents. Column Name Data Type Description agentID int(255) Unique identifier for each agent. ip varchar(20) IP address of the agent. host varchar(50) Host name of the age...

View

CTHULHU C2

Agent View In this page you can see all the agents that are connected to the C2.