Pinned Loading
-
decrypt NiFi enc pass w PBKDF2-HMAC-...
decrypt NiFi enc pass w PBKDF2-HMAC-SHA512 n static salt n AES-256-GCM 1#!/usr/bin/env python32import sys
3from cryptography.hazmat.primitives.kdf.pbkdf2 import PBKDF2HMAC
4from cryptography.hazmat.primitives import hashes
5from cryptography.hazmat.primitives.ciphers.aead import AESGCM
-
exploit chain script for 4 escape re...
exploit chain script for 4 escape restricted shell 1import pexpect, time, sys, uuid, base64
23HOST = "challenge02.root-me.org"
4PORT = "2222"
5USER = "app-script-ch14"
-
script4privesc
script4privesc 1#!/usr/bin/env python32import sys, time
3from opcua import Client, ua
45target = sys.argv[1] if len(sys.argv) > 1 else "127.0.0.1"
-
exploitchain
exploitchain 1#!/usr/bin/env python32import sys, os, time, socket, subprocess, re, requests, uuid, html
3target = sys.argv[1] if len(sys.argv) > 1 else None
4if not target:
5print("no target")
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.