39%
01.08.2019
, and alerts are then sent by MQTT and stored in a SQLite database. The front end is a lightweight Flask app [3].
Figure 2: The honeyBot project flowchart ... 52
39%
01.08.2019
, pid FROM processes WHERE on_disk = 0;
Osquery version 3.3.2 running on an Ubuntu 18.04 "Bionic" test setup describes the full system state in 131 database tables, ranging from processes ... 52
39%
01.08.2019
/docker-registry
$ htpasswd -Bbn oliver T0Ps3crEt | sudo tee /etc/docker-registry/htpasswd
oliver:$2y$05$lAmkjHRcR0.TK52/rHR/Pe86AGZqpRleXenHVT/eabFe8He5UZiPu
$ docker run -p 5000:5000 --name registry -v /etc ... 52
38%
01.08.2019
) for the admin user. Next up, make sure Zeroshell is on the same subnet as the rest of the network. By default, Zeroshell assigns itself to the 192.168.0.x subnet. If your existing router is on the same subnet ... 52
38%
01.08.2019
://pkg.osquery.io/rpm/GPG | sudo tee /etc/pki/rpm-gpg/RPM-GPG-KEY-osquery
Now add and enable the repository with:
$ sudo yum-config-manager --add-repo https://pkg.osquery.io/rpm/osquery-s3-rpm.repo
$ sudo yum ... 52
38%
01.08.2019
: https://npmjs.org/browse/keyword/karma-adapter
Istanbul: https://istanbul.js.org
Reference for configuration file: https://karma-runner.github.io/3.0/config/configuration-file.html
JÌna, Vojt ... 52
38%
01.08.2019
, the current version was 5.3, so you might see options or menus different from those I discuss here if you work on a different version.
BackBox Linux includes the familiar and slick Xfce desktop manager [3 ... 52
38%
01.08.2019
function for saving queries for later use.
Kexi
Kexi [3] is an integrated database system that is part of Calligra Suite [8]. In the current 3.1.0 version, Kexi runs independently of KDE's Plasma desktop ... 52
38%
01.08.2019
no one would have ever dreamed would progress to preseeding and automatic installation. Anyone who managed to install Debian 2.2, alias Potato, or 3.0, alias Woody, on their hard drives were more likely ... 52
36%
04.12.2024
Rubén Llorente ... ).
Listing 3
tofu_project/main.tf
01 terraform {
02 required_providers {
03 proxmox = {
04 source = "bpg/proxmox"
05 version = "0.64.0"
06 }
07 }
08 }
09
10 provider "proxmox