Skip to content

Instantly share code, notes, and snippets.

View bkimminich's full-sized avatar

Björn Kimminich bkimminich

View GitHub Profile
@bkimminich
bkimminich / bot7msTrainingData.json
Last active November 18, 2020 20:38
Custom chatbot training data for the 7MS theme of OWASP Juice Shop
{
"lang": "en",
"data": [
{
"intent": "greetings.hello",
"utterances": [
"hello",
"hi",
"howdy",
"hey",
@bkimminich
bkimminich / .vulns.yml.md
Last active April 29, 2022 19:38
A specification for declaring vulnerabilities in intentionally vulnerable applications ("vulnapps") to help scanners assess their own find rate

.vulns.yml

A specification for declaring vulnerabilities in intentionally vulnerable applications ("vulnapps") to help scanners assess their own find rate.

Usage Concept

  1. A vulnerable application declares its vulnerabilities in an agreed schema in a .vulns.yml (or .vulns.json) file
#!/usr/local/bin/python3.7
import itertools
import random
import ipaddress
import time
import aiohttp
import asyncio
base_url = 'http://localhost:3000'
@bkimminich
bkimminich / keybase.md
Created January 10, 2016 13:34
Keybase proof

Keybase proof

I hereby claim:

  • I am bkimminich on github.
  • I am bkimminich (https://keybase.io/bkimminich) on keybase.
  • I have a public key ASA6Qbtt0lJKpMqTFJb6SHavW-pAqmQlOrLm_MqmnANj4wo

To claim this, I am signing this object:

@bkimminich
bkimminich / XXXX2.PAS
Created February 17, 2014 06:54
XXXX 2 - The ultimative DOOM 2-Clone
PROGRAM XXXX;
{********************************************
* X X X X 2 - The ultimative DOOM 2-Clone *
* *
* Author: B.M”ller *
* Publisher: B™MMSOFT (Germany) *
* *
* Date of begin: 14.04.95 *
* Date of end : __.__.__ *