Skip to content

Instantly share code, notes, and snippets.

View SCBbestof's full-sized avatar
🏠
Working from home

Bogdan Socaciu SCBbestof

🏠
Working from home
View GitHub Profile
@SCBbestof
SCBbestof / KCDMunich.md
Created March 18, 2024 08:31 — forked from m1ghtym0/KCDMunich.md
KCD Munich: Protecting Sensitive Workloads in the Cloud: A Practical Guide to K8s and Confidential Computing

Protecting Sensitive Workloads in the Cloud: A Practical Guide to K8s and Confidential Computing

Intel SGX

Projects

@SCBbestof
SCBbestof / web.xml
Created April 22, 2021 21:58
JMiniX Servlet
<servlet>
<servlet-name>JmxMiniConsoleServlet</servlet-name>
<servlet-class>
org.jminix.console.servlet.MiniConsoleServlet
</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>JmxMiniConsoleServlet</servlet-name>
@SCBbestof
SCBbestof / OWASP-notes.md
Last active January 31, 2021 19:30
A collection of commands to execute using Kali Linux tools and DVWA (Damn Vulnerable Web App), along with a list of tips and tricks regarding cybersecurity for both your applications and your personal life.