Benjis Pensieve helps to persist some of my chaotic memories. The Pensieve (Denkarium on german) itself, is a magical device used to review these memories.





List of various Cloud Metadata Service Addresses

Below you find various addresses and info to different cloud provider, and how to access it. IMDSv1 is the most famous one, known for instance in correlation with SSRF and the CapitalOne bank. The list below helped me in the past to keep track on the things.

Read More

MITRE ATT&CK Bash Oneliner

MITRE ATT&CK is a globally-accessible knowledge base of adversary tactics and techniques based on real-world observations. The ATT&CK knowledge base is used as a foundation for the development of specific threat models and methodologies in the private sector, in government, and in the cybersecurity product and service community.

Read More

CIDR Calculator (Python)

This tiny Python script helps to derive netmask, netmask in binary, number of hosts, network- and host bits from a passed ip address with CIDR range. To make the life a little easier there is an optional pretty print option. Otherwise jq or fx are nice to prettify the JSON.

Read More

AWS Architecture Templates

Besides sources like cloudcraft.io, I felt the need for some easy templates to draw AWS architecture diagrams - what’s easier then doing it in a ppt?

Read More

XSS - Harlem Shake

An old evergreen in messing around with XSS. Instead of a lousy alert() box, let the Website dance and shake to some fancy music. Let’s do the Harlem Shake

Read More

bash - strict mode

From time to time it’s very helpful to run the bash in strict mode. Sadly I forget some of the ‘set’ options from time to time. So better save it as a memory

Read More

Dirty way of IAM enumeration

The following code will attempt to enumerate operations that a given set of AWS AccessKeys can perform. A more mature Version of this script can be found here anyway let’s dive in:

Read More

jq cheatsheet

jq is useful to slice, filter, map and transform structured json data. It can also help to pretty print data in the terminal. The fancy alternative to view JSON data in the terminal is fx

Read More

SVG SSRF Cheatsheet

Hosts that process SVG can potentially be vulnerable to SSRF, LFI, XSS, RCE because of the rich feature set of SVG.

Read More

Splunk Cheatsheet

I really don’t like Splunk documentation. Why is it so hard to find out how to do a certain action? So this is a cheatsheet that I constructed to help me quickly gain knowledge that I need.

Read More

Ultimate Linux Cheatsheet

Tiny but shiny collection of multiple things that can come to help during stressful situations. Dear ladies and gentlemen, I proudly present the:

Read More

Benji's bashrc

Some more or less helpful aliases and helper functions used by me in different machines.

Read More

GitHub Dorks Cheatsheet

Github Search is a quite powerful and useful feature that can be used to search for sensitive data on repositories. Collection of Github dorks can reveal sensitive personal and/or organizational information such as private keys, credentials, authentication tokens, etc. This list is supposed to be useful for assessing security and performing pen-testing of systems.

Read More

RegEx Cheat Sheet

Give a man a RegEx and he’ll parse strings for a function. Teach a man to regex and he’ll be stuck in debugging hell for the rest of his life

Read More

Cloud Provider Cheatsheet

This guide is only representative from my point of view and it may not be accurate and you should go on the official AWS & GCP websites for accurate and detailed information. It’s initially inspired by AWS in simple English and GCP for AWS professionals. The idea is to compare both services, give simple one-line explanation and examples with other software that might have similar capabilities.

Read More

KinD (Kubernetes in Docker) CheatSheet

kind is a tool for running local Kubernetes clusters using Docker container “nodes”. kind was primarily designed for testing Kubernetes itself, but may be used for local development or CI.

Read More

Burp Cheat Sheet

A cheat sheet for PortSwigger Burp Suite application security testing framework. Starting from Hot keys over global till editor

Read More

Metasploit Cheat Sheet

The Metasploit Project is a computer security project built by rapid7, that provides information on vulnerabilities, exploits, and helping in the development and execution of penetration tests and IDS signatures.

Read More

Nim Cheatsheet

Nim is a powerful, efficient, and expressive programming language known for its speed and flexibility. In this Nim cheatsheet, you’ll find a concise reference guide covering essential syntax, data types, control structures, and commonly used commands.

Read More

k9s Cheat Sheet

k9s is a lightweight tool that provides a powerful and user-friendly interface for managing and monitoring Kubernetes clusters. It makes it easy to list, filter, and view resources, as well as describe, edit, scale, and delete them. Plus, you can use k9s to port forward to pods, benchmark them, and check resources with the same name across different API groups. You can even customize log settings and install plugins to add new functionality.

Read More