Learning design patterns
Great collection of patterns, with examples on different languages and classification(VPN required from Russia)
https://refactoring.guru/design-patterns
Collection of pattern examples for js
https://www.patterns.dev/
List of patterns with classification
https://sourcemaking.com/design_patterns
Great video for introduction into design patterns
https://youtu.be/tv-_1er1mWI
Design patterns cheat sheet
http://www.mcdonaldland.info/files/designpatterns/designpatternscard.pdf
Functional design patterns(for smart ones)
https://youtu.be/srQt1NAHYC0
Great collection of patterns, with examples on different languages and classification(VPN required from Russia)
https://refactoring.guru/design-patterns
Collection of pattern examples for js
https://www.patterns.dev/
List of patterns with classification
https://sourcemaking.com/design_patterns
Great video for introduction into design patterns
https://youtu.be/tv-_1er1mWI
Design patterns cheat sheet
http://www.mcdonaldland.info/files/designpatterns/designpatternscard.pdf
Functional design patterns(for smart ones)
https://youtu.be/srQt1NAHYC0
👍7
Forwarded from Кавычка (crlf)
attacking_bitrix.pdf
3.6 MB
Уязвимости и атаки на CMS Bitrix
1. Особенности
2. Уязвимости
3. Методы атак
Приятного чтения!
1. Особенности
2. Уязвимости
3. Методы атак
Приятного чтения!
Forwarded from Van the Hedgehog
SANS Memory Forensics Cheat Sheet 2.0 (1).png
1.6 MB
Нашел классный mindmap по форензике
👍3
Forwarded from HackGit
MS-MSDT Office RCE
MS Office docx files may contain external OLE Object references as HTML files. There is an HTML sceme "ms-msdt:" which invokes the msdt diagnostic tool, what is capable of executing arbitrary code (specified in parameters). The result is a terrifying attack vector for getting RCE through opening malicious docx files (without using macros).
PoC:
https://github.com/JohnHammond/msdt-follina
https://github.com/chvancooten/follina.py
Demo Follina with Cobalt Strike:
https://www.youtube.com/watch?v=oM4GHtVvv1c
For BlueTeam:
https://gist.github.com/kevthehermit/5c8d52af388989cfa0ea38feace977f2
#office #rce #msmsdt #nomacro
MS Office docx files may contain external OLE Object references as HTML files. There is an HTML sceme "ms-msdt:" which invokes the msdt diagnostic tool, what is capable of executing arbitrary code (specified in parameters). The result is a terrifying attack vector for getting RCE through opening malicious docx files (without using macros).
PoC:
https://github.com/JohnHammond/msdt-follina
https://github.com/chvancooten/follina.py
Demo Follina with Cobalt Strike:
https://www.youtube.com/watch?v=oM4GHtVvv1c
For BlueTeam:
https://gist.github.com/kevthehermit/5c8d52af388989cfa0ea38feace977f2
#office #rce #msmsdt #nomacro
Хакер - Уроки форензики. Реверсим шифровальщика
https://telegra.ph/Haker---Uroki-forenziki-Reversim-shifrovalshchika-06-09
https://telegra.ph/Haker---Uroki-forenziki-Reversim-shifrovalshchika-06-09
Forwarded from sanspie's prog theory
Docker
https://roselinebassey.hashnode.dev/introducing-docker-concepts-containers-and-more
https://atharvbobade.hashnode.dev/introduction-to-docker-part-2
https://roselinebassey.hashnode.dev/introducing-docker-concepts-containers-and-more
https://atharvbobade.hashnode.dev/introduction-to-docker-part-2
Roseline Bassey's Blog
An Introduction to Docker for Beginners
Understanding Docker, Virtualization, containers, monolithic and microservices architecture
👍2
https://habr.com/ru/post/158385/
Хорошее объяснение реализации данного подхода: https://habr.com/ru/post/158385/#comment_5422567
Хорошее объяснение реализации данного подхода: https://habr.com/ru/post/158385/#comment_5422567
Хабр
Python — оптимизация хвостовой рекурсии
Не секрет, что Python не оптимизирует хвостовую рекурсию. Более того сам Гвидо является противником этого. Но если кому нужно, есть небольшое изящное решение. По...