Skip to content

Instantly share code, notes, and snippets.

@Dilaz
Dilaz / report.md
Created February 10, 2026 12:46
Juice Shop security report from Feroxmute

Security Assessment Report - https://juice-shop:3000

Report Information

  • Target: https://juice-shop:3000
  • Session ID: 2026-02-10-juice-shop3000-2
  • Assessment Period: 2026-02-10 12:04 UTC to 2026-02-10 12:04 UTC
  • Report Generated: 2026-02-10 12:04 UTC

Executive Summary

@Dilaz
Dilaz / SKILL.md
Created February 3, 2026 10:11
Claude Code Security review & exploit -skill
name security-review
description Use when performing security audits, vulnerability assessments, penetration testing, or when asked to find security issues. Use when encountering code that handles user input, executes commands, reads files, or makes network requests.

Security Review & Exploit Development

Overview

Systematic security review using automated tools AND manual analysis, with working proof-of-concept exploits for every finding. No vulnerability is confirmed until exploited.

import tensorflow as tf
def encode_input(num):
return [int(i) for i in tuple(bin(num)[2:].zfill(8))]
def encode_fizzbuzz(num):
if num % 3 == 0 and num % 5 == 0:
# Fizzbuzz
return [1, 0, 0, 0]
elif num % 3 == 0:
@Dilaz
Dilaz / xor.py
Last active March 3, 2020 23:40
import tensorflow as tf
def main():
training_data = [
(0, 0, 0),
(1, 0, 1),
(0, 1, 1),
(1, 1, 0)
### Keybase proof
I hereby claim:
* I am dilaz on github.
* I am dilaz (https://keybase.io/dilaz) on keybase.
* I have a public key whose fingerprint is E1EA E6FA 7AB7 FA0F C726 7A46 C1F9 AE19 3C26 5598
To claim this, I am signing this object: