Forwarded from Эффект пентестера
Курс по Burp Suite
Burp Suite - это платформа, предназначенная для проведения атак на веб-приложения. Она включает в себя разнообразные утилиты с специально спроектированными интерфейсами, позволяющими улучшить и ускорить процесс атаки. Все эти инструменты основываются на мощном фреймворке, который позволяет им перехватывать и показывать пользователю HTTP-сообщения, работать с аутентификацией, прокси-серверами и производить логирование различных данных. Ниже курс на английском для новичков.
https://www.youtube.com/watch?v=udl4oqr_ylM&list=PLq9n8iqQJFDrwFe9AEDBlR1uSHEN7egQA
#burp #course
Burp Suite - это платформа, предназначенная для проведения атак на веб-приложения. Она включает в себя разнообразные утилиты с специально спроектированными интерфейсами, позволяющими улучшить и ускорить процесс атаки. Все эти инструменты основываются на мощном фреймворке, который позволяет им перехватывать и показывать пользователю HTTP-сообщения, работать с аутентификацией, прокси-серверами и производить логирование различных данных. Ниже курс на английском для новичков.
https://www.youtube.com/watch?v=udl4oqr_ylM&list=PLq9n8iqQJFDrwFe9AEDBlR1uSHEN7egQA
#burp #course
YouTube
Learn Burp Suite, the Nr. 1 Web Hacking Tool - 02 - General Concept
Full training is available for free at:
http://hackademy.aetherlab.net
In this lecture we will cover the general concept of the Burp Proxy. I will explain how the test architecture works and we will discuss the basics of the Burp Suite.
Website: http://aetherlab.net…
http://hackademy.aetherlab.net
In this lecture we will cover the general concept of the Burp Proxy. I will explain how the test architecture works and we will discuss the basics of the Burp Suite.
Website: http://aetherlab.net…
Forwarded from The Devs
Forwarded from 🇺🇦 Go for two :)
Note #64 New net/url.URL.Redacted method in go 1.15
В Go1.15 появится удобный метод
Links:
[1] https://go-review.googlesource.com/c/go/+/207082/
В Go1.15 появится удобный метод
net/url.URL.Redacted [1], по сути, похож на url.URL.String(), только заменяет пароли на xxxxxxx, будет удобно для логирования:package main
import (
"fmt"
"net/url"
)
func main() {
u := &url.URL{
Scheme: "https",
User: url.UserPassword("user", "password"),
Host: "example.com",
Path: "foo/bar",
}
fmt.Println(u.Redacted())
u.User = url.UserPassword("me", "newerPassword")
fmt.Println(u.Redacted())
}
// gotip run main.go
// https://user:xxxxx@example.com/foo/bar
// https://me:xxxxx@example.com/foo/bar
Links:
[1] https://go-review.googlesource.com/c/go/+/207082/
Forwarded from oleg_log (Oleg Kovalov)
Не опоздал, а дал возможность еще каналов довести.
@overtimehate - хороший технический блог
@rxd_txd - и еще один не хуже!
@numstation - научные штучки и мемы)
@count0_digest & @sysadmin_tools - 2 канала, без которых я не могу жить
@experimentalchill - непревзойденные канал Даниила о С++
@sysadminsu - админские полезняшки
@bpblog - сочные кастомные клавиатуры
@some_link_here - полезные и интересные айти ссылки
@meta_it - сборник айти-каналов (хотя большинство я вам озвучил)
@sec_devops - и сюда же secure devops, как же без безопасности в докере?
@dereference_pointer_there - если интересен Rust и о его непопулярных вещах.
@software_engineering_blogs - лента постов от известных фирм, чем-то напоминает HN comments @hn_best_comments (от @korkoma)
@isast - анализ и сертификация безопасности приложений в промышленных масштабах
@golangquiz & @quizcpp - если хотите потестить свои скилы в Go и С++
@alexandersmind - личный айти бложек
@smmblog - на стыке IT и предпринимательства, продуктовая, предпринимательская сторона работы.
@pdp11ml - Domain Specific Computing for machine learning (хотя там кроме МЛ есть вещи)
@coderoll - о веб-разработке
@qtasep - о жизни и непонятной математике
@lowlyingscience - science 👌
@microservices_arch — канал называется микросервисы, но целом по архитектуре.
@dddevotion — канал про ДДД
@pathetic_low_freq - известные, но "жалкие" низкочастотники
Давайте, репостите!
@overtimehate - хороший технический блог
@rxd_txd - и еще один не хуже!
@numstation - научные штучки и мемы)
@count0_digest & @sysadmin_tools - 2 канала, без которых я не могу жить
@experimentalchill - непревзойденные канал Даниила о С++
@sysadminsu - админские полезняшки
@bpblog - сочные кастомные клавиатуры
@some_link_here - полезные и интересные айти ссылки
@meta_it - сборник айти-каналов (хотя большинство я вам озвучил)
@sec_devops - и сюда же secure devops, как же без безопасности в докере?
@dereference_pointer_there - если интересен Rust и о его непопулярных вещах.
@software_engineering_blogs - лента постов от известных фирм, чем-то напоминает HN comments @hn_best_comments (от @korkoma)
@isast - анализ и сертификация безопасности приложений в промышленных масштабах
@golangquiz & @quizcpp - если хотите потестить свои скилы в Go и С++
@alexandersmind - личный айти бложек
@smmblog - на стыке IT и предпринимательства, продуктовая, предпринимательская сторона работы.
@pdp11ml - Domain Specific Computing for machine learning (хотя там кроме МЛ есть вещи)
@coderoll - о веб-разработке
@qtasep - о жизни и непонятной математике
@lowlyingscience - science 👌
@microservices_arch — канал называется микросервисы, но целом по архитектуре.
@dddevotion — канал про ДДД
@pathetic_low_freq - известные, но "жалкие" низкочастотники
Давайте, репостите!
Another one online yaml converter...
https://onlineyamltools.com/
#yaml #json #xml #csv #tsv #base64 #converter #online
https://onlineyamltools.com/
#yaml #json #xml #csv #tsv #base64 #converter #online
Onlineyamltools
Online YAML Tools - Simple, free and easy to use YAML utilities
World's simplest collection of useful YAML utilities. Convert YAML to XML, JSON, TSV and CSV. Validate, prettify, minify, highlight, edit YAML, and more.
Крутой преподаватель, умеющий объяснять так, что даже если ты что-то уже знал, то после просмотра понял еще лучше. В последнее время начал снова заливать видосы по Linux.
#linux #youtube #mustsee
https://www.youtube.com/channel/UCvRRgjjKvyLNB9yx3oGu2Xw
#linux #youtube #mustsee
https://www.youtube.com/channel/UCvRRgjjKvyLNB9yx3oGu2Xw
YouTube
Dmitry Ketov
Внутреннее устройство Linux - доступно, но всерьез
Если вам вдруг понравилось авторское изложение, то ссылка для материализации благодарностей тут: https://yoomoney.ru/to/4100112459568409
Копия материалов: https://rutube.ru/channel/23843946/
Если вам вдруг понравилось авторское изложение, то ссылка для материализации благодарностей тут: https://yoomoney.ru/to/4100112459568409
Копия материалов: https://rutube.ru/channel/23843946/
Forwarded from Sysadmin Tools 🇺🇦
Достойный пост об Идемпотентности
https://ru.hexlet.io/blog/posts/pochemu-vazhna-idempotentnost-i-kak-pisat-idempotentnye-bash-skripty
#hexlet #bash
https://ru.hexlet.io/blog/posts/pochemu-vazhna-idempotentnost-i-kak-pisat-idempotentnye-bash-skripty
#hexlet #bash
ru.hexlet.io
Почему важна идемпотентность и как писать идемпотентные bash-скрипты
Идемпотентность помогает проектировать более надёжные системы. Это математическая концепция, которую должен понимать каждый разработчик. Операция считается идемпотентной, если её многократное выполнение приводит к тому же результату, что и однократное выполнение.…
Forwarded from DevOps&SRE Library
Аналоги make
Если вам не нравится по каким-то причинам make, то для вас есть неплохие таск раннеры. Все они неплохо подходят как для локальной разработки, так и для запуска получившихся тасок через вашу CI/CD систему.
Таски в yaml (пишем на баше в yaml):
https://github.com/go-task/task
https://github.com/rliebz/tusk
Таски на go:
https://github.com/magefile/mage
Таски на python:
https://github.com/pydoit/doit
Синтаксис близкий к make, но с улучшениями:
https://github.com/casey/just
Если вам не нравится по каким-то причинам make, то для вас есть неплохие таск раннеры. Все они неплохо подходят как для локальной разработки, так и для запуска получившихся тасок через вашу CI/CD систему.
Таски в yaml (пишем на баше в yaml):
https://github.com/go-task/task
https://github.com/rliebz/tusk
Таски на go:
https://github.com/magefile/mage
Таски на python:
https://github.com/pydoit/doit
Синтаксис близкий к make, но с улучшениями:
https://github.com/casey/just
Forwarded from Українська девопсарня
эм. GitHub теперь бесплатный? Нормальная новость. https://github.blog/2020-04-14-github-is-now-free-for-teams/
The GitHub Blog
GitHub is now free for teams
Every developer and team can now get private repositories with unlimited collaborators at no cost with GitHub Free, and we reduced prices for some of our paid plans.
Kubernetes-based Microservice Observability with Istio Service Mesh
In this two-part post, we will explore the set of observability tools which are part of the Istio Service Mesh. These tools include Jaeger, Kiali, Prometheus, and Grafana. To assist in our exploration, we will deploy a Go-based, microservices reference platform to Google Kubernetes Engine, on the Google Cloud Platform.
- https://itnext.io/kubernetes-based-microservice-observability-with-istio-service-mesh-part-1-bed3dd0fac0b
- https://itnext.io/kubernetes-based-microservice-observability-with-istio-service-mesh-part-2-f25c4b474a65
#isito #observability #kubernetes #k8s #gcp #servicemesh #golang
In this two-part post, we will explore the set of observability tools which are part of the Istio Service Mesh. These tools include Jaeger, Kiali, Prometheus, and Grafana. To assist in our exploration, we will deploy a Go-based, microservices reference platform to Google Kubernetes Engine, on the Google Cloud Platform.
- https://itnext.io/kubernetes-based-microservice-observability-with-istio-service-mesh-part-1-bed3dd0fac0b
- https://itnext.io/kubernetes-based-microservice-observability-with-istio-service-mesh-part-2-f25c4b474a65
#isito #observability #kubernetes #k8s #gcp #servicemesh #golang
Medium
Kubernetes-based Microservice Observability with Istio Service Mesh: Part 1
In this two-part post, we will explore the set of observability tools which are part of the latest version of Istio Service Mesh.
Building Microservices With Go
In this series, learn to build microservices using Go and add integrations to help them run on Docker Swarm within a Spring Cloud/Netflix OSS landscape.
- https://dzone.com/articles/go-microservices-blog-series-part-1
- https://dzone.com/articles/go-microservices-part-2-building-our-first-service
- https://dzone.com/articles/go-microservices-part-3-embedded-database-and-json
- https://dzone.com/articles/go-microservices-part-4-testing-and-mocking-with-g
- https://dzone.com/articles/go-microservices-part-5-deploying-on-docker-swarm
- https://dzone.com/articles/go-microservices-part-6-health-checks
- https://dzone.com/articles/go-microservices-part-7-service-discovery-amp-load
- https://dzone.com/articles/go-microservices-part-8-centralized-configuration
- https://dzone.com/articles/go-microservices-blog-series-part-10-centralized-l
- https://dzone.com/articles/go-microservices-part-11-hystrix-and-resilience
- https://dzone.com/articles/go-microservices-part-12-distributed-tracing-with
- https://dzone.com/articles/go-microservices-blog-series-part-13-data-consiste
- https://dzone.com/articles/go-microservices-part-14-graphql
- https://dzone.com/articles/go-microservices-part-15-monitoring-with-prometheu
#go #golang #microservices
In this series, learn to build microservices using Go and add integrations to help them run on Docker Swarm within a Spring Cloud/Netflix OSS landscape.
- https://dzone.com/articles/go-microservices-blog-series-part-1
- https://dzone.com/articles/go-microservices-part-2-building-our-first-service
- https://dzone.com/articles/go-microservices-part-3-embedded-database-and-json
- https://dzone.com/articles/go-microservices-part-4-testing-and-mocking-with-g
- https://dzone.com/articles/go-microservices-part-5-deploying-on-docker-swarm
- https://dzone.com/articles/go-microservices-part-6-health-checks
- https://dzone.com/articles/go-microservices-part-7-service-discovery-amp-load
- https://dzone.com/articles/go-microservices-part-8-centralized-configuration
- https://dzone.com/articles/go-microservices-blog-series-part-10-centralized-l
- https://dzone.com/articles/go-microservices-part-11-hystrix-and-resilience
- https://dzone.com/articles/go-microservices-part-12-distributed-tracing-with
- https://dzone.com/articles/go-microservices-blog-series-part-13-data-consiste
- https://dzone.com/articles/go-microservices-part-14-graphql
- https://dzone.com/articles/go-microservices-part-15-monitoring-with-prometheu
#go #golang #microservices
DZone
Go Microservices, Part 1: Building Microservices With Go
In this series, learn to build microservices using Go and add integrations to help them run on Docker Swarm within a Spring Cloud/Netflix OSS landscape.