sudo apt purge --autoremove -y \
gnome-software gnome-software-plugin-deb gnome-software-plugin-fwupd \
"libreoffice*" "mythes-*" "hyphen-*" "hunspell-*" \
"fcitx*" "mozc*" "anthy*" ibus-anthy "hdate*" \
"dict-*" "goldendict*" \
"mlterm*" xiterm+thai \
thunderbird yelp \
gnome-calendar gnome-weather gnome-contacts gnome-maps gnome-dictionary \
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
| OPENCTI_ADMIN_EMAIL=admin@opencti.io | |
| OPENCTI_ADMIN_PASSWORD=ChangeMePlease | |
| OPENCTI_ADMIN_TOKEN=$(cat /proc/sys/kernel/random/uuid) | |
| OPENCTI_BASE_URL=http://localhost:8080 | |
| OPENCTI_HEALTHCHECK_ACCESS_KEY=$(cat /proc/sys/kernel/random/uuid) | |
| MINIO_ROOT_USER=$(cat /proc/sys/kernel/random/uuid) | |
| MINIO_ROOT_PASSWORD=$(cat /proc/sys/kernel/random/uuid) | |
| RABBITMQ_DEFAULT_USER=guest | |
| RABBITMQ_DEFAULT_PASS=guest | |
| ELASTIC_MEMORY_SIZE=4G |
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
| # CVE-2024-25600 (Bricks Builder RCE) | |
| import requests | |
| import sys | |
| import urllib3 | |
| import re | |
| urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning) | |
| def fetch_nonce(target_url): |
A reference for triaging security alerts
https://www.ultimatewindowssecurity.com/securitylog/encyclopedia/default.aspx
| Event ID | Description |
|---|---|
| 4624 | An account was successfully logged on |
| 4625 | An account failed to log on |
NewerOlder