Open in app

Sign In

Write

Sign In

Kozanoglu Aysad
Kozanoglu Aysad

14 Followers

Home

About

Nov 1, 2022

Using Nginx with and without LUA script to mitigate against Log4Shell (CVE-2021–44228) vulnerability attacks

solution part 1: nginx conguration against log4j attack without LUA scripting solution part 2: nginx conguration against log4j attack with LUA scripting solution part 1 Nginx protection against log4j without LUA scripting see my github example nginx solutions for this in your server section paste following nginx config code ... server { ... if ($request_uri ~* "jndi:*|\$\{*") { return 403…

Nginx

3 min read

Using Nginx with and without LUA script to mitigate against Log4Shell (CVE-2021–44228)…
Using Nginx with and without LUA script to mitigate against Log4Shell (CVE-2021–44228)…
Nginx

3 min read


Nov 1, 2022

Encrypting Shellcode with XOR | Offensive coding in C
7
1

Lsec

the easiest way to encrpyt shell script code in all Linux distriburtions is the tool SHC…

the easiest way to encrpyt shell script code in all Linux distriburtions is the tool SHC https://pkgs.org/download/shc shc -f script.sh-o binary_encrpted shc tool enrypts with one-way-warrior prizipical, so that nonbody can decrypt the code back(reversing), owner also

1 min read

1 min read


Oct 29, 2022

Cloud-init installation — VM automation first step initialisation of Container on KVM

Complete script code: if you need to see or educate only the automation script for all steps below then: https://github.com/AysadKozanoglu/scripts/blob/master/cloud-init-automation.sh What does cloud-init do and what for is it ? cloud-init is a software package that automates the initialization of cloud instances during system boot. You can configure cloud-init to…

Cloud Init

2 min read

Cloud-init installation — VM automation first step initialisation of Container on KVM
Cloud-init installation — VM automation first step initialisation of Container on KVM
Cloud Init

2 min read


Oct 29, 2022

cht.sh —the ultimate “oracle” to get answer for Multilanguages and Commands with examples on the console terminal shell/bash

cht.sh is your best friend to get instant answer to any question on (almost) any programming language or commands from the termimal console — Aysad Kozanoglu you dont need to leave the console to search for commands or Programming language examples to search with your GUI browser. lets start using cht.sh open your console…

Terminal

2 min read

cht.sh —the ultimate “oracle” to get answer for Multilanguages and Commands with examples on the…
cht.sh —the ultimate “oracle” to get answer for Multilanguages and Commands with examples on the…
Terminal

2 min read


Oct 29, 2022

docker swarm management on console mastering — Videocast demo

enjoy the videocast ;) Aysad Kozanoglu | blog - Linux Server Administrations snippets and notes during administration of linux Server Systems and applicationsaysadx.github.io

Docker Swarm

1 min read

docker swarm management on console mastering — Videocast demo
docker swarm management on console mastering — Videocast demo
Docker Swarm

1 min read


Oct 28, 2022

Docker container and Docker image understanding and differences

Docker Container Docker container is a virtualized runtime environment used in application development. Docker is used to create, run and deploy applications that are isolated from the underlying hardware. A Docker container can use one machine, share its kernel and virtualize the OS to run more isolated processes. As a…

Docker

3 min read

Docker container and Docker image understanding and differences
Docker container and Docker image understanding and differences
Docker

3 min read


Oct 27, 2022

Github Message “Support for password authentication was removed. Please use a personal access token instead.” FIX

From August 13, 2021, GitHub is no longer accepting account passwords when authenticating Git operations. You need to add a PAT (Personal Access Token) instead, and you can follow the below method to add a PAT on your system. so i will show you how to fix this situation: 1. Create Personal Access Token on GitHub From…

Github

3 min read

Github Message “Support for password authentication was removed.
Github Message “Support for password authentication was removed.
Github

3 min read


Oct 26, 2022

docker-swarm container management — desicion

Decentralized access: Swarm makes it very easy for teams to access and manage the environment High security: Any communication between the manager and client nodes within the Swarm is highly secure Autoload balancing: There is autoload balancing within your environment, and you can script that into how you write out and structure the Swarm environment High scalability: Load balancing converts the Swarm environment into a highly scalable infrastructure

Docker Swarm

1 min read

docker-swarm container management — desicion
docker-swarm container management — desicion
Docker Swarm

1 min read


Apr 8, 2022

SIEM System Informations Event Management — Ein Beispiel Szenario

Szenario in Rahmen von SIEM (System Information Event Management) Ausgangspunkt: Mail-spooler, auch mailQueue genannt, hält Emails in der Warteschlange der versendeten und/oder empfangenen (Zustellen) eMails, solange bis der Inhalt der Email auf Absender und Empfänger durch eingebaute Mailserver Kriterien validiert sind. Als Beispiel für solch eine Validierung MailQueue Warteschlange Mailserver…

Siem

2 min read

Siem

2 min read


Nov 21, 2019

How to Install Bower Package Manager on Debian 10/9/8

login with root to your server or login with lower user credentials and call command sudo su - following commands need root credentials apt-get update && apt-get -y install software-properties-common curl -sL https://deb.nodesource.com/setup_10.x | bash - apt-get -y install nodejs && npm install -g bower bower is now available in your shell environment which bower && bower -v would give out the path to execute bin and version of bower

Nodejs

1 min read

How to Install Bower Package Manager on Debian 10/9/8
How to Install Bower Package Manager on Debian 10/9/8
Nodejs

1 min read

Kozanoglu Aysad

Kozanoglu Aysad

14 Followers
Following
  • Kevin Woblick

    Kevin Woblick

  • ibrahim zahir

    ibrahim zahir

  • Naren Yellavula

    Naren Yellavula

  • Betül İnce

    Betül İnce

  • Brutany

    Brutany

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech