Snort 2.9.17.0 – network intrusion detection system (NIDS) installation &...
Snort 2.9.x – Users Manual root@bpi-iot-jsho-snort-01:~# apt-get install snort root@bpi-iot-jsho-snort-01:~# snort -v Running in packet dump mode –== Initializing Snort ==– Initializing Output...
View ArticleRaspberry Pi – building an OpenVAS Vulnerability Scanner
# apt-get update -y # apt-get full-upgrade -y # apt-get autoremove # apt-get install openvas # openvasmd –user=admin –new-password=new_password
View ArticleRaspberry Pi – XFS file system and the reflink feature is now production...
xfsprogs and the reflink option is an extremely interesting feature – it is an implementation of „Copy on Write“ for files in the file system. You create a reflink using the command cp...
View ArticleRaspberry Pi – XFS file system and the reflink feature is now production...
#!/bin/bash #################################### # /usr/local/bin/createSnapshotHourly.sh # # Erstellt ein Snapshot mit Hilfe von XFS Reflink #################################### umask 022...
View ArticleDocker Snort 3.x – network intrusion detection system (NIDS) installation &...
# docker pull ciscotalos/snort3 # docker run –name snort3 -h snort3 -u snorty -w /home/snorty -d -it ciscotalos/snort3 bash # docker exec -it snort3 bash # docker kill snort3
View ArticleRaspberry Pi – building a Vulnerability Scanner OpenVAS (Greenbone) 20.8.0...
Raspberry Pi – building a Vulnerability Scanner OpenVAS (Greenbone) 20.8.0 with 20.08 on Ubuntu 20.04
View ArticleRaspberry Pi – install docker.io & network in a deep dive mode on Ubuntu...
# apt-get update -y # apt-get full-upgrade -y # hostnamectl set-hostname rpi-iot-jsho-tools-02 # lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 20.10 Release:...
View ArticleRaspberry Pi OS (64 bit) beta – test version
Raspberry Pi OS (64 bit) beta – test version # apt-get update -y # apt-get full-upgrade -y # apt-get update -y # rpi-update # uname -a Linux rpi-iot-jsho-docker-41 5.10.11-v8+ #1399 SMP PREEMPT Thu...
View Article