Skip to content
View iuds's full-sized avatar

Block or report iuds

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. 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 python3
    2
    import sys
    3
    from cryptography.hazmat.primitives.kdf.pbkdf2 import PBKDF2HMAC
    4
    from cryptography.hazmat.primitives import hashes
    5
    from cryptography.hazmat.primitives.ciphers.aead import AESGCM
  2. exploit chain script for 4 escape re... exploit chain script for 4 escape restricted shell
    1
    import pexpect, time, sys, uuid, base64
    2
    
                  
    3
    HOST = "challenge02.root-me.org"
    4
    PORT = "2222"
    5
    USER = "app-script-ch14"
  3. script4privesc script4privesc
    1
    #!/usr/bin/env python3
    2
    import sys, time
    3
    from opcua import Client, ua
    4
    
                  
    5
    target = sys.argv[1] if len(sys.argv) > 1 else "127.0.0.1"
  4. exploitchain exploitchain
    1
    #!/usr/bin/env python3
    2
    import sys, os, time, socket, subprocess, re, requests, uuid, html
    3
    target = sys.argv[1] if len(sys.argv) > 1 else None
    4
    if not target:
    5
        print("no target")
  5. -CVE-2024-52010- -CVE-2024-52010- Public

    exploit auto

    Shell

  6. CVE-2019-8451 CVE-2019-8451 Public

    exploit for atlassian jira server SSRF

    Shell