$ hashcat -b -d1 -D2 --benchmark-all
hashcat (v5.1.0) starting in benchmark mode...
Benchmarking uses hand-optimized kernel code by default.
You can use it in your cracking session by setting the -O option.
Note: Using optimized kernel code limits the maximum supported password length.
To disable the optimized kernel code in benchmark mode, use the -w option.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| I used a clean ubuntu 24.10 installation for this setup. | |
| It requires some modifications to files. Depending on code changes this can stop working. I provide no guarantee it'll work. | |
| Put the following script in setup.sh and run `bash setup.sh` | |
| ------------------------------------------------------------------------------------------------------- | |
| sudo apt update -y && sudo apt dist-upgrade | |
| sudo apt install git apache2 php8.3 php8.3-pdo php8.3-mysql php8.3-common php8.3-xml php-pear mariadb-server -y | |
| git clone https://github.com/hashtopolis/server |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import sys | |
| # Fonction pour convertir l'append en preappend avec inversion de l'ordre et remplacement de $ | |
| def convert_rules(rule): | |
| parts = rule.split('\\x')[1:] # Divise la règle en parties basées sur '\x' | |
| reversed_parts = parts[::-1] # Inverse l'ordre des parties | |
| preappend = '^\\x' + '^\\x'.join(reversed_parts) # Joins les parties avec '^\\x' et ajoute '^\\x' au début | |
| return preappend | |
| # Fonction pour convertir les règles dans le fichier d'entrée et écrire le résultat dans le fichier de sortie |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ Parse Cobalt Strike Logs | |
| Description: Generate CSV representations of Cobalt Strike .bin logs | |
| Authors: Alyssa R. (@ramen0x3f), Nick M. (@kulinacs), clem9669 | |
| Created: 2020-02-28 | |
| Last Updated: 2022-06-23 | |
| Dependencies: pip3 install javaobj-py3 | |
| Usage: python3 parse_cs_bin.py <directory containing CobaltStrike .bin files> |
$ hashcat -I
hashcat (v5.1.0) starting...
OpenCL Info:
Platform ID #1
Vendor : NVIDIA Corporation
Name : NVIDIA CUDA
Version : OpenCL 3.0 CUDA 11.4.153| Command |
|---|
| uname -a |
| ifconfig |
| ps -aux |
| id |
| top |
| route -n |
| iptables -L -n -v |
| w |
| Command |
|---|
| hostname |
| whoami /all |
| systeminfo |
| net users |
| systeminfo |
| ipconfig \all |
| tree C:\ /f /a > C:\output_of_tree.txt |
| route print |