Skip to content

Hackfi

DevOps

Recent Posts

  • Node 8266 EPS – voltage sensor – pushgateway
  • Voltage Sensor – with pico w 2
  • Pico 2 w – HC-SR04 ultrasonic distance sensor
  • Pi Pico 2 W – UF2 flash – install
  • Pico W with MQ-135 air quality sensor – Prometheus pushgateway

Health

  • Halim seed Benefits
  • Seeds health benefits – Eat Daily
  • Haldi(Turmeric) Milk – Lifes Hack

Tags

  • Arduino
  • aws
  • bash
  • cert
  • cron
  • curl
  • devops
  • docker
  • docker-compose
  • elk
  • esp32
  • grafana
  • groovy
  • haproxy
  • health
  • helm
  • Jenkins
  • k8
  • kong
  • kubernetes
  • linux
  • mysql
  • networking
  • nfs
  • nginx
  • openfaas
  • pico
  • pipeline
  • postgres
  • prometheus
  • proxy
  • python
  • questions
  • rancher
  • raspberry
  • raspberrypi
  • rust
  • security
  • shell
  • shellscript
  • sonarqube
  • ssl
  • tls
  • wifi
  • wsl
July 2021
M T W T F S S
 1234
567891011
12131415161718
19202122232425
262728293031  
« Jun   Aug »

Archives

  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • October 2024
  • August 2024
  • July 2024
  • March 2024
  • February 2024
  • January 2024
  • December 2023
  • November 2023
  • October 2023
  • August 2023
  • July 2023
  • May 2023
  • April 2023
  • March 2023
  • January 2023
  • December 2022
  • November 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021
  • May 2021
  • April 2021
  • March 2021
  • February 2021
  • January 2021
  • December 2020
  • November 2020
  • October 2020
  • September 2020
  • August 2020
  • July 2020
  • June 2020
  • May 2020
  • April 2020
  • March 2020
  • February 2020
  • January 2020
  • October 2019
  • August 2019
  • July 2019
  • June 2019
  • April 2019
  • March 2019
  • October 2018

Categories

  • Arduino (1)
  • aws (4)
  • cardano (1)
  • devops (30)
  • docker (22)
  • elk (5)
  • emacs (1)
  • health (3)
  • jenkins (16)
  • kubernetes (27)
  • linkerd (1)
  • linux (31)
  • logstash (1)
  • monitoring (6)
  • nix (1)
  • prometheus (2)
  • python (3)
  • raspberrypi (11)
  • security (10)
  • terraform (1)
  • Uncategorized (139)

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

Pages

  • Contact
  • Health

Day: July 10, 2021

zap proxy scanner

docker run -v /tmp/zap:/zap/wrk -t owasp/zap2docker-stable zap-full-scan.py -t "https://api.photo.initedit.com" -g gen.conf -r "https://api.photo.initedit.com".html

https://www.zaproxy.org/docs/docker/full-scan/

Posted on July 10, 2021Categories UncategorizedTags security, zapLeave a comment on zap proxy scanner

falco runtime security

https://falco.org/docs/getting-started/installation/

rpm --import https://falco.org/repo/falcosecurity-3672BA8F.asc

curl -s -o /etc/yum.repos.d/falcosecurity.repo https://falco.org/repo/falcosecurity-rpm.repo

yum -y install falco
#load falco driver

falco-driver-loader

lsmod | grep  falco

modprobe falco-probe

#run falco

falco

# adduser will show alert message

Posted on July 10, 2021Categories UncategorizedTags falco, securityLeave a comment on falco runtime security
Proudly powered by WordPress